2024-01-13T07:37:59.620 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-13T07:37:59.621 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686 --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --name yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/orig.config.yaml 2024-01-13T07:37:59.656 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T07:37:59.751 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686 branch: wip-yuri2-testing-2024-01-12-1128-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7515686' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri2-testing-2024-01-12-1128-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: 445562ab4bc3ddfb386936119050695810860bcb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 445562ab4bc3ddfb386936119050695810860bcb kernel: hwe: true workunit: branch: wip-yuri2-testing-2024-01-12-1128-pacific sha1: 445562ab4bc3ddfb386936119050695810860bcb owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5246 sha1: 445562ab4bc3ddfb386936119050695810860bcb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-01-12-1128-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 445562ab4bc3ddfb386936119050695810860bcb targets: smithi078.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-12_21:52:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-13T07:37:59.751 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa; will attempt to use it 2024-01-13T07:37:59.752 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks 2024-01-13T07:37:59.752 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-13T07:37:59.754 INFO:teuthology.task.internal:Checking packages... 2024-01-13T07:37:59.778 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '445562ab4bc3ddfb386936119050695810860bcb' 2024-01-13T07:37:59.778 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-13T07:37:59.779 INFO:teuthology.packaging:ref: None 2024-01-13T07:37:59.779 INFO:teuthology.packaging:tag: None 2024-01-13T07:37:59.779 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T07:37:59.779 INFO:teuthology.packaging:sha1: 445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T07:37:59.779 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T07:37:59.928 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-456-g445562ab-1focal 2024-01-13T07:37:59.929 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-13T07:37:59.936 INFO:teuthology.task.internal:no buildpackages task found 2024-01-13T07:37:59.936 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-13T07:37:59.980 INFO:teuthology.task.internal:Saving configuration 2024-01-13T07:37:59.995 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-13T07:38:00.009 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T07:38:00.032 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 07:32:03.922489', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-13T07:38:00.052 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 07:32:03.920664', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-13T07:38:00.052 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-13T07:38:00.058 INFO:teuthology.task.internal:roles: ubuntu@smithi078.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-13T07:38:00.058 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-13T07:38:00.058 INFO:teuthology.run_tasks:Running task console_log... 2024-01-13T07:38:00.148 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f11adcc83a0>, signals=[15]) 2024-01-13T07:38:00.148 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-13T07:38:00.154 INFO:teuthology.task.internal:Opening connections... 2024-01-13T07:38:00.154 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi078.front.sepia.ceph.com 2024-01-13T07:38:00.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:38:00.243 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-01-13T07:38:00.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:38:00.335 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-13T07:38:00.341 DEBUG:teuthology.orchestra.run.smithi078:> uname -m 2024-01-13T07:38:00.348 INFO:teuthology.orchestra.run.smithi078.stdout:x86_64 2024-01-13T07:38:00.348 DEBUG:teuthology.orchestra.run.smithi078:> cat /etc/os-release 2024-01-13T07:38:00.396 INFO:teuthology.orchestra.run.smithi078.stdout:NAME="Ubuntu" 2024-01-13T07:38:00.396 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T07:38:00.396 INFO:teuthology.orchestra.run.smithi078.stdout:ID=ubuntu 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:ID_LIKE=debian 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_ID="20.04" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:VERSION_CODENAME=focal 2024-01-13T07:38:00.397 INFO:teuthology.orchestra.run.smithi078.stdout:UBUNTU_CODENAME=focal 2024-01-13T07:38:00.398 INFO:teuthology.lock.ops:Updating smithi078.front.sepia.ceph.com on lock server 2024-01-13T07:38:00.418 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-01-13T07:38:00.425 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-01-13T07:38:00.426 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-01-13T07:38:00.475 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Ubuntu" 2024-01-13T07:38:00.475 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:ID=ubuntu 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE=debian 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="20.04" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_CODENAME=focal 2024-01-13T07:38:00.476 INFO:teuthology.orchestra.run.smithi177.stdout:UBUNTU_CODENAME=focal 2024-01-13T07:38:00.477 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-01-13T07:38:00.502 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-13T07:38:00.510 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-13T07:38:00.538 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-13T07:38:00.538 DEBUG:teuthology.orchestra.run.smithi078:> test '!' -e /home/ubuntu/cephtest 2024-01-13T07:38:00.540 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-01-13T07:38:00.546 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-13T07:38:00.563 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-13T07:38:00.563 DEBUG:teuthology.orchestra.run.smithi078:> test -z $(ls -A /var/lib/ceph) 2024-01-13T07:38:00.565 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-01-13T07:38:00.576 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-13T07:38:00.637 INFO:teuthology.run_tasks:Running task kernel... 2024-01-13T07:38:00.653 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-13T07:38:00.653 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-13T07:38:00.653 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-13T07:38:00.653 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-13T07:38:00.654 DEBUG:teuthology.orchestra.run.smithi078:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T07:38:00.654 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T07:38:00.659 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T07:38:00.659 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-01-13T07:38:00.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T07:38:00.661 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-13T07:38:00.667 INFO:teuthology.orchestra.run.smithi078.stdout:5.4.0-124-generic 2024-01-13T07:38:00.667 INFO:teuthology.task.kernel:Running kernel on smithi078: 5.4.0-124-generic 2024-01-13T07:38:00.667 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-01-13T07:38:00.668 INFO:teuthology.orchestra.run.smithi177.stdout:5.4.0-124-generic 2024-01-13T07:38:00.668 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.4.0-124-generic 2024-01-13T07:38:00.668 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-01-13T07:38:00.790 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-01-13T07:38:00.821 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-01-13T07:38:00.978 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-13T07:38:01.082 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T07:38:01.111 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T07:38:01.111 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-13T07:38:01.163 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-13T07:38:01.164 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-13T07:38:01.269 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-13T07:38:01.420 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-13T07:38:01.429 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-13T07:38:01.434 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-13T07:38:01.434 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-13T07:38:01.453 INFO:teuthology.orchestra.run.smithi177.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-13T07:38:01.454 INFO:teuthology.orchestra.run.smithi177.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-13T07:38:01.457 INFO:teuthology.orchestra.run.smithi177.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T07:38:01.457 INFO:teuthology.orchestra.run.smithi177.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-13T07:38:01.463 INFO:teuthology.orchestra.run.smithi177.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [921 kB] 2024-01-13T07:38:01.470 INFO:teuthology.orchestra.run.smithi177.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-13T07:38:01.473 INFO:teuthology.orchestra.run.smithi177.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-13T07:38:01.478 INFO:teuthology.orchestra.run.smithi177.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-13T07:38:01.479 INFO:teuthology.orchestra.run.smithi177.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-13T07:38:01.479 INFO:teuthology.orchestra.run.smithi177.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-13T07:38:01.479 INFO:teuthology.orchestra.run.smithi177.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-13T07:38:01.515 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-13T07:38:01.517 INFO:teuthology.orchestra.run.smithi177.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-13T07:38:01.591 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-13T07:38:01.659 INFO:teuthology.orchestra.run.smithi177.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-13T07:38:01.725 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-13T07:38:01.911 INFO:teuthology.orchestra.run.smithi177.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-13T07:38:01.946 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-13T07:38:02.075 INFO:teuthology.orchestra.run.smithi177.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-13T07:38:02.088 INFO:teuthology.orchestra.run.smithi177.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-13T07:38:02.089 INFO:teuthology.orchestra.run.smithi177.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-13T07:38:02.135 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-13T07:38:02.149 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-13T07:38:02.150 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-13T07:38:02.156 INFO:teuthology.orchestra.run.smithi177.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-13T07:38:02.157 INFO:teuthology.orchestra.run.smithi177.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-13T07:38:02.165 INFO:teuthology.orchestra.run.smithi177.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T07:38:02.196 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-13T07:38:02.213 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-13T07:38:02.222 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-13T07:38:02.223 INFO:teuthology.orchestra.run.smithi078.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-13T07:38:02.224 INFO:teuthology.orchestra.run.smithi078.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-13T07:38:02.225 INFO:teuthology.orchestra.run.smithi078.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-13T07:38:02.230 INFO:teuthology.orchestra.run.smithi078.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T07:38:02.230 INFO:teuthology.orchestra.run.smithi078.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [921 kB] 2024-01-13T07:38:02.255 INFO:teuthology.orchestra.run.smithi078.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-13T07:38:02.302 INFO:teuthology.orchestra.run.smithi078.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-13T07:38:02.302 INFO:teuthology.orchestra.run.smithi078.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-13T07:38:02.309 INFO:teuthology.orchestra.run.smithi078.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T07:38:02.329 INFO:teuthology.orchestra.run.smithi177.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,144 kB] 2024-01-13T07:38:02.443 INFO:teuthology.orchestra.run.smithi078.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-13T07:38:02.472 INFO:teuthology.orchestra.run.smithi078.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [763 kB] 2024-01-13T07:38:02.871 INFO:teuthology.orchestra.run.smithi078.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-13T07:38:02.877 INFO:teuthology.orchestra.run.smithi078.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-13T07:38:02.879 INFO:teuthology.orchestra.run.smithi078.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-13T07:38:02.887 INFO:teuthology.orchestra.run.smithi078.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-13T07:38:02.888 INFO:teuthology.orchestra.run.smithi078.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-13T07:38:02.972 INFO:teuthology.orchestra.run.smithi177.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [763 kB] 2024-01-13T07:38:03.010 INFO:teuthology.orchestra.run.smithi177.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [274 kB] 2024-01-13T07:38:03.023 INFO:teuthology.orchestra.run.smithi177.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-13T07:38:03.024 INFO:teuthology.orchestra.run.smithi177.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-13T07:38:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-13T07:38:03.026 INFO:teuthology.orchestra.run.smithi177.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-13T07:38:03.027 INFO:teuthology.orchestra.run.smithi177.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-13T07:38:03.027 INFO:teuthology.orchestra.run.smithi177.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-13T07:38:03.053 INFO:teuthology.orchestra.run.smithi177.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-13T07:38:03.055 INFO:teuthology.orchestra.run.smithi177.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-13T07:38:03.066 INFO:teuthology.orchestra.run.smithi078.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,144 kB] 2024-01-13T07:38:03.176 INFO:teuthology.orchestra.run.smithi078.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [274 kB] 2024-01-13T07:38:03.196 INFO:teuthology.orchestra.run.smithi078.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-13T07:38:03.198 INFO:teuthology.orchestra.run.smithi078.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-13T07:38:03.200 INFO:teuthology.orchestra.run.smithi078.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-13T07:38:03.201 INFO:teuthology.orchestra.run.smithi078.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-13T07:38:03.201 INFO:teuthology.orchestra.run.smithi078.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-13T07:38:03.201 INFO:teuthology.orchestra.run.smithi078.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-13T07:38:03.203 INFO:teuthology.orchestra.run.smithi078.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-13T07:38:03.206 INFO:teuthology.orchestra.run.smithi078.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-13T07:38:03.219 INFO:teuthology.orchestra.run.smithi177.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-13T07:38:03.370 INFO:teuthology.orchestra.run.smithi078.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-13T07:38:03.385 INFO:teuthology.orchestra.run.smithi177.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-13T07:38:03.436 INFO:teuthology.orchestra.run.smithi177.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-13T07:38:03.560 INFO:teuthology.orchestra.run.smithi078.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-13T07:38:03.582 INFO:teuthology.orchestra.run.smithi078.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-13T07:38:05.396 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 18.5 MB in 3s (7,169 kB/s) 2024-01-13T07:38:06.070 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 18.5 MB in 3s (5,705 kB/s) 2024-01-13T07:38:06.857 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-13T07:38:06.884 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-13T07:38:06.956 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-13T07:38:07.163 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-01-13T07:38:07.163 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-01-13T07:38:07.341 INFO:teuthology.orchestra.run.smithi177.stdout:The following additional packages will be installed: 2024-01-13T07:38:07.341 INFO:teuthology.orchestra.run.smithi177.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-13T07:38:07.341 INFO:teuthology.orchestra.run.smithi177.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-13T07:38:07.341 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-13T07:38:07.342 INFO:teuthology.orchestra.run.smithi177.stdout:Suggested packages: 2024-01-13T07:38:07.342 INFO:teuthology.orchestra.run.smithi177.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-13T07:38:07.342 INFO:teuthology.orchestra.run.smithi177.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-13T07:38:07.397 INFO:teuthology.orchestra.run.smithi177.stdout:The following NEW packages will be installed: 2024-01-13T07:38:07.398 INFO:teuthology.orchestra.run.smithi177.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-13T07:38:07.398 INFO:teuthology.orchestra.run.smithi177.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-13T07:38:07.399 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-13T07:38:07.399 INFO:teuthology.orchestra.run.smithi177.stdout: thermald upower usbmuxd 2024-01-13T07:38:07.462 INFO:teuthology.orchestra.run.smithi177.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-13T07:38:07.462 INFO:teuthology.orchestra.run.smithi177.stdout:Need to get 90.9 MB of archives. 2024-01-13T07:38:07.462 INFO:teuthology.orchestra.run.smithi177.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-13T07:38:07.462 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-13T07:38:07.534 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-13T07:38:07.546 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-13T07:38:07.554 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-13T07:38:07.559 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-13T07:38:07.562 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-13T07:38:07.591 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-13T07:38:07.601 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-13T07:38:07.635 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-13T07:38:07.838 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-01-13T07:38:07.839 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-01-13T07:38:08.014 INFO:teuthology.orchestra.run.smithi078.stdout:The following additional packages will be installed: 2024-01-13T07:38:08.014 INFO:teuthology.orchestra.run.smithi078.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-13T07:38:08.014 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-13T07:38:08.014 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-13T07:38:08.015 INFO:teuthology.orchestra.run.smithi078.stdout:Suggested packages: 2024-01-13T07:38:08.015 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-13T07:38:08.015 INFO:teuthology.orchestra.run.smithi078.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-13T07:38:08.029 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-13T07:38:08.078 INFO:teuthology.orchestra.run.smithi078.stdout:The following NEW packages will be installed: 2024-01-13T07:38:08.078 INFO:teuthology.orchestra.run.smithi078.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-13T07:38:08.078 INFO:teuthology.orchestra.run.smithi078.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-13T07:38:08.079 INFO:teuthology.orchestra.run.smithi078.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-13T07:38:08.079 INFO:teuthology.orchestra.run.smithi078.stdout: thermald upower usbmuxd 2024-01-13T07:38:08.152 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-13T07:38:08.153 INFO:teuthology.orchestra.run.smithi078.stdout:Need to get 90.9 MB of archives. 2024-01-13T07:38:08.153 INFO:teuthology.orchestra.run.smithi078.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-13T07:38:08.153 INFO:teuthology.orchestra.run.smithi078.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-13T07:38:08.154 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-13T07:38:08.226 INFO:teuthology.orchestra.run.smithi078.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-13T07:38:08.235 INFO:teuthology.orchestra.run.smithi078.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-13T07:38:08.238 INFO:teuthology.orchestra.run.smithi078.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-13T07:38:08.261 INFO:teuthology.orchestra.run.smithi078.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-13T07:38:08.270 INFO:teuthology.orchestra.run.smithi078.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-13T07:38:08.798 INFO:teuthology.orchestra.run.smithi078.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-13T07:38:08.975 INFO:teuthology.orchestra.run.smithi078.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-13T07:38:09.223 INFO:teuthology.orchestra.run.smithi177.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-13T07:38:09.223 INFO:teuthology.orchestra.run.smithi177.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-13T07:38:09.224 INFO:teuthology.orchestra.run.smithi177.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-13T07:38:09.230 INFO:teuthology.orchestra.run.smithi177.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-13T07:38:09.232 INFO:teuthology.orchestra.run.smithi177.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-13T07:38:09.884 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 90.9 MB in 2s (49.8 MB/s) 2024-01-13T07:38:09.938 INFO:teuthology.orchestra.run.smithi078.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-13T07:38:10.017 INFO:teuthology.orchestra.run.smithi078.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-13T07:38:10.018 INFO:teuthology.orchestra.run.smithi078.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-13T07:38:10.020 INFO:teuthology.orchestra.run.smithi078.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-13T07:38:10.021 INFO:teuthology.orchestra.run.smithi078.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-13T07:38:10.117 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-13T07:38:10.642 INFO:teuthology.orchestra.run.smithi078.stdout:Fetched 90.9 MB in 2s (47.0 MB/s) 2024-01-13T07:38:10.841 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-13T07:38:11.865 INFO:teuthology.orchestra.run.smithi177.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-13T07:38:11.870 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-13T07:38:12.007 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-13T07:38:12.485 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-13T07:38:12.500 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-13T07:38:12.543 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-13T07:38:12.651 INFO:teuthology.orchestra.run.smithi078.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-13T07:38:12.656 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-13T07:38:12.812 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-13T07:38:12.826 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-13T07:38:12.855 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-13T07:38:12.862 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-13T07:38:13.208 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-13T07:38:13.222 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-13T07:38:13.224 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-13T07:38:13.237 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-13T07:38:13.266 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-13T07:38:13.282 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-13T07:38:13.619 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-13T07:38:13.632 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-13T07:38:13.646 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-13T07:38:13.663 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-13T07:38:13.668 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-13T07:38:13.710 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-13T07:38:13.921 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-13T07:38:13.937 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-13T07:38:13.971 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-13T07:38:13.988 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-13T07:38:14.002 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:14.038 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:14.316 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-13T07:38:14.332 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-13T07:38:14.374 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-13T07:38:14.702 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-13T07:38:14.715 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:14.760 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:16.489 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-13T07:38:16.503 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:16.602 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:17.134 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-13T07:38:17.147 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:17.184 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:17.252 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-13T07:38:17.269 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:17.368 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:17.880 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-13T07:38:17.893 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-13T07:38:17.938 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:23.911 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-13T07:38:23.926 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-13T07:38:23.969 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-13T07:38:24.305 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-13T07:38:24.321 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-13T07:38:24.363 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-13T07:38:24.725 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package thermald. 2024-01-13T07:38:24.738 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-13T07:38:24.783 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-13T07:38:24.854 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-13T07:38:24.869 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-13T07:38:24.912 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-13T07:38:25.214 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-13T07:38:25.231 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-13T07:38:25.297 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-13T07:38:25.304 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package upower. 2024-01-13T07:38:25.319 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-13T07:38:25.380 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-13T07:38:25.675 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package thermald. 2024-01-13T07:38:25.691 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-13T07:38:25.734 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-13T07:38:25.794 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package usbmuxd. 2024-01-13T07:38:25.808 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-13T07:38:25.852 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-13T07:38:26.135 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-13T07:38:26.248 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-13T07:38:26.280 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package upower. 2024-01-13T07:38:26.294 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-13T07:38:26.353 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-13T07:38:26.374 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-13T07:38:26.475 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-13T07:38:26.601 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-13T07:38:26.727 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-13T07:38:26.853 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-13T07:38:27.051 INFO:teuthology.orchestra.run.smithi078.stdout:Selecting previously unselected package usbmuxd. 2024-01-13T07:38:27.066 INFO:teuthology.orchestra.run.smithi078.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-13T07:38:27.101 INFO:teuthology.orchestra.run.smithi078.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-13T07:38:27.373 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-13T07:38:27.390 INFO:teuthology.orchestra.run.smithi177.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-13T07:38:27.440 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-13T07:38:27.497 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-13T07:38:27.591 INFO:teuthology.orchestra.run.smithi177.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-13T07:38:27.596 INFO:teuthology.orchestra.run.smithi177.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-13T07:38:27.596 INFO:teuthology.orchestra.run.smithi177.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-13T07:38:27.631 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-13T07:38:27.774 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-13T07:38:27.900 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-13T07:38:28.026 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-13T07:38:28.152 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-13T07:38:28.441 INFO:teuthology.orchestra.run.smithi177.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-13T07:38:28.674 INFO:teuthology.orchestra.run.smithi177.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-13T07:38:28.679 INFO:teuthology.orchestra.run.smithi078.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-13T07:38:28.720 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-13T07:38:28.731 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-13T07:38:28.901 INFO:teuthology.orchestra.run.smithi078.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-13T07:38:28.911 INFO:teuthology.orchestra.run.smithi078.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-13T07:38:28.912 INFO:teuthology.orchestra.run.smithi078.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-13T07:38:29.028 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-13T07:38:29.029 INFO:teuthology.orchestra.run.smithi177.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-13T07:38:29.373 INFO:teuthology.orchestra.run.smithi078.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-13T07:38:29.492 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:29.601 INFO:teuthology.orchestra.run.smithi078.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-13T07:38:29.644 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-13T07:38:29.951 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-13T07:38:29.952 INFO:teuthology.orchestra.run.smithi078.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-13T07:38:30.416 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:30.801 INFO:teuthology.orchestra.run.smithi177.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:38:30.801 INFO:teuthology.orchestra.run.smithi177.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-13T07:38:30.959 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:31.744 INFO:teuthology.orchestra.run.smithi078.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:38:31.744 INFO:teuthology.orchestra.run.smithi078.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-13T07:38:31.927 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:32.344 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-13T07:38:32.470 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:33.295 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-13T07:38:33.421 INFO:teuthology.orchestra.run.smithi078.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:34.522 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-13T07:38:34.789 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-13T07:38:34.794 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-13T07:38:35.045 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-13T07:38:35.547 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-13T07:38:35.647 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:35.711 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-13T07:38:35.711 INFO:teuthology.orchestra.run.smithi177.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:38:35.806 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-13T07:38:35.898 INFO:teuthology.orchestra.run.smithi078.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-13T07:38:35.970 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-13T07:38:35.970 INFO:teuthology.orchestra.run.smithi078.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:39:01.037 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-13T07:39:01.038 INFO:teuthology.orchestra.run.smithi177.stdout:Sourcing file `/etc/default/grub' 2024-01-13T07:39:01.050 INFO:teuthology.orchestra.run.smithi177.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T07:39:01.063 INFO:teuthology.orchestra.run.smithi177.stdout:Generating grub configuration file ... 2024-01-13T07:39:01.384 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:39:01.409 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:39:01.655 INFO:teuthology.orchestra.run.smithi078.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-13T07:39:01.655 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub' 2024-01-13T07:39:01.668 INFO:teuthology.orchestra.run.smithi078.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T07:39:01.685 INFO:teuthology.orchestra.run.smithi078.stdout:Generating grub configuration file ... 2024-01-13T07:39:01.813 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T07:39:01.825 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T07:39:01.983 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:39:02.010 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:39:02.439 INFO:teuthology.orchestra.run.smithi078.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T07:39:02.451 INFO:teuthology.orchestra.run.smithi078.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T07:39:03.536 INFO:teuthology.orchestra.run.smithi177.stdout:done 2024-01-13T07:39:03.943 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic-hwe-20.04 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic-hwe-20.04 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 20 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T07:39:04.002 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta-hwe-5.15 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-01-13T07:39:04.003 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-01-13T07:39:04.003 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-13T07:39:04.003 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T07:39:04.003 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T07:39:04.004 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-13T07:39:04.004 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T07:39:04.004 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-01-13T07:39:04.087 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-01-13T07:39:04.248 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-13T07:39:04.249 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T07:39:04.259 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-13T07:39:04.280 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-13T07:39:04.722 INFO:teuthology.orchestra.run.smithi078.stdout:done 2024-01-13T07:39:05.141 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic-hwe-20.04 2024-01-13T07:39:05.188 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic-hwe-20.04 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 20 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta-hwe-5.15 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-01-13T07:39:05.189 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-01-13T07:39:05.190 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-01-13T07:39:05.190 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-13T07:39:05.190 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T07:39:05.190 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T07:39:05.190 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-13T07:39:05.190 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi078.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T07:39:05.190 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get clean 2024-01-13T07:39:05.301 DEBUG:teuthology.orchestra.run.smithi078:> sudo apt-get update 2024-01-13T07:39:05.437 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T07:39:05.438 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-13T07:39:05.446 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-13T07:39:05.466 INFO:teuthology.orchestra.run.smithi078.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-13T07:39:06.010 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-13T07:39:06.035 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-13T07:39:06.103 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-13T07:39:06.284 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-01-13T07:39:06.285 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-01-13T07:39:06.500 INFO:teuthology.orchestra.run.smithi177.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-13T07:39:06.500 INFO:teuthology.orchestra.run.smithi177.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-13T07:39:06.502 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic-hwe-20.04 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic-hwe-20.04 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 20 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta-hwe-5.15 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-13T07:39:06.518 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-13T07:39:06.519 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T07:39:06.519 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-01-13T07:39:06.519 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-01-13T07:39:06.519 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-01-13T07:39:06.519 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-01-13T07:39:06.519 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-01-13T07:39:06.566 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.jZ6jm0oxwW 2024-01-13T07:39:06.567 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub/grub.cfg /tmp/tmp.jZ6jm0oxwW 2024-01-13T07:39:06.581 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.jZ6jm0oxwW 2024-01-13T07:39:06.617 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.jZ6jm0oxwW is 9KB 2024-01-13T07:39:06.632 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.jZ6jm0oxwW 2024-01-13T07:39:06.638 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-13T07:39:06.700 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:39:06.700 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-13T07:39:06.700 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-13T07:39:06.739 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-13T07:39:06.739 DEBUG:teuthology.orchestra.run.smithi177:> sudo update-grub 2024-01-13T07:39:07.201 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-13T07:39:07.228 DEBUG:teuthology.orchestra.run.smithi078:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-13T07:39:07.298 INFO:teuthology.orchestra.run.smithi078.stdout:Reading package lists... 2024-01-13T07:39:07.491 INFO:teuthology.orchestra.run.smithi078.stdout:Building dependency tree... 2024-01-13T07:39:07.491 INFO:teuthology.orchestra.run.smithi078.stdout:Reading state information... 2024-01-13T07:39:07.698 INFO:teuthology.orchestra.run.smithi078.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-13T07:39:07.698 INFO:teuthology.orchestra.run.smithi078.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-13T07:39:07.700 DEBUG:teuthology.orchestra.run.smithi078:> dpkg -s linux-image-generic-hwe-20.04 2024-01-13T07:39:07.722 INFO:teuthology.orchestra.run.smithi078.stdout:Package: linux-image-generic-hwe-20.04 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Status: install ok installed 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Priority: optional 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Section: kernel 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Installed-Size: 20 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Architecture: amd64 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Source: linux-meta-hwe-5.15 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T07:39:07.723 INFO:teuthology.orchestra.run.smithi078.stdout:Recommends: thermald 2024-01-13T07:39:07.724 INFO:teuthology.orchestra.run.smithi078.stdout:Description: Generic Linux kernel image 2024-01-13T07:39:07.724 INFO:teuthology.orchestra.run.smithi078.stdout: This package will always depend on the latest generic kernel image 2024-01-13T07:39:07.724 INFO:teuthology.orchestra.run.smithi078.stdout: available. 2024-01-13T07:39:07.724 DEBUG:teuthology.orchestra.run.smithi078:> mktemp 2024-01-13T07:39:07.728 INFO:teuthology.orchestra.run.smithi078.stdout:/tmp/tmp.JHJp78qq7n 2024-01-13T07:39:07.728 DEBUG:teuthology.orchestra.run.smithi078:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JHJp78qq7n 2024-01-13T07:39:07.786 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 0666 /tmp/tmp.JHJp78qq7n 2024-01-13T07:39:07.837 DEBUG:teuthology.orchestra.remote:smithi078:/tmp/tmp.JHJp78qq7n is 9KB 2024-01-13T07:39:07.850 DEBUG:teuthology.orchestra.run.smithi078:> rm -fr /tmp/tmp.JHJp78qq7n 2024-01-13T07:39:07.856 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-13T07:39:07.914 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:39:07.914 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-13T07:39:07.914 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-13T07:39:07.950 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-13T07:39:07.950 DEBUG:teuthology.orchestra.run.smithi078:> sudo update-grub 2024-01-13T07:39:07.986 INFO:teuthology.orchestra.run.smithi177.stderr:Sourcing file `/etc/default/grub' 2024-01-13T07:39:07.991 INFO:teuthology.orchestra.run.smithi177.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T07:39:08.001 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-01-13T07:39:08.251 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:39:08.263 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:39:08.656 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T07:39:08.668 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T07:39:09.240 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub' 2024-01-13T07:39:09.251 INFO:teuthology.orchestra.run.smithi078.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T07:39:09.262 INFO:teuthology.orchestra.run.smithi078.stderr:Generating grub configuration file ... 2024-01-13T07:39:09.388 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-01-13T07:39:09.389 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-01-13T07:39:09.520 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-13T07:39:09.532 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-13T07:39:09.872 INFO:teuthology.orchestra.run.smithi078.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T07:39:09.883 INFO:teuthology.orchestra.run.smithi078.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T07:39:11.065 INFO:teuthology.orchestra.run.smithi078.stderr:done 2024-01-13T07:39:11.067 DEBUG:teuthology.orchestra.run.smithi078:> sudo shutdown -r now 2024-01-13T07:39:39.420 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-13T07:39:39.420 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:39:39.421 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:39:41.071 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-13T07:39:41.071 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:39:41.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:39:57.884 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-13T07:39:59.420 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-13T07:40:06.892 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:40:06.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:08.424 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:40:08.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:09.952 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-13T07:40:11.484 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-13T07:40:21.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:40:21.963 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:23.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:40:23.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:40.380 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-13T07:40:41.916 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.78 2024-01-13T07:40:55.392 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:40:55.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:55.641 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-13T07:40:56.166 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:40:56.166 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-13T07:40:56.166 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-13T07:40:56.217 INFO:teuthology.orchestra.run.smithi177.stdout:5.15.0-91-generic 2024-01-13T07:40:56.217 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-13T07:40:56.217 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T07:40:56.217 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-13T07:40:56.917 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:40:56.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:40:57.218 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-13T07:40:57.218 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T07:40:57.237 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-01-13T07:40:57.315 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-01-13T07:40:57.369 DEBUG:teuthology.parallel:result is None 2024-01-13T07:40:57.791 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:40:57.792 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-13T07:40:57.792 DEBUG:teuthology.orchestra.run.smithi078:> uname -r 2024-01-13T07:40:57.841 INFO:teuthology.orchestra.run.smithi078.stdout:5.15.0-91-generic 2024-01-13T07:40:57.841 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-13T07:40:57.841 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T07:40:57.841 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-13T07:40:58.842 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-13T07:40:58.842 DEBUG:teuthology.orchestra.run.smithi078:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T07:40:58.932 INFO:teuthology.orchestra.run.smithi078.stdout:ttyS1 2024-01-13T07:40:58.973 DEBUG:teuthology.parallel:result is None 2024-01-13T07:40:58.974 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-13T07:40:58.983 INFO:teuthology.task.internal:Creating test directory... 2024-01-13T07:40:58.984 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T07:40:58.986 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T07:40:58.993 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-13T07:40:59.037 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-13T07:40:59.070 INFO:teuthology.task.internal:Creating archive directory... 2024-01-13T07:40:59.070 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T07:40:59.072 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T07:40:59.104 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-13T07:40:59.111 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-13T07:40:59.111 DEBUG:teuthology.orchestra.run.smithi078:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T07:40:59.128 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T07:40:59.143 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T07:40:59.153 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T07:40:59.164 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T07:40:59.171 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T07:40:59.172 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-13T07:40:59.179 INFO:teuthology.task.internal:Configuring sudo... 2024-01-13T07:40:59.180 DEBUG:teuthology.orchestra.run.smithi078:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T07:40:59.201 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T07:40:59.231 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-13T07:40:59.240 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-13T07:40:59.240 DEBUG:teuthology.orchestra.run.smithi078:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T07:40:59.257 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T07:40:59.281 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T07:40:59.314 DEBUG:teuthology.orchestra.run.smithi078:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T07:40:59.362 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:40:59.362 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T07:40:59.436 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T07:40:59.444 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T07:40:59.493 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:40:59.493 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T07:40:59.551 DEBUG:teuthology.orchestra.run.smithi078:> sudo service rsyslog restart 2024-01-13T07:40:59.554 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-01-13T07:40:59.636 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-13T07:40:59.644 INFO:teuthology.task.internal:Starting timer... 2024-01-13T07:40:59.644 INFO:teuthology.run_tasks:Running task pcp... 2024-01-13T07:40:59.684 INFO:teuthology.run_tasks:Running task selinux... 2024-01-13T07:40:59.714 DEBUG:teuthology.task.selinux:Excluding smithi078: OS 'ubuntu' does not support SELinux 2024-01-13T07:40:59.714 DEBUG:teuthology.task.selinux:Excluding smithi177: OS 'ubuntu' does not support SELinux 2024-01-13T07:40:59.715 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-13T07:40:59.715 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-13T07:40:59.715 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-13T07:40:59.715 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-13T07:40:59.748 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-13T07:40:59.753 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-13T07:40:59.903 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-13T07:40:59.920 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-13T07:40:59.921 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi078.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-13T07:46:19.192 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi078.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-01-13T07:46:19.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:46:19.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi078.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:46:19.283 DEBUG:teuthology.orchestra.run.smithi078:> true 2024-01-13T07:46:19.397 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi078.front.sepia.ceph.com' 2024-01-13T07:46:19.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:46:19.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T07:46:19.481 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-13T07:46:19.601 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-13T07:46:19.602 INFO:teuthology.run_tasks:Running task clock... 2024-01-13T07:46:19.612 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-13T07:46:19.613 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T07:46:19.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T07:46:19.616 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T07:46:19.616 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T07:46:19.645 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-13T07:46:19.645 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Command line: ntpd -gq 2024-01-13T07:46:19.646 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: proto: precision = 0.041 usec (-24) 2024-01-13T07:46:19.647 INFO:teuthology.orchestra.run.smithi078.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T07:46:19.647 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T07:46:19.647 INFO:teuthology.orchestra.run.smithi078.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-13T07:46:19.648 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: restrict ::: KOD does nothing without LIMITED. 2024-01-13T07:46:19.648 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen and drop on 0 v6wildcard [::]:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen normally on 2 lo 127.0.0.1:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen normally on 3 enp3s0f1 172.21.15.78:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen normally on 4 lo [::1]:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d4dd%5]:123 2024-01-13T07:46:19.649 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:19 ntpd[12550]: Listening on routing socket on fd #22 for interface updates 2024-01-13T07:46:19.679 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-13T07:46:19.679 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Command line: ntpd -gq 2024-01-13T07:46:19.680 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: proto: precision = 0.087 usec (-23) 2024-01-13T07:46:19.680 INFO:teuthology.orchestra.run.smithi177.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T07:46:19.681 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T07:46:19.681 INFO:teuthology.orchestra.run.smithi177.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: restrict ::: KOD does nothing without LIMITED. 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen and drop on 0 v6wildcard [::]:123 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen normally on 2 lo 127.0.0.1:123 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen normally on 3 enp3s0f1 172.21.15.177:123 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen normally on 4 lo [::1]:123 2024-01-13T07:46:19.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feea:b04b%5]:123 2024-01-13T07:46:19.683 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:19 ntpd[12581]: Listening on routing socket on fd #22 for interface updates 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:20.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:20 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:20.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:20.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:20.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:20.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:20.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:20.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:20.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:20.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:20 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:21.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:21.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:21.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:21.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:21.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:21.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:21 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:22.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:22.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:22 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:22.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:22.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:22.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:22.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:22 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:23.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:23 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:23.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:23 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:23.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:23 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:24.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:24 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:24.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:24 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:25.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:25.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:25.680 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:25.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:25.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:25.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:25 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:26.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.646 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:26.647 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:26.648 INFO:teuthology.orchestra.run.smithi078.stdout:13 Jan 07:46:26 ntpd[12550]: ntpd: time slew +0.000342 s 2024-01-13T07:46:26.648 INFO:teuthology.orchestra.run.smithi078.stdout:ntpd: time slew +0.000342s 2024-01-13T07:46:26.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-13T07:46:26.648 INFO:teuthology.orchestra.run.smithi078.stderr:13 Jan 07:46:26 ntpd[12550]: can't open /var/log/ntpstats/loopstats.20240113: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.681 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stdout:13 Jan 07:46:26 ntpd[12581]: ntpd: time slew +0.000760 s 2024-01-13T07:46:26.682 INFO:teuthology.orchestra.run.smithi177.stdout:ntpd: time slew +0.000760s 2024-01-13T07:46:26.683 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-13T07:46:26.683 INFO:teuthology.orchestra.run.smithi177.stderr:13 Jan 07:46:26 ntpd[12581]: can't open /var/log/ntpstats/loopstats.20240113: Permission denied 2024-01-13T07:46:26.718 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T07:46:26.718 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-01-13T07:46:26.719 INFO:teuthology.orchestra.run.smithi078.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.719 INFO:teuthology.orchestra.run.smithi078.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.719 INFO:teuthology.orchestra.run.smithi078.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.719 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.747 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T07:46:26.748 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-13T07:46:26.758 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-13T07:46:26.758 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:46:26.759 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:46:26.767 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-13T07:46:26.768 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_1 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:44:54.343521231 +0000 2024-01-13T07:46:26.816 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:44:54.091527043 +0000 2024-01-13T07:46:26.817 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:44:54.091527043 +0000 2024-01-13T07:46:26.817 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:46:26.817 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T07:46:26.871 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:46:26.871 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:46:26.871 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000397482 s, 1.3 MB/s 2024-01-13T07:46:26.871 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T07:46:26.921 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_2 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 497 Links: 1 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:44:54.835509884 +0000 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:44:54.571515973 +0000 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:44:54.571515973 +0000 2024-01-13T07:46:26.972 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:46:26.973 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T07:46:27.027 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:46:27.027 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:46:27.027 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000404913 s, 1.3 MB/s 2024-01-13T07:46:27.028 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T07:46:27.077 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_3 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 505 Links: 1 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:44:55.335498355 +0000 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:44:55.071504442 +0000 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:44:55.071504442 +0000 2024-01-13T07:46:27.128 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:46:27.129 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T07:46:27.181 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:46:27.182 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:46:27.182 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000422402 s, 1.2 MB/s 2024-01-13T07:46:27.183 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T07:46:27.233 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/vg_nvme/lv_4 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 512 Links: 1 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:44:55.815487284 +0000 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:44:55.563493097 +0000 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:44:55.563493097 +0000 2024-01-13T07:46:27.284 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:46:27.285 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T07:46:27.339 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:46:27.339 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:46:27.339 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000397961 s, 1.3 MB/s 2024-01-13T07:46:27.340 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T07:46:27.389 DEBUG:teuthology.orchestra.run.smithi078:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-13T07:46:27.535 INFO:teuthology.orchestra.run.smithi078.stdout:loop 2024-01-13T07:46:27.536 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2024-01-13T07:46:27.536 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-13T07:46:27.558 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-13T07:46:27.584 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_11 2024-01-13T07:46:27.608 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2024-01-13T07:46:27.608 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-13T07:46:27.674 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-13T07:46:27.700 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_21 2024-01-13T07:46:27.724 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2024-01-13T07:46:27.724 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-13T07:46:27.789 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-13T07:46:27.815 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_31 2024-01-13T07:46:27.833 INFO:tasks.nvme_loop:Connecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2024-01-13T07:46:27.834 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-13T07:46:27.898 INFO:teuthology.orchestra.run.smithi078.stdout:1 2024-01-13T07:46:27.924 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/vg_nvme/lv_41 2024-01-13T07:46:27.946 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:46:27.947 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:46:27.995 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme list 2024-01-13T07:46:28.051 INFO:teuthology.orchestra.run.smithi078.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-13T07:46:28.051 INFO:teuthology.orchestra.run.smithi078.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-13T07:46:28.052 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme0n1 PHFT620400QR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-13T07:46:28.052 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme1n1 fde78851b1e14c064180 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:28.052 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme2n1 52e1293f73fa4ca2aac0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:28.052 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme3n1 cb101cb0e26117c8f9d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:28.052 INFO:teuthology.orchestra.run.smithi078.stdout:/dev/nvme4n1 4873741d5f561cbbd14e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:28.053 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-13T07:46:28.053 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:46:28.053 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2024-01-13T07:46:28.112 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:46:28.112 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:46:28.120 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-13T07:46:28.120 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-01-13T07:46:28.171 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:44:53.717318180 +0000 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:44:53.445324452 +0000 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:44:53.445324452 +0000 2024-01-13T07:46:28.172 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:46:28.172 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T07:46:28.227 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:46:28.227 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:46:28.227 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000413181 s, 1.2 MB/s 2024-01-13T07:46:28.228 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T07:46:28.281 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-01-13T07:46:28.331 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T07:46:28.331 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:28.331 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-13T07:46:28.331 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:28.332 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:44:54.209306834 +0000 2024-01-13T07:46:28.332 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:44:53.937313107 +0000 2024-01-13T07:46:28.332 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:44:53.937313107 +0000 2024-01-13T07:46:28.332 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:46:28.332 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T07:46:28.386 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:46:28.387 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:46:28.387 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000416873 s, 1.2 MB/s 2024-01-13T07:46:28.388 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T07:46:28.437 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 506 Links: 1 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:44:54.449301299 +0000 2024-01-13T07:46:28.487 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:44:54.445301391 +0000 2024-01-13T07:46:28.488 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:44:54.445301391 +0000 2024-01-13T07:46:28.488 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:46:28.488 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T07:46:28.542 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:46:28.542 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:46:28.543 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000407574 s, 1.3 MB/s 2024-01-13T07:46:28.544 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T07:46:28.592 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-01-13T07:46:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T07:46:28.643 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T07:46:28.643 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 514 Links: 1 2024-01-13T07:46:28.643 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T07:46:28.644 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:44:55.233283219 +0000 2024-01-13T07:46:28.644 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:44:54.973289215 +0000 2024-01-13T07:46:28.644 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:44:54.973289215 +0000 2024-01-13T07:46:28.644 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:46:28.644 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T07:46:28.697 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:46:28.697 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:46:28.697 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000369648 s, 1.4 MB/s 2024-01-13T07:46:28.698 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T07:46:28.749 DEBUG:teuthology.orchestra.run.smithi177:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-13T07:46:28.882 INFO:teuthology.orchestra.run.smithi177.stdout:loop 2024-01-13T07:46:28.884 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-01-13T07:46:28.884 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-13T07:46:28.903 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-13T07:46:28.922 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_11 2024-01-13T07:46:28.946 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-01-13T07:46:28.946 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-13T07:46:29.009 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-13T07:46:29.033 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_21 2024-01-13T07:46:29.058 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-01-13T07:46:29.059 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-13T07:46:29.124 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-13T07:46:29.147 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_31 2024-01-13T07:46:29.171 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-01-13T07:46:29.172 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-13T07:46:29.238 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-13T07:46:29.258 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_41 2024-01-13T07:46:29.282 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:46:29.282 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:46:29.331 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme list 2024-01-13T07:46:29.387 INFO:teuthology.orchestra.run.smithi177.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-13T07:46:29.387 INFO:teuthology.orchestra.run.smithi177.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-13T07:46:29.387 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme0n1 CVFT6233007S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-13T07:46:29.387 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme1n1 0322f39dcdaff8dc396a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:29.387 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme2n1 77152b9e7941636f7537 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:29.388 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme3n1 e4f44872d86787ecbf92 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:29.388 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme4n1 0ee5150493c54a81f62d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-13T07:46:29.389 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-13T07:46:29.389 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:46:29.389 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-01-13T07:46:29.446 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-13T07:46:29.536 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': '445562ab4bc3ddfb386936119050695810860bcb'} 2024-01-13T07:46:29.537 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T07:46:29.537 INFO:tasks.cephadm:Cluster fsid is dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:46:29.537 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-13T07:46:29.537 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-13T07:46:29.537 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi078': '172.21.15.78', 'mon.smithi177': '172.21.15.177'} 2024-01-13T07:46:29.537 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-13T07:46:29.538 DEBUG:teuthology.orchestra.run.smithi078:> sudo hostname $(hostname -s) 2024-01-13T07:46:29.556 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-01-13T07:46:29.572 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 445562ab4bc3ddfb386936119050695810860bcb)... 2024-01-13T07:46:29.573 DEBUG:teuthology.orchestra.run.smithi078:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/445562ab4bc3ddfb386936119050695810860bcb/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:29.916 INFO:teuthology.orchestra.run.smithi078.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 13 07:46 /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:29.917 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/445562ab4bc3ddfb386936119050695810860bcb/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:30.063 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 13 07:46 /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:30.063 DEBUG:teuthology.orchestra.run.smithi078:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:30.072 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T07:46:30.089 DEBUG:teuthology.orchestra.run.smithi078:> sudo mkdir -p /etc/ceph 2024-01-13T07:46:30.131 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-01-13T07:46:30.148 DEBUG:teuthology.orchestra.run.smithi078:> sudo chmod 777 /etc/ceph 2024-01-13T07:46:30.186 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-01-13T07:46:30.207 INFO:tasks.cephadm:Writing seed config... 2024-01-13T07:46:30.208 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-13T07:46:30.208 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-13T07:46:30.208 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-13T07:46:30.208 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-13T07:46:30.208 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-13T07:46:30.209 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-13T07:46:30.209 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-13T07:46:30.209 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-13T07:46:30.209 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:46:30.209 DEBUG:teuthology.orchestra.run.smithi078:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-13T07:46:30.235 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 = dcd1f50e-b1e7-11ee-95ac-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 2024-01-13T07:46:30.235 DEBUG:teuthology.orchestra.run.smithi078:mon.smithi078> sudo journalctl -f -n 0 -u ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service 2024-01-13T07:46:30.278 INFO:tasks.cephadm:Bootstrapping... 2024-01-13T07:46:30.279 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb -v bootstrap --fsid dcd1f50e-b1e7-11ee-95ac-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.78 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-13T07:46:30.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T07:46:30.628 INFO:teuthology.orchestra.run.smithi078.stderr:-------------------------------------------------------------------------------- 2024-01-13T07:46:30.628 INFO:teuthology.orchestra.run.smithi078.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb', '-v', 'bootstrap', '--fsid', 'dcd1f50e-b1e7-11ee-95ac-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.78', '--skip-admin-label'] 2024-01-13T07:46:30.629 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying podman|docker is present... 2024-01-13T07:46:30.629 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying lvm2 is present... 2024-01-13T07:46:30.629 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying time synchronization is in place... 2024-01-13T07:46:30.634 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T07:46:30.641 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.648 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-13T07:46:30.655 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.661 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: masked 2024-01-13T07:46:30.668 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.675 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-13T07:46:30.682 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.690 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2024-01-13T07:46:30.696 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2024-01-13T07:46:30.697 INFO:teuthology.orchestra.run.smithi078.stderr:Unit ntp.service is enabled and running 2024-01-13T07:46:30.697 INFO:teuthology.orchestra.run.smithi078.stderr:Repeating the final host check... 2024-01-13T07:46:30.697 INFO:teuthology.orchestra.run.smithi078.stderr:docker (/usr/bin/docker) is present 2024-01-13T07:46:30.697 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl is present 2024-01-13T07:46:30.698 INFO:teuthology.orchestra.run.smithi078.stderr:lvcreate is present 2024-01-13T07:46:30.704 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T07:46:30.711 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.717 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-13T07:46:30.723 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.730 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: masked 2024-01-13T07:46:30.737 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.743 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-13T07:46:30.751 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: inactive 2024-01-13T07:46:30.759 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: enabled 2024-01-13T07:46:30.765 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: active 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Unit ntp.service is enabled and running 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Host looks OK 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Cluster fsid: dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Acquiring lock 140133478889888 on /run/cephadm/dcd1f50e-b1e7-11ee-95ac-87774f69a715.lock 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Lock 140133478889888 acquired on /run/cephadm/dcd1f50e-b1e7-11ee-95ac-87774f69a715.lock 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 3300 ... 2024-01-13T07:46:30.767 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying IP 172.21.15.78 port 6789 ... 2024-01-13T07:46:30.768 INFO:teuthology.orchestra.run.smithi078.stderr:Base mon IP(s) is [172.21.15.78:3300, 172.21.15.78:6789], mon addrv is [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-01-13T07:46:30.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-13T07:46:30.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.78 metric 100 2024-01-13T07:46:30.773 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-13T07:46:30.773 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.78 2024-01-13T07:46:30.773 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.78 metric 100 2024-01-13T07:46:30.777 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-13T07:46:30.777 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-13T07:46:30.777 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-01-13T07:46:30.781 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-13T07:46:30.782 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-13T07:46:30.782 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-13T07:46:30.782 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-13T07:46:30.782 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d4dd/64 scope link 2024-01-13T07:46:30.782 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-13T07:46:30.783 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-01-13T07:46:30.783 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.0.0/20` 2024-01-13T07:46:30.783 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-01-13T07:46:30.783 INFO:teuthology.orchestra.run.smithi078.stderr:Mon IP `172.21.15.78` is in CIDR network `172.21.15.254/32` 2024-01-13T07:46:30.783 INFO:teuthology.orchestra.run.smithi078.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-13T07:46:30.784 INFO:teuthology.orchestra.run.smithi078.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-13T07:46:30.784 INFO:teuthology.orchestra.run.smithi078.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb... 2024-01-13T07:46:31.169 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 445562ab4bc3ddfb386936119050695810860bcb: Pulling from ceph-ci/ceph 2024-01-13T07:46:31.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Pulling fs layer 2024-01-13T07:46:31.175 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Pulling fs layer 2024-01-13T07:46:35.075 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Verifying Checksum 2024-01-13T07:46:35.075 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Download complete 2024-01-13T07:46:38.719 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 6c507150f7e9: Pull complete 2024-01-13T07:46:46.278 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Verifying Checksum 2024-01-13T07:46:46.279 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Download complete 2024-01-13T07:46:58.292 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: 9bc82cfe8091: Pull complete 2024-01-13T07:46:58.440 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: Digest: sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 2024-01-13T07:46:58.495 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T07:46:58.531 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T07:47:11.011 INFO:teuthology.orchestra.run.smithi078.stderr:ceph: ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable) 2024-01-13T07:47:11.627 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph version: ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable) 2024-01-13T07:47:11.627 INFO:teuthology.orchestra.run.smithi078.stderr:Extracting ceph user uid/gid from container image... 2024-01-13T07:47:12.430 INFO:teuthology.orchestra.run.smithi078.stderr:stat: 167 167 2024-01-13T07:47:13.064 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial keys... 2024-01-13T07:47:13.846 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQABQKJl0ZBtMhAA8a5+ibiVQGdbGPHY4w5kiA== 2024-01-13T07:47:15.252 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQADQKJlr0j+DhAA1I1/NpX6ZhL+f47togAolg== 2024-01-13T07:47:16.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-authtool: AQAEQKJlqPqvLBAAd/x8kkUtIHktzJGHufkvlA== 2024-01-13T07:47:17.310 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial monmap... 2024-01-13T07:47:18.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T07:47:18.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:18.150 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T07:47:18.748 INFO:teuthology.orchestra.run.smithi078.stderr:monmaptool for smithi078 [v2:172.21.15.78:3300,v1:172.21.15.78:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T07:47:18.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: set fsid to dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:18.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T07:47:18.749 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:47:18.749 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mon... 2024-01-13T07:47:19.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T07:47:19.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 1 imported monmap: 2024-01-13T07:47:19.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-13T07:47:19.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:19.726 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: last_changed 2024-01-13T07:47:18.148817+0000 2024-01-13T07:47:19.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: created 2024-01-13T07:47:18.148817+0000 2024-01-13T07:47:19.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-13T07:47:19.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-13T07:47:19.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon.smithi078 2024-01-13T07:47:19.727 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 0 /usr/bin/ceph-mon: set fsid to dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T07:47:19.728 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: DB SUMMARY 2024-01-13T07:47:19.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 0, files: 2024-01-13T07:47:19.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 2024-01-13T07:47:19.729 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.730 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T07:47:19.730 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.create_if_missing: 1 2024-01-13T07:47:19.730 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T07:47:19.730 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.env: 0x56517d3c3080 2024-01-13T07:47:19.730 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.fs: Posix File System 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.info_log: 0x56517ecdf380 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.statistics: (nil) 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.use_fsync: 0 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T07:47:19.731 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T07:47:19.732 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T07:47:19.733 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T07:47:19.733 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T07:47:19.733 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T07:47:19.733 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.db_log_dir: 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T07:47:19.734 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T07:47:19.735 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T07:47:19.735 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T07:47:19.735 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T07:47:19.735 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T07:47:19.735 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T07:47:19.736 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.write_buffer_manager: 0x56517ece5980 2024-01-13T07:47:19.736 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T07:47:19.736 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T07:47:19.736 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T07:47:19.736 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T07:47:19.737 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.unordered_write: 0 2024-01-13T07:47:19.738 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T07:47:19.738 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T07:47:19.738 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T07:47:19.738 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T07:47:19.738 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.row_cache: None 2024-01-13T07:47:19.739 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.wal_filter: None 2024-01-13T07:47:19.739 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T07:47:19.739 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T07:47:19.739 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T07:47:19.739 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T07:47:19.740 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T07:47:19.740 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T07:47:19.740 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T07:47:19.740 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T07:47:19.740 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T07:47:19.741 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T07:47:19.742 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T07:47:19.742 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T07:47:19.742 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T07:47:19.742 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T07:47:19.742 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T07:47:19.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T07:47:19.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.max_open_files: -1 2024-01-13T07:47:19.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T07:47:19.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T07:47:19.743 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Compression algorithms supported: 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kZSTD supported: 0 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T07:47:19.744 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T07:47:19.745 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T07:47:19.745 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T07:47:19.745 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T07:47:19.745 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T07:47:19.745 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T07:47:19.746 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.688+0000 7f5247e27880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-13T07:47:19.746 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.746 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000001 2024-01-13T07:47:19.746 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T07:47:19.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T07:47:19.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.merge_operator: 2024-01-13T07:47:19.747 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_filter: None 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56517ebf3d30) 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-13T07:47:19.748 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T07:47:19.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T07:47:19.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-13T07:47:19.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-13T07:47:19.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-13T07:47:19.749 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-13T07:47:19.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-13T07:47:19.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-13T07:47:19.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-13T07:47:19.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-13T07:47:19.750 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache: 0x56517ec2ad10 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-13T07:47:19.751 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-13T07:47:19.752 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-13T07:47:19.752 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-13T07:47:19.752 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-13T07:47:19.752 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-13T07:47:19.752 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T07:47:19.753 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-13T07:47:19.754 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.755 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T07:47:19.755 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T07:47:19.755 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression: NoCompression 2024-01-13T07:47:19.755 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T07:47:19.755 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T07:47:19.756 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T07:47:19.756 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.num_levels: 7 2024-01-13T07:47:19.756 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T07:47:19.756 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T07:47:19.757 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T07:47:19.757 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T07:47:19.757 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T07:47:19.757 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T07:47:19.757 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T07:47:19.758 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T07:47:19.758 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T07:47:19.758 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T07:47:19.759 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T07:47:19.759 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T07:47:19.759 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T07:47:19.759 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T07:47:19.760 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T07:47:19.760 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T07:47:19.760 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T07:47:19.761 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T07:47:19.761 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T07:47:19.761 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T07:47:19.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T07:47:19.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T07:47:19.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T07:47:19.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T07:47:19.764 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T07:47:19.765 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T07:47:19.766 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.ttl: 2592000 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/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 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5247e27880 4 rocksdb: DB pointer 0x56517ecf3800 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5230c9c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T07:47:19.767 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.696+0000 7f5230c9c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.768 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T07:47:19.769 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.770 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T07:47:19.771 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.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 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.700+0000 7f5247e27880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.700+0000 7f5247e27880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-13T07:47:19.772 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph-mon: debug 2024-01-13T07:47:19.700+0000 7f5247e27880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi078 for mon.smithi078 2024-01-13T07:47:20.342 INFO:teuthology.orchestra.run.smithi078.stderr:create mon.smithi078 on 2024-01-13T07:47:20.578 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-13T07:47:20.786 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target -> /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target. 2024-01-13T07:47:20.786 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target -> /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target. 2024-01-13T07:47:21.207 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service: Unit ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service not loaded. 2024-01-13T07:47:21.217 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target.wants/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service -> /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@.service. 2024-01-13T07:47:21.459 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-13T07:47:21.459 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T07:47:21.459 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon to start... 2024-01-13T07:47:21.459 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mon... 2024-01-13T07:47:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:23 smithi078 bash[13549]: cluster 2024-01-13T07:47:22.983314+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-13T07:47:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: cluster: 2024-01-13T07:47:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: id: dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-13T07:47:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:23.358 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: services: 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi078 (age 0.341596s) 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: data: 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: pgs: 2024-01-13T07:47:23.359 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:23.993 INFO:teuthology.orchestra.run.smithi078.stderr:mon is available 2024-01-13T07:47:23.993 INFO:teuthology.orchestra.run.smithi078.stderr:Assimilating anything we can from ceph.conf... 2024-01-13T07:47:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: cluster 2024-01-13T07:47:23.014290+0000 mon.smithi078 (mon.0) 2 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-13T07:47:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: cluster 2024-01-13T07:47:23.014652+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2024-01-13T07:47:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: cluster 2024-01-13T07:47:23.019618+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T07:47:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: cluster 2024-01-13T07:47:23.023223+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T07:47:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: cluster 2024-01-13T07:47:23.023692+0000 mon.smithi078 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T07:47:24.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:24 smithi078 bash[13549]: audit 2024-01-13T07:47:23.355839+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/848961054' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-13T07:47:25.181 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:25.181 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2024-01-13T07:47:25.181 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:25.181 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.78:3300,v1:172.21.15.78:6789] 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-13T07:47:25.183 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-13T07:47:25.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:25 smithi078 bash[13549]: audit 2024-01-13T07:47:25.173664+0000 mon.smithi078 (mon.0) 8 : audit [INF] from='client.? 172.21.15.78:0/3440026004' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T07:47:25.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:25 smithi078 bash[13549]: audit 2024-01-13T07:47:25.179653+0000 mon.smithi078 (mon.0) 9 : audit [INF] from='client.? 172.21.15.78:0/3440026004' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-13T07:47:25.793 INFO:teuthology.orchestra.run.smithi078.stderr:Generating new minimal ceph.conf... 2024-01-13T07:47:27.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:26 smithi078 bash[13549]: audit 2024-01-13T07:47:26.889726+0000 mon.smithi078 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.78:0/4025322915' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:47:27.465 INFO:teuthology.orchestra.run.smithi078.stderr:Restarting the monitor... 2024-01-13T07:47:27.888 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:27 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for dcd1f50e-b1e7-11ee-95ac-87774f69a715... 2024-01-13T07:47:27.888 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:27 smithi078 bash[13969]: Error response from daemon: No such container: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715-mon.smithi078 2024-01-13T07:47:27.888 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:27 smithi078 bash[13549]: debug 2024-01-13T07:47:27.632+0000 7f894388b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi078 -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 2024-01-13T07:47:27.889 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:27 smithi078 bash[13549]: debug 2024-01-13T07:47:27.632+0000 7f894388b700 -1 mon.smithi078@0(leader) e1 *** Got Signal Terminated *** 2024-01-13T07:47:28.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:28 smithi078 bash[14005]: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715-mon-smithi078 2024-01-13T07:47:28.485 INFO:teuthology.orchestra.run.smithi078.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-13T07:47:28.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:28 smithi078 bash[14066]: Error response from daemon: No such container: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715-mon-smithi078 2024-01-13T07:47:28.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:28 smithi078 systemd[1]: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service: Succeeded. 2024-01-13T07:47:28.586 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:28 smithi078 systemd[1]: Stopped Ceph mon.smithi078 for dcd1f50e-b1e7-11ee-95ac-87774f69a715. 2024-01-13T07:47:28.587 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:28 smithi078 systemd[1]: Started Ceph mon.smithi078 for dcd1f50e-b1e7-11ee-95ac-87774f69a715. 2024-01-13T07:47:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.712+0000 7f0c68a52880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T07:47:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.712+0000 7f0c68a52880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 7 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.712+0000 7f0c68a52880 0 pidfile_write: ignore empty --pid-file 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.716+0000 7f0c68a52880 0 load: jerasure load: lrc load: isa 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: DB SUMMARY 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: CURRENT file: CURRENT 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi078/store.db dir, Total Num: 1, files: 000004.sst 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi078/store.db: 000006.log size: 86527 ; 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T07:47:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.create_if_missing: 0 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.env: 0x555abd1c3080 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.fs: Posix File System 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.info_log: 0x555abf1c8520 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.statistics: (nil) 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.use_fsync: 0 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T07:47:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.db_log_dir: 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi078/store.db 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T07:47:29.908 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.write_buffer_manager: 0x555abfe16480 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T07:47:29.909 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.unordered_write: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.row_cache: None 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.wal_filter: None 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T07:47:29.910 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T07:47:29.911 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_open_files: -1 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Compression algorithms supported: 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kZSTD supported: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T07:47:29.912 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi078/store.db/MANIFEST-000005 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.merge_operator: 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_filter: None 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555abf16bd28) 2024-01-13T07:47:29.913 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cache_index_and_filter_blocks: 1 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: pin_top_level_index_and_filter: 1 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: index_type: 0 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: data_block_index_type: 0 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: index_shortening: 1 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: hash_index_allow_collision: 1 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: checksum: 1 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: no_block_cache: 0 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_cache: 0x555abf1a2f10 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_cache_name: BinnedLRUCache 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_cache_options: 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: capacity : 536870912 2024-01-13T07:47:29.914 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: num_shard_bits : 4 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: strict_capacity_limit : 0 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: high_pri_pool_ratio: 0.000 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_cache_compressed: (nil) 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: persistent_cache: (nil) 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_size: 4096 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_size_deviation: 10 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_restart_interval: 16 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: index_block_restart_interval: 1 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: metadata_block_size: 4096 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: partition_filters: 0 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: use_delta_encoding: 1 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: whole_key_filtering: 1 2024-01-13T07:47:29.915 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: verify_compression: 0 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: read_amp_bytes_per_bit: 0 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: format_version: 2 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: enable_index_compression: 1 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: block_align: 0 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression: NoCompression 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.num_levels: 7 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T07:47:29.916 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T07:47:29.917 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T07:47:29.918 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T07:47:29.919 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T07:47:29.920 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.ttl: 2592000 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.720+0000 7f0c68a52880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi078/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 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705132049725514, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 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. 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705132049726593, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83400, "table_properties": {"data_size": 81667, "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": 76179, "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": 1705132049, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705132049727057, "job": 1, "event": "recovery_finished"} 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 4 rocksdb: DB pointer 0x555abf26b800 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c4f846700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c4f846700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T07:47:29.921 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** DB Stats ** 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** Compaction Stats [default] ** 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.922 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** Compaction Stats [default] ** 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T07:47:29.923 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Cumulative compaction: 0.00 GB write, 12.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T07:47:29.924 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Interval compaction: 0.00 GB write, 12.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T07:47:29.924 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T07:47:29.924 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T07:47:29.925 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** Compaction Stats [default] ** 2024-01-13T07:47:29.925 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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 2024-01-13T07:47:29.925 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:29.925 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.925 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** Compaction Stats [default] ** 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.1 0.00 0.00 1 0.001 0 0 2024-01-13T07:47:29.926 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Cumulative compaction: 0.00 GB write, 12.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.724+0000 7f0c68a52880 0 starting mon.smithi078 rank 0 at public addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] at bind addrs [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi078 fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 1 mon.smithi078@-1(???) e1 preinit fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).mds e1 new map 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).mds e1 print_map 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: e1 2024-01-13T07:47:29.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 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} 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: legacy client fscid: -1 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: No filesystems configured 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 0 mon.smithi078@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: audit 2024-01-13T07:47:26.889726+0000 mon.smithi078 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.78:0/4025322915' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: debug 2024-01-13T07:47:29.728+0000 7f0c68a52880 1 mon.smithi078@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cluster 2024-01-13T07:47:29.758174+0000 mon.smithi078 (mon.0) 1 : cluster [INF] mon.smithi078 is new leader, mons smithi078 in quorum (ranks 0) 2024-01-13T07:47:29.928 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cluster 2024-01-13T07:47:29.758295+0000 mon.smithi078 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0]} removed_ranks: {} 2024-01-13T07:47:29.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cluster 2024-01-13T07:47:29.759229+0000 mon.smithi078 (mon.0) 3 : cluster [DBG] fsmap 2024-01-13T07:47:29.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cluster 2024-01-13T07:47:29.759303+0000 mon.smithi078 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T07:47:29.929 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:29 smithi078 bash[14106]: cluster 2024-01-13T07:47:29.760085+0000 mon.smithi078 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T07:47:30.721 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-13T07:47:30.721 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-13T07:47:30.721 INFO:teuthology.orchestra.run.smithi078.stderr:Creating mgr... 2024-01-13T07:47:30.721 INFO:teuthology.orchestra.run.smithi078.stderr:Verifying port 9283 ... 2024-01-13T07:47:30.953 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Failed to reset failed state of unit ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mgr.smithi078.ejuxzq.service: Unit ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mgr.smithi078.ejuxzq.service not loaded. 2024-01-13T07:47:30.962 INFO:teuthology.orchestra.run.smithi078.stderr:systemctl: Created symlink /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715.target.wants/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mgr.smithi078.ejuxzq.service -> /etc/systemd/system/ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@.service. 2024-01-13T07:47:31.182 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-13T07:47:31.182 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to enable service . firewalld.service is not available 2024-01-13T07:47:31.182 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-13T07:47:31.182 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-13T07:47:31.183 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr to start... 2024-01-13T07:47:31.183 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr... 2024-01-13T07:47:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:30 smithi078 bash[14106]: audit 2024-01-13T07:47:29.993433+0000 mon.smithi078 (mon.0) 6 : audit [INF] from='client.? 172.21.15.78:0/1351050477' entity='client.admin' 2024-01-13T07:47:32.847 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:32.847 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:47:32.847 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "dcd1f50e-b1e7-11ee-95ac-87774f69a715", 2024-01-13T07:47:32.848 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-13T07:47:32.848 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T07:47:32.848 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T07:47:32.848 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T07:47:32.848 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.850 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T07:47:32.850 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T07:47:32.850 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-13T07:47:32.850 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T07:47:32.851 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T07:47:32.852 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T07:47:32.855 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.856 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.857 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-13T07:47:23.017085+0000", 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T07:47:32.858 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:47:33.051 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:32 smithi078 bash[14106]: audit 2024-01-13T07:47:32.845630+0000 mon.smithi078 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.78:0/3372067240' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T07:47:33.519 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (1/15)... 2024-01-13T07:47:36.799 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "dcd1f50e-b1e7-11ee-95ac-87774f69a715", 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-13T07:47:36.800 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T07:47:36.801 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T07:47:36.805 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": false, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-13T07:47:36.806 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-13T07:47:23.017085+0000", 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T07:47:36.807 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:47:37.051 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:36 smithi078 bash[14106]: audit 2024-01-13T07:47:36.795763+0000 mon.smithi078 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.78:0/3452940627' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T07:47:37.485 INFO:teuthology.orchestra.run.smithi078.stderr:mgr not available, waiting (2/15)... 2024-01-13T07:47:39.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: cluster 2024-01-13T07:47:39.079482+0000 mon.smithi078 (mon.0) 9 : cluster [INF] Activating manager daemon smithi078.ejuxzq 2024-01-13T07:47:39.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: cluster 2024-01-13T07:47:39.085976+0000 mon.smithi078 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi078.ejuxzq(active, starting, since 0.00671534s) 2024-01-13T07:47:39.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.087941+0000 mon.smithi078 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.088410+0000 mon.smithi078 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.088980+0000 mon.smithi078 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.089536+0000 mon.smithi078 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.089937+0000 mon.smithi078 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi078.ejuxzq", "id": "smithi078.ejuxzq"}]: dispatch 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: cluster 2024-01-13T07:47:39.114228+0000 mon.smithi078 (mon.0) 16 : cluster [INF] Manager daemon smithi078.ejuxzq is now available 2024-01-13T07:47:39.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:39 smithi078 bash[14106]: audit 2024-01-13T07:47:39.130196+0000 mon.smithi078 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:40 smithi078 bash[14106]: audit 2024-01-13T07:47:39.139607+0000 mon.smithi078 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/mirror_snapshot_schedule"}]: dispatch 2024-01-13T07:47:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:40 smithi078 bash[14106]: audit 2024-01-13T07:47:39.143097+0000 mon.smithi078 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/trash_purge_schedule"}]: dispatch 2024-01-13T07:47:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:40 smithi078 bash[14106]: audit 2024-01-13T07:47:39.147344+0000 mon.smithi078 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:40 smithi078 bash[14106]: audit 2024-01-13T07:47:39.150420+0000 mon.smithi078 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.78:0/1133261035' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:40 smithi078 bash[14106]: cluster 2024-01-13T07:47:40.090609+0000 mon.smithi078 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi078.ejuxzq(active, since 1.01133s) 2024-01-13T07:47:40.979 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:40.980 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:47:40.980 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsid": "dcd1f50e-b1e7-11ee-95ac-87774f69a715", 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "health": { 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "checks": {}, 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mutes": [] 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-13T07:47:40.981 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum": [ 2024-01-13T07:47:40.982 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 0 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "smithi078" 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "monmap": { 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osdmap": { 2024-01-13T07:47:40.983 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:40.984 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgmap": { 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-13T07:47:40.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "fsmap": { 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:40.988 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modules": [ 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "iostat", 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "nfs", 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "restful" 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ], 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "servicemap": { 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-13T07:47:40.989 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "modified": "2024-01-13T07:47:23.017085+0000", 2024-01-13T07:47:40.990 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "services": {} 2024-01-13T07:47:40.990 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: }, 2024-01-13T07:47:40.990 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-13T07:47:40.990 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:47:41.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:41 smithi078 bash[14106]: audit 2024-01-13T07:47:40.977850+0000 mon.smithi078 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.78:0/110275010' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T07:47:41.651 INFO:teuthology.orchestra.run.smithi078.stderr:mgr is available 2024-01-13T07:47:42.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:42 smithi078 bash[14106]: cluster 2024-01-13T07:47:41.139917+0000 mon.smithi078 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi078.ejuxzq(active, since 2s) 2024-01-13T07:47:42.984 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:42.984 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [global] 2024-01-13T07:47:42.984 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: fsid = dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:47:42.984 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-13T07:47:42.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-13T07:47:42.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-13T07:47:42.985 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [mgr] 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: [osd] 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-13T07:47:42.986 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-13T07:47:43.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:43 smithi078 bash[14106]: audit 2024-01-13T07:47:42.981454+0000 mon.smithi078 (mon.0) 25 : audit [INF] from='client.? 172.21.15.78:0/3433497532' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T07:47:43.674 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling cephadm module... 2024-01-13T07:47:46.007 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:45 smithi078 bash[14106]: audit 2024-01-13T07:47:45.050411+0000 mon.smithi078 (mon.0) 26 : audit [INF] from='client.? 172.21.15.78:0/4058777441' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-13T07:47:47.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:46 smithi078 bash[14106]: audit 2024-01-13T07:47:45.746690+0000 mon.smithi078 (mon.0) 27 : audit [INF] from='client.? 172.21.15.78:0/4058777441' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-13T07:47:47.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:46 smithi078 bash[14106]: cluster 2024-01-13T07:47:45.746771+0000 mon.smithi078 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi078.ejuxzq(active, since 6s) 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.ejuxzq", 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-13T07:47:47.987 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:47:48.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:48 smithi078 bash[14106]: audit 2024-01-13T07:47:47.985184+0000 mon.smithi078 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.78:0/2947766180' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-13T07:47:48.585 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2024-01-13T07:47:48.585 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 5... 2024-01-13T07:47:52.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: cluster 2024-01-13T07:47:52.255601+0000 mon.smithi078 (mon.0) 30 : cluster [INF] Active manager daemon smithi078.ejuxzq restarted 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: cluster 2024-01-13T07:47:52.256024+0000 mon.smithi078 (mon.0) 31 : cluster [INF] Activating manager daemon smithi078.ejuxzq 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: cluster 2024-01-13T07:47:52.261345+0000 mon.smithi078 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: cluster 2024-01-13T07:47:52.261574+0000 mon.smithi078 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi078.ejuxzq(active, starting, since 0.00569419s) 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.263570+0000 mon.smithi078 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.264731+0000 mon.smithi078 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi078.ejuxzq", "id": "smithi078.ejuxzq"}]: dispatch 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.265689+0000 mon.smithi078 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.265882+0000 mon.smithi078 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.266055+0000 mon.smithi078 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: cluster 2024-01-13T07:47:52.268928+0000 mon.smithi078 (mon.0) 39 : cluster [INF] Manager daemon smithi078.ejuxzq is now available 2024-01-13T07:47:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:52 smithi078 bash[14106]: audit 2024-01-13T07:47:52.285046+0000 mon.smithi078 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:53.282 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:47:53.282 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-13T07:47:53.282 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2024-01-13T07:47:53.282 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:47:53.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: cephadm 2024-01-13T07:47:52.281768+0000 mgr.smithi078.ejuxzq (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-13T07:47:53.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.405386+0000 mon.smithi078 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.408075+0000 mon.smithi078 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.410654+0000 mon.smithi078 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.421941+0000 mon.smithi078 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.435245+0000 mon.smithi078 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/mirror_snapshot_schedule"}]: dispatch 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: audit 2024-01-13T07:47:52.439093+0000 mon.smithi078 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/trash_purge_schedule"}]: dispatch 2024-01-13T07:47:53.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:53 smithi078 bash[14106]: cluster 2024-01-13T07:47:53.265770+0000 mon.smithi078 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi078.ejuxzq(active, since 1.0099s) 2024-01-13T07:47:53.990 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 5 is available 2024-01-13T07:47:53.991 INFO:teuthology.orchestra.run.smithi078.stderr:Setting orchestrator backend to cephadm... 2024-01-13T07:47:54.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:54 smithi078 bash[14106]: audit 2024-01-13T07:47:53.265575+0000 mgr.smithi078.ejuxzq (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-13T07:47:54.684 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:54 smithi078 bash[14106]: audit 2024-01-13T07:47:53.279268+0000 mgr.smithi078.ejuxzq (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-13T07:47:55.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:55 smithi078 bash[14106]: cluster 2024-01-13T07:47:54.413849+0000 mon.smithi078 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi078.ejuxzq(active, since 2s) 2024-01-13T07:47:55.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:55 smithi078 bash[14106]: audit 2024-01-13T07:47:55.288831+0000 mon.smithi078 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:47:55.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:55 smithi078 bash[14106]: audit 2024-01-13T07:47:55.346508+0000 mon.smithi078 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:47:56.692 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:56 smithi078 bash[14106]: audit 2024-01-13T07:47:55.279616+0000 mgr.smithi078.ejuxzq (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:47:57.246 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: value unchanged 2024-01-13T07:47:57.852 INFO:teuthology.orchestra.run.smithi078.stderr:Generating ssh key... 2024-01-13T07:47:58.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:47:57 smithi078 bash[14106]: audit 2024-01-13T07:47:57.244313+0000 mgr.smithi078.ejuxzq (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:00.840 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:00 smithi078 bash[14106]: audit 2024-01-13T07:47:59.242801+0000 mgr.smithi078.ejuxzq (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:00.840 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:00 smithi078 bash[14106]: cephadm 2024-01-13T07:47:59.243027+0000 mgr.smithi078.ejuxzq (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-13T07:48:00.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:00 smithi078 bash[14106]: audit 2024-01-13T07:47:59.479739+0000 mon.smithi078 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:00.841 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:00 smithi078 bash[14106]: audit 2024-01-13T07:47:59.483657+0000 mon.smithi078 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:01.419 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB6vudewLufsBPCzT4Z4N7B7Fj+oLy5jT0nHTIwG1vneAWlIJknbndLuTM0SJUlaH/GG91559ZEaiQu5F2920NpqVsodEY5hepp8h0MvAB3bC/GdL/TNx9yFeFehL88Qe/cH3CHdgf0g0DE8iCC+G+o2q+K/CzFO/6dDh61DGxg1ZrO/Z5qdOMmXZOW8VPL7om4zUbfFoj3fiEM26Kn1fxxEXsIPa6X4bx1GtG74ZPXAsYx6+HdKBHqV1bHCK+17WPlq+ACjsOELhJ/U0va7ZHJWSIQu2g2EK4puu0jJkduE2HLzaOBI9t59UWHNPzwnKnHKCquq0n7FuGm/b/g0EsDZtJkjPS7SWCHo8msBBcMCW2bayTdPI9qmHlkd++pJNdfxj6qG1F8jXAfeMPX1syt/wHBo5Qu7ZB5dNgtPJ5PUVCI9d0Y+DNjStC9ghRN0/Vx35+lZls28znLLISZmdQocl3U102nqWp1JG/FBChdErJq77d0eFCocAEHcJ/dWU= ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:48:02.122 INFO:teuthology.orchestra.run.smithi078.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-13T07:48:02.122 INFO:teuthology.orchestra.run.smithi078.stderr:Adding key to root@localhost authorized_keys... 2024-01-13T07:48:02.122 INFO:teuthology.orchestra.run.smithi078.stderr:Adding host smithi078... 2024-01-13T07:48:02.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:01 smithi078 bash[14106]: audit 2024-01-13T07:48:01.417918+0000 mgr.smithi078.ejuxzq (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:04.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:03 smithi078 bash[14106]: audit 2024-01-13T07:48:03.545961+0000 mgr.smithi078.ejuxzq (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi078", "addr": "172.21.15.78", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:04.380 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Added host 'smithi078' with addr '172.21.15.78' 2024-01-13T07:48:05.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:05 smithi078 bash[14106]: audit 2024-01-13T07:48:04.378064+0000 mon.smithi078 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:05.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:05 smithi078 bash[14106]: cephadm 2024-01-13T07:48:04.378749+0000 mgr.smithi078.ejuxzq (mgr.14116) 10 : cephadm [INF] Added host smithi078 2024-01-13T07:48:05.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:05 smithi078 bash[14106]: audit 2024-01-13T07:48:04.398939+0000 mon.smithi078 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:48:05.678 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mon service with default placement... 2024-01-13T07:48:07.508 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-13T07:48:08.274 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying mgr service with default placement... 2024-01-13T07:48:08.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:08 smithi078 bash[14106]: audit 2024-01-13T07:48:07.501781+0000 mgr.smithi078.ejuxzq (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:08.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:08 smithi078 bash[14106]: cephadm 2024-01-13T07:48:07.503745+0000 mgr.smithi078.ejuxzq (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-13T07:48:08.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:08 smithi078 bash[14106]: audit 2024-01-13T07:48:07.506445+0000 mon.smithi078 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:08.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:08 smithi078 bash[14106]: audit 2024-01-13T07:48:07.857686+0000 mon.smithi078 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:08.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:08 smithi078 bash[14106]: audit 2024-01-13T07:48:08.094600+0000 mon.smithi078 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:09.775 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-13T07:48:10.522 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying crash service with default placement... 2024-01-13T07:48:10.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:10 smithi078 bash[14106]: audit 2024-01-13T07:48:09.766299+0000 mgr.smithi078.ejuxzq (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:10.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:10 smithi078 bash[14106]: cephadm 2024-01-13T07:48:09.768533+0000 mgr.smithi078.ejuxzq (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-13T07:48:10.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:10 smithi078 bash[14106]: audit 2024-01-13T07:48:09.773356+0000 mon.smithi078 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:11.903 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-13T07:48:12.628 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying prometheus service with default placement... 2024-01-13T07:48:12.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:12 smithi078 bash[14106]: audit 2024-01-13T07:48:11.895812+0000 mgr.smithi078.ejuxzq (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:12.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:12 smithi078 bash[14106]: cephadm 2024-01-13T07:48:11.898179+0000 mgr.smithi078.ejuxzq (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-13T07:48:12.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:12 smithi078 bash[14106]: audit 2024-01-13T07:48:11.901191+0000 mon.smithi078 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:12.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:12 smithi078 bash[14106]: cluster 2024-01-13T07:48:12.267596+0000 mgr.smithi078.ejuxzq (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:14.015 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-13T07:48:14.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:14 smithi078 bash[14106]: audit 2024-01-13T07:48:13.334232+0000 mon.smithi078 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:14.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:14 smithi078 bash[14106]: audit 2024-01-13T07:48:14.012851+0000 mon.smithi078 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:14.763 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying grafana service with default placement... 2024-01-13T07:48:15.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:15 smithi078 bash[14106]: audit 2024-01-13T07:48:14.007637+0000 mgr.smithi078.ejuxzq (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:15.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:15 smithi078 bash[14106]: cephadm 2024-01-13T07:48:14.009929+0000 mgr.smithi078.ejuxzq (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-13T07:48:15.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:15 smithi078 bash[14106]: cluster 2024-01-13T07:48:14.268062+0000 mgr.smithi078.ejuxzq (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:16.227 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-13T07:48:16.937 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying node-exporter service with default placement... 2024-01-13T07:48:17.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:17 smithi078 bash[14106]: audit 2024-01-13T07:48:16.218873+0000 mgr.smithi078.ejuxzq (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:17.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:17 smithi078 bash[14106]: cephadm 2024-01-13T07:48:16.221043+0000 mgr.smithi078.ejuxzq (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-13T07:48:17.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:17 smithi078 bash[14106]: audit 2024-01-13T07:48:16.225647+0000 mon.smithi078 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:17.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:17 smithi078 bash[14106]: cluster 2024-01-13T07:48:16.268491+0000 mgr.smithi078.ejuxzq (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:18.783 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-13T07:48:19.667 INFO:teuthology.orchestra.run.smithi078.stderr:Deploying alertmanager service with default placement... 2024-01-13T07:48:20.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:19 smithi078 bash[14106]: cluster 2024-01-13T07:48:18.268926+0000 mgr.smithi078.ejuxzq (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:20.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:19 smithi078 bash[14106]: audit 2024-01-13T07:48:18.775022+0000 mgr.smithi078.ejuxzq (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:20.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:19 smithi078 bash[14106]: cephadm 2024-01-13T07:48:18.777231+0000 mgr.smithi078.ejuxzq (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-13T07:48:20.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:19 smithi078 bash[14106]: audit 2024-01-13T07:48:18.781770+0000 mon.smithi078 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:21.275 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-13T07:48:21.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:21 smithi078 bash[14106]: cluster 2024-01-13T07:48:20.269381+0000 mgr.smithi078.ejuxzq (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:21.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:21 smithi078 bash[14106]: audit 2024-01-13T07:48:21.273652+0000 mon.smithi078 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.78:0/2954870556' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:22 smithi078 bash[14106]: audit 2024-01-13T07:48:21.265122+0000 mgr.smithi078.ejuxzq (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:22 smithi078 bash[14106]: cephadm 2024-01-13T07:48:21.267324+0000 mgr.smithi078.ejuxzq (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-13T07:48:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:23 smithi078 bash[14106]: cluster 2024-01-13T07:48:22.269766+0000 mgr.smithi078.ejuxzq (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:23 smithi078 bash[14106]: audit 2024-01-13T07:48:23.486276+0000 mon.smithi078 (mon.0) 65 : audit [INF] from='client.? 172.21.15.78:0/2897643541' entity='client.admin' 2024-01-13T07:48:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:25 smithi078 bash[14106]: cluster 2024-01-13T07:48:24.270142+0000 mgr.smithi078.ejuxzq (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:25 smithi078 bash[14106]: audit 2024-01-13T07:48:25.705822+0000 mon.smithi078 (mon.0) 66 : audit [INF] from='client.? 172.21.15.78:0/3175177344' entity='client.admin' 2024-01-13T07:48:26.447 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling the dashboard module... 2024-01-13T07:48:28.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:27 smithi078 bash[14106]: cluster 2024-01-13T07:48:26.270634+0000 mgr.smithi078.ejuxzq (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:29.127 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:28 smithi078 bash[14106]: audit 2024-01-13T07:48:27.928590+0000 mon.smithi078 (mon.0) 67 : audit [INF] from='client.? 172.21.15.78:0/2074181837' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-13T07:48:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:29 smithi078 bash[14106]: cluster 2024-01-13T07:48:28.270988+0000 mgr.smithi078.ejuxzq (mgr.14116) 33 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:29 smithi078 bash[14106]: audit 2024-01-13T07:48:28.810706+0000 mon.smithi078 (mon.0) 68 : audit [INF] from='client.? 172.21.15.78:0/2074181837' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-13T07:48:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:29 smithi078 bash[14106]: cluster 2024-01-13T07:48:28.810758+0000 mon.smithi078 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi078.ejuxzq(active, since 36s) 2024-01-13T07:48:31.198 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:48:31.198 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-13T07:48:31.199 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "available": true, 2024-01-13T07:48:31.199 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "active_name": "smithi078.ejuxzq", 2024-01-13T07:48:31.199 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-13T07:48:31.199 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:48:31.501 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:31 smithi078 bash[14106]: audit 2024-01-13T07:48:31.196199+0000 mon.smithi078 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.78:0/1225331578' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-13T07:48:31.984 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for the mgr to restart... 2024-01-13T07:48:31.984 INFO:teuthology.orchestra.run.smithi078.stderr:Waiting for mgr epoch 9... 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: cluster 2024-01-13T07:48:35.363363+0000 mon.smithi078 (mon.0) 71 : cluster [INF] Active manager daemon smithi078.ejuxzq restarted 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: cluster 2024-01-13T07:48:35.363758+0000 mon.smithi078 (mon.0) 72 : cluster [INF] Activating manager daemon smithi078.ejuxzq 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: cluster 2024-01-13T07:48:35.369877+0000 mon.smithi078 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: cluster 2024-01-13T07:48:35.370170+0000 mon.smithi078 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi078.ejuxzq(active, starting, since 0.006559s) 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.371764+0000 mon.smithi078 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.372531+0000 mon.smithi078 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi078.ejuxzq", "id": "smithi078.ejuxzq"}]: dispatch 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.373766+0000 mon.smithi078 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.374235+0000 mon.smithi078 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.374643+0000 mon.smithi078 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T07:48:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: cluster 2024-01-13T07:48:35.395970+0000 mon.smithi078 (mon.0) 80 : cluster [INF] Manager daemon smithi078.ejuxzq is now available 2024-01-13T07:48:35.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.529348+0000 mon.smithi078 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:48:35.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.531826+0000 mon.smithi078 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:48:35.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.572278+0000 mon.smithi078 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/mirror_snapshot_schedule"}]: dispatch 2024-01-13T07:48:35.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:35 smithi078 bash[14106]: audit 2024-01-13T07:48:35.577219+0000 mon.smithi078 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/trash_purge_schedule"}]: dispatch 2024-01-13T07:48:36.391 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: { 2024-01-13T07:48:36.392 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-13T07:48:36.392 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: "initialized": true 2024-01-13T07:48:36.392 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: } 2024-01-13T07:48:37.202 INFO:teuthology.orchestra.run.smithi078.stderr:mgr epoch 9 is available 2024-01-13T07:48:37.202 INFO:teuthology.orchestra.run.smithi078.stderr:Generating a dashboard self-signed certificate... 2024-01-13T07:48:37.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:37 smithi078 bash[14106]: audit 2024-01-13T07:48:36.373023+0000 mgr.smithi078.ejuxzq (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-13T07:48:37.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:37 smithi078 bash[14106]: cluster 2024-01-13T07:48:36.374783+0000 mon.smithi078 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi078.ejuxzq(active, since 1.01118s) 2024-01-13T07:48:37.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:37 smithi078 bash[14106]: audit 2024-01-13T07:48:36.389536+0000 mgr.smithi078.ejuxzq (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-13T07:48:38.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:38 smithi078 bash[14106]: cluster 2024-01-13T07:48:37.377115+0000 mon.smithi078 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi078.ejuxzq(active, since 2s) 2024-01-13T07:48:38.655 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-13T07:48:39.441 INFO:teuthology.orchestra.run.smithi078.stderr:Creating initial admin user... 2024-01-13T07:48:39.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:39 smithi078 bash[14106]: audit 2024-01-13T07:48:38.564780+0000 mgr.smithi078.ejuxzq (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:48:39.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:39 smithi078 bash[14106]: audit 2024-01-13T07:48:38.650704+0000 mon.smithi078 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:39.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:39 smithi078 bash[14106]: audit 2024-01-13T07:48:38.653835+0000 mon.smithi078 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:41.096 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$/GS7b.LahaOBE5ODYZJMYOafvfWrdbdzmXAtgtKqOd5MM4qB4CQZO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705132121, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-13T07:48:41.342 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:40 smithi078 bash[14106]: audit 2024-01-13T07:48:40.866139+0000 mgr.smithi078.ejuxzq (mgr.14156) 4 : 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 2024-01-13T07:48:41.791 INFO:teuthology.orchestra.run.smithi078.stderr:Fetching dashboard port number... 2024-01-13T07:48:42.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:42 smithi078 bash[14106]: audit 2024-01-13T07:48:41.094235+0000 mon.smithi078 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:43.201 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: 8443 2024-01-13T07:48:43.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:43 smithi078 bash[14106]: cluster 2024-01-13T07:48:42.097639+0000 mon.smithi078 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi078.ejuxzq(active, since 6s) 2024-01-13T07:48:43.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:43 smithi078 bash[14106]: audit 2024-01-13T07:48:42.567790+0000 mon.smithi078 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:43.967 INFO:teuthology.orchestra.run.smithi078.stderr:firewalld does not appear to be present 2024-01-13T07:48:43.967 INFO:teuthology.orchestra.run.smithi078.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr:Ceph Dashboard is now available at: 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr: URL: https://smithi078.front.sepia.ceph.com:8443/ 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr: User: admin 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr: Password: hi1wj9klej 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:43.969 INFO:teuthology.orchestra.run.smithi078.stderr:Enabling autotune for osd_memory_target 2024-01-13T07:48:44.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:44 smithi078 bash[14106]: audit 2024-01-13T07:48:43.199257+0000 mon.smithi078 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.78:0/309153633' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-13T07:48:48.100 INFO:teuthology.orchestra.run.smithi078.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-13T07:48:49.086 INFO:teuthology.orchestra.run.smithi078.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-13T07:48:49.086 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr:Or, if you are only running a single cluster on this host: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: ceph telemetry on 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr:For more information see: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.087 INFO:teuthology.orchestra.run.smithi078.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-13T07:48:49.088 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T07:48:49.088 INFO:teuthology.orchestra.run.smithi078.stderr:Bootstrap complete. 2024-01-13T07:48:49.123 INFO:tasks.cephadm:Fetching config... 2024-01-13T07:48:49.124 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:48:49.124 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-13T07:48:49.128 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-13T07:48:49.128 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:48:49.128 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-13T07:48:49.176 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-13T07:48:49.176 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:48:49.177 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/keyring of=/dev/stdout 2024-01-13T07:48:49.233 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-13T07:48:49.233 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:48:49.233 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-13T07:48:49.284 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-13T07:48:49.284 DEBUG:teuthology.orchestra.run.smithi078:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB6vudewLufsBPCzT4Z4N7B7Fj+oLy5jT0nHTIwG1vneAWlIJknbndLuTM0SJUlaH/GG91559ZEaiQu5F2920NpqVsodEY5hepp8h0MvAB3bC/GdL/TNx9yFeFehL88Qe/cH3CHdgf0g0DE8iCC+G+o2q+K/CzFO/6dDh61DGxg1ZrO/Z5qdOMmXZOW8VPL7om4zUbfFoj3fiEM26Kn1fxxEXsIPa6X4bx1GtG74ZPXAsYx6+HdKBHqV1bHCK+17WPlq+ACjsOELhJ/U0va7ZHJWSIQu2g2EK4puu0jJkduE2HLzaOBI9t59UWHNPzwnKnHKCquq0n7FuGm/b/g0EsDZtJkjPS7SWCHo8msBBcMCW2bayTdPI9qmHlkd++pJNdfxj6qG1F8jXAfeMPX1syt/wHBo5Qu7ZB5dNgtPJ5PUVCI9d0Y+DNjStC9ghRN0/Vx35+lZls28znLLISZmdQocl3U102nqWp1JG/FBChdErJq77d0eFCocAEHcJ/dWU= ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T07:48:49.345 INFO:teuthology.orchestra.run.smithi078.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB6vudewLufsBPCzT4Z4N7B7Fj+oLy5jT0nHTIwG1vneAWlIJknbndLuTM0SJUlaH/GG91559ZEaiQu5F2920NpqVsodEY5hepp8h0MvAB3bC/GdL/TNx9yFeFehL88Qe/cH3CHdgf0g0DE8iCC+G+o2q+K/CzFO/6dDh61DGxg1ZrO/Z5qdOMmXZOW8VPL7om4zUbfFoj3fiEM26Kn1fxxEXsIPa6X4bx1GtG74ZPXAsYx6+HdKBHqV1bHCK+17WPlq+ACjsOELhJ/U0va7ZHJWSIQu2g2EK4puu0jJkduE2HLzaOBI9t59UWHNPzwnKnHKCquq0n7FuGm/b/g0EsDZtJkjPS7SWCHo8msBBcMCW2bayTdPI9qmHlkd++pJNdfxj6qG1F8jXAfeMPX1syt/wHBo5Qu7ZB5dNgtPJ5PUVCI9d0Y+DNjStC9ghRN0/Vx35+lZls28znLLISZmdQocl3U102nqWp1JG/FBChdErJq77d0eFCocAEHcJ/dWU= ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:48:49.353 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:49 smithi078 bash[14106]: audit 2024-01-13T07:48:48.095896+0000 mon.smithi078 (mon.0) 93 : audit [INF] from='client.? 172.21.15.78:0/2634755184' entity='client.admin' 2024-01-13T07:48:49.357 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB6vudewLufsBPCzT4Z4N7B7Fj+oLy5jT0nHTIwG1vneAWlIJknbndLuTM0SJUlaH/GG91559ZEaiQu5F2920NpqVsodEY5hepp8h0MvAB3bC/GdL/TNx9yFeFehL88Qe/cH3CHdgf0g0DE8iCC+G+o2q+K/CzFO/6dDh61DGxg1ZrO/Z5qdOMmXZOW8VPL7om4zUbfFoj3fiEM26Kn1fxxEXsIPa6X4bx1GtG74ZPXAsYx6+HdKBHqV1bHCK+17WPlq+ACjsOELhJ/U0va7ZHJWSIQu2g2EK4puu0jJkduE2HLzaOBI9t59UWHNPzwnKnHKCquq0n7FuGm/b/g0EsDZtJkjPS7SWCHo8msBBcMCW2bayTdPI9qmHlkd++pJNdfxj6qG1F8jXAfeMPX1syt/wHBo5Qu7ZB5dNgtPJ5PUVCI9d0Y+DNjStC9ghRN0/Vx35+lZls28znLLISZmdQocl3U102nqWp1JG/FBChdErJq77d0eFCocAEHcJ/dWU= ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T07:48:49.385 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDB6vudewLufsBPCzT4Z4N7B7Fj+oLy5jT0nHTIwG1vneAWlIJknbndLuTM0SJUlaH/GG91559ZEaiQu5F2920NpqVsodEY5hepp8h0MvAB3bC/GdL/TNx9yFeFehL88Qe/cH3CHdgf0g0DE8iCC+G+o2q+K/CzFO/6dDh61DGxg1ZrO/Z5qdOMmXZOW8VPL7om4zUbfFoj3fiEM26Kn1fxxEXsIPa6X4bx1GtG74ZPXAsYx6+HdKBHqV1bHCK+17WPlq+ACjsOELhJ/U0va7ZHJWSIQu2g2EK4puu0jJkduE2HLzaOBI9t59UWHNPzwnKnHKCquq0n7FuGm/b/g0EsDZtJkjPS7SWCHo8msBBcMCW2bayTdPI9qmHlkd++pJNdfxj6qG1F8jXAfeMPX1syt/wHBo5Qu7ZB5dNgtPJ5PUVCI9d0Y+DNjStC9ghRN0/Vx35+lZls28znLLISZmdQocl3U102nqWp1JG/FBChdErJq77d0eFCocAEHcJ/dWU= ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:48:49.397 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-13T07:48:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:54 smithi078 bash[14106]: audit 2024-01-13T07:48:53.187508+0000 mon.smithi078 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:54 smithi078 bash[14106]: audit 2024-01-13T07:48:53.505811+0000 mon.smithi078 (mon.0) 95 : audit [INF] from='client.? 172.21.15.78:0/170710110' entity='client.admin' 2024-01-13T07:48:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:54 smithi078 bash[14106]: audit 2024-01-13T07:48:53.554454+0000 mon.smithi078 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-13T07:48:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:54 smithi078 bash[14106]: audit 2024-01-13T07:48:53.558303+0000 mon.smithi078 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:54.575 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:54 smithi078 bash[14106]: cephadm 2024-01-13T07:48:53.572580+0000 mgr.smithi078.ejuxzq (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi078 on smithi078 2024-01-13T07:48:54.593 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-13T07:48:54.593 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-13T07:48:56.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:56 smithi078 bash[14106]: cluster 2024-01-13T07:48:55.375253+0000 mgr.smithi078.ejuxzq (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:58.952 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:58 smithi078 bash[14106]: cluster 2024-01-13T07:48:57.375681+0000 mgr.smithi078.ejuxzq (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:48:58.952 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:58 smithi078 bash[14106]: audit 2024-01-13T07:48:58.650361+0000 mon.smithi078 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:48:59.989 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-01-13T07:48:59.989 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:48:59.989 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-01-13T07:48:59.996 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:48:59.997 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T07:49:00.045 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-01-13T07:49:00.046 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph orch host add smithi177 2024-01-13T07:49:00.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:48:59 smithi078 bash[14106]: audit 2024-01-13T07:48:58.647095+0000 mgr.smithi078.ejuxzq (mgr.14156) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:49:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:00 smithi078 bash[14106]: cluster 2024-01-13T07:48:59.376192+0000 mgr.smithi078.ejuxzq (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:03.123 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:02 smithi078 bash[14106]: cluster 2024-01-13T07:49:01.376599+0000 mgr.smithi078.ejuxzq (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:04 smithi078 bash[14106]: cluster 2024-01-13T07:49:03.377093+0000 mgr.smithi078.ejuxzq (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: cluster 2024-01-13T07:49:05.377591+0000 mgr.smithi078.ejuxzq (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: audit 2024-01-13T07:49:05.676348+0000 mon.smithi078 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: audit 2024-01-13T07:49:05.679431+0000 mon.smithi078 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: audit 2024-01-13T07:49:05.682155+0000 mon.smithi078 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: audit 2024-01-13T07:49:05.683189+0000 mon.smithi078 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:49:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:06 smithi078 bash[14106]: cephadm 2024-01-13T07:49:05.684175+0000 mgr.smithi078.ejuxzq (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi078 on smithi078 2024-01-13T07:49:08.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:08 smithi078 bash[14106]: cluster 2024-01-13T07:49:07.377950+0000 mgr.smithi078.ejuxzq (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:08.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:08 smithi078 bash[14106]: audit 2024-01-13T07:49:08.611907+0000 mon.smithi078 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:08.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:08 smithi078 bash[14106]: audit 2024-01-13T07:49:08.673661+0000 mon.smithi078 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:10.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:09 smithi078 bash[14106]: audit 2024-01-13T07:49:08.676544+0000 mon.smithi078 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:10.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:09 smithi078 bash[14106]: audit 2024-01-13T07:49:08.679733+0000 mon.smithi078 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-13T07:49:10.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:09 smithi078 bash[14106]: audit 2024-01-13T07:49:08.680138+0000 mgr.smithi078.ejuxzq (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-13T07:49:10.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:09 smithi078 bash[14106]: audit 2024-01-13T07:49:08.682715+0000 mon.smithi078 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:10.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:09 smithi078 bash[14106]: cephadm 2024-01-13T07:49:08.688509+0000 mgr.smithi078.ejuxzq (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi078 on smithi078 2024-01-13T07:49:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:10 smithi078 bash[14106]: cluster 2024-01-13T07:49:09.378309+0000 mgr.smithi078.ejuxzq (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:10 smithi078 bash[14106]: audit 2024-01-13T07:49:10.574305+0000 mon.smithi078 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:12 smithi078 bash[14106]: cluster 2024-01-13T07:49:11.378616+0000 mgr.smithi078.ejuxzq (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:14 smithi078 bash[14106]: cluster 2024-01-13T07:49:13.378941+0000 mgr.smithi078.ejuxzq (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:16 smithi078 bash[14106]: cluster 2024-01-13T07:49:15.379342+0000 mgr.smithi078.ejuxzq (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:19.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:18 smithi078 bash[14106]: cluster 2024-01-13T07:49:17.379771+0000 mgr.smithi078.ejuxzq (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:20.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:20 smithi078 bash[14106]: cluster 2024-01-13T07:49:19.380202+0000 mgr.smithi078.ejuxzq (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:23.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:22 smithi078 bash[14106]: cluster 2024-01-13T07:49:21.380629+0000 mgr.smithi078.ejuxzq (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:25.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:24 smithi078 bash[14106]: cluster 2024-01-13T07:49:23.381056+0000 mgr.smithi078.ejuxzq (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:26 smithi078 bash[14106]: cluster 2024-01-13T07:49:25.381445+0000 mgr.smithi078.ejuxzq (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:28.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:28 smithi078 bash[14106]: cluster 2024-01-13T07:49:27.381900+0000 mgr.smithi078.ejuxzq (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:30.339 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:30 smithi078 bash[14106]: audit 2024-01-13T07:49:29.077219+0000 mon.smithi078 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:30.339 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:30 smithi078 bash[14106]: cephadm 2024-01-13T07:49:29.080493+0000 mgr.smithi078.ejuxzq (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi078 on smithi078 2024-01-13T07:49:30.339 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:30 smithi078 bash[14106]: cluster 2024-01-13T07:49:29.382219+0000 mgr.smithi078.ejuxzq (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:30.339 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:30 smithi078 bash[14106]: audit 2024-01-13T07:49:29.818143+0000 mon.smithi078 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:30.339 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:30 smithi078 bash[14106]: audit 2024-01-13T07:49:29.820884+0000 mon.smithi078 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-13T07:49:31.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:31 smithi078 bash[14106]: audit 2024-01-13T07:49:30.581421+0000 mon.smithi078 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:31.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:31 smithi078 bash[14106]: audit 2024-01-13T07:49:30.822238+0000 mon.smithi078 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.78:0/1431819100' entity='mgr.smithi078.ejuxzq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-13T07:49:31.665 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:31 smithi078 bash[14106]: cluster 2024-01-13T07:49:30.822338+0000 mon.smithi078 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi078.ejuxzq(active, since 55s) 2024-01-13T07:49:37.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: cluster 2024-01-13T07:49:37.511364+0000 mon.smithi078 (mon.0) 115 : cluster [INF] Active manager daemon smithi078.ejuxzq restarted 2024-01-13T07:49:37.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: cluster 2024-01-13T07:49:37.511793+0000 mon.smithi078 (mon.0) 116 : cluster [INF] Activating manager daemon smithi078.ejuxzq 2024-01-13T07:49:37.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: cluster 2024-01-13T07:49:37.516797+0000 mon.smithi078 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-13T07:49:37.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: cluster 2024-01-13T07:49:37.517006+0000 mon.smithi078 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi078.ejuxzq(active, starting, since 0.00537332s) 2024-01-13T07:49:37.577 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: audit 2024-01-13T07:49:37.519195+0000 mon.smithi078 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:49:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: audit 2024-01-13T07:49:37.519905+0000 mon.smithi078 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi078.ejuxzq", "id": "smithi078.ejuxzq"}]: dispatch 2024-01-13T07:49:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: audit 2024-01-13T07:49:37.520639+0000 mon.smithi078 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T07:49:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: audit 2024-01-13T07:49:37.520847+0000 mon.smithi078 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T07:49:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: audit 2024-01-13T07:49:37.521006+0000 mon.smithi078 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T07:49:37.578 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:37 smithi078 bash[14106]: cluster 2024-01-13T07:49:37.543946+0000 mon.smithi078 (mon.0) 124 : cluster [INF] Manager daemon smithi078.ejuxzq is now available 2024-01-13T07:49:38.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: audit 2024-01-13T07:49:37.687833+0000 mon.smithi078 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:49:38.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: audit 2024-01-13T07:49:37.690655+0000 mon.smithi078 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:49:38.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: audit 2024-01-13T07:49:37.724704+0000 mon.smithi078 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:38.646 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: audit 2024-01-13T07:49:37.735440+0000 mon.smithi078 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/mirror_snapshot_schedule"}]: dispatch 2024-01-13T07:49:38.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: audit 2024-01-13T07:49:37.744608+0000 mon.smithi078 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi078.ejuxzq/trash_purge_schedule"}]: dispatch 2024-01-13T07:49:38.647 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:38 smithi078 bash[14106]: cluster 2024-01-13T07:49:38.519310+0000 mon.smithi078 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi078.ejuxzq(active, since 1.00768s) 2024-01-13T07:49:40.754 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:40 smithi078 bash[14106]: cluster 2024-01-13T07:49:39.574555+0000 mon.smithi078 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi078.ejuxzq(active, since 2s) 2024-01-13T07:49:43.105 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:42 smithi078 bash[14106]: audit 2024-01-13T07:49:42.593358+0000 mgr.smithi078.ejuxzq (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:49:43.449 INFO:teuthology.orchestra.run.smithi177.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-01-13T07:49:44.192 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph orch host ls --format=json 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.445910+0000 mon.smithi078 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: cephadm 2024-01-13T07:49:43.446665+0000 mgr.smithi078.ejuxzq (mgr.14180) 2 : cephadm [INF] Added host smithi177 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.525634+0000 mon.smithi078 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.782282+0000 mon.smithi078 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.784071+0000 mon.smithi078 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.785271+0000 mon.smithi078 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: cephadm 2024-01-13T07:49:43.787234+0000 mgr.smithi078.ejuxzq (mgr.14180) 3 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-13T07:49:44.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: cephadm 2024-01-13T07:49:43.825848+0000 mgr.smithi078.ejuxzq (mgr.14180) 4 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.client.admin.keyring 2024-01-13T07:49:44.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.876658+0000 mon.smithi078 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:44.656 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:44 smithi078 bash[14106]: audit 2024-01-13T07:49:43.881716+0000 mon.smithi078 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:46.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:45 smithi078 bash[14106]: cephadm 2024-01-13T07:49:43.905567+0000 mgr.smithi078.ejuxzq (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi078 on smithi078 2024-01-13T07:49:46.926 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:49:46.926 INFO:teuthology.orchestra.run.smithi177.stdout:[{"addr": "172.21.15.78", "hostname": "smithi078", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-01-13T07:49:47.490 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-13T07:49:47.491 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd crush tunables default 2024-01-13T07:49:48.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:47 smithi078 bash[14106]: audit 2024-01-13T07:49:46.923089+0000 mgr.smithi078.ejuxzq (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T07:49:51.391 INFO:teuthology.orchestra.run.smithi078.stderr:adjusted tunables profile to default 2024-01-13T07:49:51.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:51 smithi078 bash[14106]: audit 2024-01-13T07:49:51.328252+0000 mon.smithi078 (mon.0) 139 : audit [INF] from='client.? 172.21.15.78:0/4184435433' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-13T07:49:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:52 smithi078 bash[14106]: audit 2024-01-13T07:49:51.385530+0000 mon.smithi078 (mon.0) 140 : audit [INF] from='client.? 172.21.15.78:0/4184435433' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-13T07:49:52.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:52 smithi078 bash[14106]: cluster 2024-01-13T07:49:51.385622+0000 mon.smithi078 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-13T07:49:53.698 INFO:tasks.cephadm:Adding mon.smithi078 on smithi078 2024-01-13T07:49:53.698 INFO:tasks.cephadm:Adding mon.smithi177 on smithi177 2024-01-13T07:49:53.698 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph orch apply mon '2;smithi078:172.21.15.78=smithi078;smithi177:172.21.15.177=smithi177' 2024-01-13T07:49:56.520 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-01-13T07:49:57.127 DEBUG:teuthology.orchestra.run.smithi177:mon.smithi177> sudo journalctl -f -n 0 -u ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi177.service 2024-01-13T07:49:57.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:49:57.130 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:49:57.260 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T07:49:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:57 smithi078 bash[14106]: audit 2024-01-13T07:49:56.512155+0000 mgr.smithi078.ejuxzq (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi078:172.21.15.78=smithi078;smithi177:172.21.15.177=smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:49:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:57 smithi078 bash[14106]: cephadm 2024-01-13T07:49:56.514773+0000 mgr.smithi078.ejuxzq (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi078:172.21.15.78=smithi078;smithi177:172.21.15.177=smithi177;count:2 2024-01-13T07:49:57.823 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:57 smithi078 bash[14106]: audit 2024-01-13T07:49:56.518653+0000 mon.smithi078 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:49:58.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:49:58 smithi078 bash[14106]: cluster 2024-01-13T07:49:57.522514+0000 mgr.smithi078.ejuxzq (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:49:59.931 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:49:59.932 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:47:18.148817Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T07:49:59.936 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-13T07:50:00.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:00 smithi078 bash[14106]: cluster 2024-01-13T07:49:59.522964+0000 mgr.smithi078.ejuxzq (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:00.876 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:00 smithi078 bash[14106]: audit 2024-01-13T07:49:59.930223+0000 mon.smithi078 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.177:0/3821819567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:01.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:50:01.602 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:50:02.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:01 smithi078 bash[14106]: audit 2024-01-13T07:50:00.852587+0000 mon.smithi078 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:02.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:01 smithi078 bash[14106]: audit 2024-01-13T07:50:00.854296+0000 mon.smithi078 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:50:02.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:01 smithi078 bash[14106]: audit 2024-01-13T07:50:01.413331+0000 mon.smithi078 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:02 smithi078 bash[14106]: cluster 2024-01-13T07:50:01.523580+0000 mgr.smithi078.ejuxzq (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:02 smithi078 bash[14106]: audit 2024-01-13T07:50:02.665265+0000 mon.smithi078 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:02 smithi078 bash[14106]: audit 2024-01-13T07:50:02.734280+0000 mon.smithi078 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:04.351 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:50:04.351 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:47:18.148817Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T07:50:04.353 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-13T07:50:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:04 smithi078 bash[14106]: cluster 2024-01-13T07:50:03.524059+0000 mgr.smithi078.ejuxzq (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:04 smithi078 bash[14106]: audit 2024-01-13T07:50:04.349662+0000 mon.smithi078 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.177:0/3517773237' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:06.309 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:50:06.310 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:50:07.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:06 smithi078 bash[14106]: cluster 2024-01-13T07:50:05.524520+0000 mgr.smithi078.ejuxzq (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:07.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:06 smithi078 bash[14106]: audit 2024-01-13T07:50:06.669883+0000 mon.smithi078 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:09.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:08 smithi078 bash[14106]: cluster 2024-01-13T07:50:07.524974+0000 mgr.smithi078.ejuxzq (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:09.437 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:50:09.437 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:47:18.148817Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T07:50:09.440 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-13T07:50:10.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:09 smithi078 bash[14106]: audit 2024-01-13T07:50:09.435850+0000 mon.smithi078 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.177:0/20626868' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: cluster 2024-01-13T07:50:09.525407+0000 mgr.smithi078.ejuxzq (mgr.14180) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.060106+0000 mon.smithi078 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.378891+0000 mon.smithi078 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.380211+0000 mon.smithi078 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.381970+0000 mon.smithi078 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.383538+0000 mon.smithi078 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.441431+0000 mon.smithi078 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.448057+0000 mon.smithi078 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.451299+0000 mon.smithi078 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.453738+0000 mon.smithi078 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-13T07:50:11.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:10 smithi078 bash[14106]: audit 2024-01-13T07:50:10.454928+0000 mon.smithi078 (mon.0) 161 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:11.263 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:50:11.263 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:50:12.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:11 smithi078 bash[14106]: cephadm 2024-01-13T07:50:10.385916+0000 mgr.smithi078.ejuxzq (mgr.14180) 16 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-13T07:50:12.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:11 smithi078 bash[14106]: cephadm 2024-01-13T07:50:10.407871+0000 mgr.smithi078.ejuxzq (mgr.14180) 17 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-01-13T07:50:12.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:11 smithi078 bash[14106]: cephadm 2024-01-13T07:50:10.455999+0000 mgr.smithi078.ejuxzq (mgr.14180) 18 : cephadm [INF] Deploying daemon crash.smithi177 on smithi177 2024-01-13T07:50:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:12 smithi078 bash[14106]: cluster 2024-01-13T07:50:11.525803+0000 mgr.smithi078.ejuxzq (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: cluster 2024-01-13T07:50:13.526222+0000 mgr.smithi078.ejuxzq (mgr.14180) 20 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: audit 2024-01-13T07:50:13.842509+0000 mon.smithi078 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: audit 2024-01-13T07:50:13.845930+0000 mon.smithi078 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.sqlcse", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T07:50:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: audit 2024-01-13T07:50:13.851189+0000 mon.smithi078 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.sqlcse", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-13T07:50:15.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: audit 2024-01-13T07:50:13.852383+0000 mon.smithi078 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T07:50:15.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: audit 2024-01-13T07:50:13.853992+0000 mon.smithi078 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:15.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:14 smithi078 bash[14106]: cephadm 2024-01-13T07:50:13.855220+0000 mgr.smithi078.ejuxzq (mgr.14180) 21 : cephadm [INF] Deploying daemon mgr.smithi177.sqlcse on smithi177 2024-01-13T07:50:15.457 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:50:15.457 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:47:18.148817Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T07:50:15.459 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-13T07:50:16.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:15 smithi078 bash[14106]: audit 2024-01-13T07:50:15.456519+0000 mon.smithi078 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.177:0/3509198365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:16 smithi078 bash[14106]: cluster 2024-01-13T07:50:15.526733+0000 mgr.smithi078.ejuxzq (mgr.14180) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:16 smithi078 bash[14106]: audit 2024-01-13T07:50:16.791370+0000 mon.smithi078 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:16 smithi078 bash[14106]: audit 2024-01-13T07:50:16.794401+0000 mon.smithi078 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T07:50:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:16 smithi078 bash[14106]: audit 2024-01-13T07:50:16.795592+0000 mon.smithi078 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:17.373 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:50:17.373 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:50:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:17 smithi078 bash[14106]: cephadm 2024-01-13T07:50:16.796550+0000 mgr.smithi078.ejuxzq (mgr.14180) 23 : cephadm [INF] Deploying daemon mon.smithi177 on smithi177 2024-01-13T07:50:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:17 smithi078 bash[14106]: audit 2024-01-13T07:50:17.745511+0000 mon.smithi078 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:19.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:18 smithi078 bash[14106]: cluster 2024-01-13T07:50:17.527243+0000 mgr.smithi078.ejuxzq (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:21.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:20 smithi078 bash[14106]: cluster 2024-01-13T07:50:19.527761+0000 mgr.smithi078.ejuxzq (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:22.348 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:50:22.349 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:47:18.148817Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-13T07:50:22.351 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-13T07:50:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:22 smithi078 bash[14106]: cluster 2024-01-13T07:50:21.528223+0000 mgr.smithi078.ejuxzq (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:22 smithi078 bash[14106]: audit 2024-01-13T07:50:22.348251+0000 mon.smithi078 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.177:0/103116560' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:24.448 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T07:50:24.448 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T07:50:24.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:24 smithi078 bash[14106]: audit 2024-01-13T07:50:23.396404+0000 mon.smithi078 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:24.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:24 smithi078 bash[14106]: cephadm 2024-01-13T07:50:23.399147+0000 mgr.smithi078.ejuxzq (mgr.14180) 27 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-01-13T07:50:24.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:24 smithi078 bash[14106]: cluster 2024-01-13T07:50:23.528627+0000 mgr.smithi078.ejuxzq (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:24.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:24 smithi078 bash[14106]: audit 2024-01-13T07:50:24.083710+0000 mon.smithi078 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:24.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:24 smithi078 bash[14106]: audit 2024-01-13T07:50:24.086724+0000 mon.smithi078 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:50:24.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:24 smithi177 bash[18353]: debug 2024-01-13T07:50:24.457+0000 7fdf3018f700 1 mon.smithi177@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:24.467453+0000 mon.smithi078 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:24.467822+0000 mon.smithi078 (mon.0) 178 : cluster [INF] mon.smithi078 calling monitor election 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:24.486707+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:25.462759+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:25.529037+0000 mgr.smithi078.ejuxzq (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:25.605315+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.sqlcse/crt"}]: dispatch 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:26.462800+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:26.466513+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:27.463088+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:27.529478+0000 mgr.smithi078.ejuxzq (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:28.463080+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:29.463253+0000 mon.smithi078 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.506855+0000 mon.smithi078 (mon.0) 186 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi177 in quorum (ranks 0,1) 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.513413+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.534125+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] fsmap 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.534218+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.534655+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi078.ejuxzq(active, since 52s) 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.536557+0000 mon.smithi078 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi177.sqlcse started 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.542548+0000 mon.smithi078 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:29.543205+0000 mon.smithi078 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T07:50:29.764 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:29.545919+0000 mon.smithi078 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:29.765 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:29.546164+0000 mon.smithi078 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.sqlcse/key"}]: dispatch 2024-01-13T07:50:29.765 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:29 smithi177 bash[18353]: audit 2024-01-13T07:50:29.547029+0000 mon.smithi078 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T07:50:29.842 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-13T07:50:29.842 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"dcd1f50e-b1e7-11ee-95ac-87774f69a715","modified":"2024-01-13T07:50:24.462518Z","created":"2024-01-13T07:47:18.148817Z","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":"smithi078","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.78:3300","nonce":0},{"type":"v1","addr":"172.21.15.78:6789","nonce":0}]},"addr":"172.21.15.78:6789/0","public_addr":"172.21.15.78:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi177","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-13T07:50:29.845 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-01-13T07:50:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:24.467453+0000 mon.smithi078 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi078"}]: dispatch 2024-01-13T07:50:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:24.467822+0000 mon.smithi078 (mon.0) 178 : cluster [INF] mon.smithi078 calling monitor election 2024-01-13T07:50:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:24.486707+0000 mon.smithi078 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:25.462759+0000 mon.smithi078 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:25.529037+0000 mgr.smithi078.ejuxzq (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:25.605315+0000 mon.smithi078 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.sqlcse/crt"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:26.462800+0000 mon.smithi078 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:26.466513+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:27.463088+0000 mon.smithi078 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:27.529478+0000 mgr.smithi078.ejuxzq (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:28.463080+0000 mon.smithi078 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:29.463253+0000 mon.smithi078 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.506855+0000 mon.smithi078 (mon.0) 186 : cluster [INF] mon.smithi078 is new leader, mons smithi078,smithi177 in quorum (ranks 0,1) 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.513413+0000 mon.smithi078 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi078=[v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.534125+0000 mon.smithi078 (mon.0) 188 : cluster [DBG] fsmap 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.534218+0000 mon.smithi078 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.534655+0000 mon.smithi078 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi078.ejuxzq(active, since 52s) 2024-01-13T07:50:29.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.536557+0000 mon.smithi078 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi177.sqlcse started 2024-01-13T07:50:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.542548+0000 mon.smithi078 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-13T07:50:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:29.543205+0000 mon.smithi078 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T07:50:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:29.545919+0000 mon.smithi078 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:29.546164+0000 mon.smithi078 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.sqlcse/key"}]: dispatch 2024-01-13T07:50:29.906 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:29 smithi078 bash[14106]: audit 2024-01-13T07:50:29.547029+0000 mon.smithi078 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.177:0/3503991924' entity='mgr.smithi177.sqlcse' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T07:50:30.622 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-13T07:50:30.623 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph config generate-minimal-conf 2024-01-13T07:50:30.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:30 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.529883+0000 mgr.smithi078.ejuxzq (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:30.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:30 smithi078 bash[14106]: cluster 2024-01-13T07:50:29.602299+0000 mon.smithi078 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi078.ejuxzq(active, since 52s), standbys: smithi177.sqlcse 2024-01-13T07:50:30.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:30 smithi078 bash[14106]: audit 2024-01-13T07:50:29.602512+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi177.sqlcse", "id": "smithi177.sqlcse"}]: dispatch 2024-01-13T07:50:30.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:30 smithi078 bash[14106]: audit 2024-01-13T07:50:29.841638+0000 mon.smithi078 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.177:0/363135069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:30.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:30 smithi078 bash[14106]: audit 2024-01-13T07:50:30.463780+0000 mon.smithi078 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:31.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:30 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.529883+0000 mgr.smithi078.ejuxzq (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:31.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:30 smithi177 bash[18353]: cluster 2024-01-13T07:50:29.602299+0000 mon.smithi078 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi078.ejuxzq(active, since 52s), standbys: smithi177.sqlcse 2024-01-13T07:50:31.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:30 smithi177 bash[18353]: audit 2024-01-13T07:50:29.602512+0000 mon.smithi078 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr metadata", "who": "smithi177.sqlcse", "id": "smithi177.sqlcse"}]: dispatch 2024-01-13T07:50:31.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:30 smithi177 bash[18353]: audit 2024-01-13T07:50:29.841638+0000 mon.smithi078 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.177:0/363135069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T07:50:31.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:30 smithi177 bash[18353]: audit 2024-01-13T07:50:30.463780+0000 mon.smithi078 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-13T07:50:32.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:32 smithi078 bash[14106]: cluster 2024-01-13T07:50:31.530285+0000 mgr.smithi078.ejuxzq (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:33.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:32 smithi177 bash[18353]: cluster 2024-01-13T07:50:31.530285+0000 mgr.smithi078.ejuxzq (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:33.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.647934+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.649338+0000 mon.smithi078 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.650388+0000 mon.smithi078 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: cephadm 2024-01-13T07:50:32.652027+0000 mgr.smithi078.ejuxzq (mgr.14180) 33 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: cephadm 2024-01-13T07:50:32.652449+0000 mgr.smithi078.ejuxzq (mgr.14180) 34 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.681232+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.787840+0000 mon.smithi078 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.794937+0000 mon.smithi078 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: cephadm 2024-01-13T07:50:32.801561+0000 mgr.smithi078.ejuxzq (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.802034+0000 mon.smithi078 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.803243+0000 mon.smithi078 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T07:50:33.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: audit 2024-01-13T07:50:32.804469+0000 mon.smithi078 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:33.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:33 smithi078 bash[14106]: cephadm 2024-01-13T07:50:32.805557+0000 mgr.smithi078.ejuxzq (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2024-01-13T07:50:34.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.647934+0000 mon.smithi078 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:34.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.649338+0000 mon.smithi078 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.650388+0000 mon.smithi078 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: cephadm 2024-01-13T07:50:32.652027+0000 mgr.smithi078.ejuxzq (mgr.14180) 33 : cephadm [INF] Updating smithi078:/etc/ceph/ceph.conf 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: cephadm 2024-01-13T07:50:32.652449+0000 mgr.smithi078.ejuxzq (mgr.14180) 34 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.681232+0000 mon.smithi078 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.787840+0000 mon.smithi078 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.794937+0000 mon.smithi078 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: cephadm 2024-01-13T07:50:32.801561+0000 mgr.smithi078.ejuxzq (mgr.14180) 35 : cephadm [INF] Reconfiguring mon.smithi078 (unknown last config time)... 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.802034+0000 mon.smithi078 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.803243+0000 mon.smithi078 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: audit 2024-01-13T07:50:32.804469+0000 mon.smithi078 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:33 smithi177 bash[18353]: cephadm 2024-01-13T07:50:32.805557+0000 mgr.smithi078.ejuxzq (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon mon.smithi078 on smithi078 2024-01-13T07:50:34.208 INFO:teuthology.orchestra.run.smithi078.stdout:# minimal ceph.conf for dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:50:34.208 INFO:teuthology.orchestra.run.smithi078.stdout:[global] 2024-01-13T07:50:34.209 INFO:teuthology.orchestra.run.smithi078.stdout: fsid = dcd1f50e-b1e7-11ee-95ac-87774f69a715 2024-01-13T07:50:34.209 INFO:teuthology.orchestra.run.smithi078.stdout: mon_host = [v2:172.21.15.78:3300/0,v1:172.21.15.78:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-01-13T07:50:35.103 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:34 smithi078 bash[14106]: cluster 2024-01-13T07:50:33.530779+0000 mgr.smithi078.ejuxzq (mgr.14180) 37 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:35.103 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:34 smithi078 bash[14106]: audit 2024-01-13T07:50:34.208328+0000 mon.smithi078 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.78:0/2329563018' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:35.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:34 smithi177 bash[18353]: cluster 2024-01-13T07:50:33.530779+0000 mgr.smithi078.ejuxzq (mgr.14180) 37 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:35.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:34 smithi177 bash[18353]: audit 2024-01-13T07:50:34.208328+0000 mon.smithi078 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.78:0/2329563018' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:35.614 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-13T07:50:35.614 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:50:35.614 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T07:50:35.628 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:50:35.628 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T07:50:35.684 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:50:35.684 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T07:50:35.699 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:50:35.699 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T07:50:35.759 INFO:tasks.cephadm:Deploying OSDs... 2024-01-13T07:50:35.759 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T07:50:35.759 DEBUG:teuthology.orchestra.run.smithi078:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:50:35.767 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-13T07:50:35.767 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme1n1 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme1n1 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 524 Links: 1 Device type: 103,2 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:48:51.490394125 +0000 2024-01-13T07:50:35.815 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:46:27.605575689 +0000 2024-01-13T07:50:35.816 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:46:27.605575689 +0000 2024-01-13T07:50:35.816 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:50:35.816 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-13T07:50:35.867 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:50:35.867 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:50:35.867 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000401508 s, 1.3 MB/s 2024-01-13T07:50:35.868 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-13T07:50:35.916 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme2n1 2024-01-13T07:50:35.968 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme2n1 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 532 Links: 1 Device type: 103,4 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:48:51.502393848 +0000 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:46:27.725613962 +0000 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:46:27.725613962 +0000 2024-01-13T07:50:35.969 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:50:35.969 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-13T07:50:36.027 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:50:36.027 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:50:36.027 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000450302 s, 1.1 MB/s 2024-01-13T07:50:36.031 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-13T07:50:36.081 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme3n1 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme3n1 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 540 Links: 1 Device type: 103,6 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:48:51.526393294 +0000 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:46:27.833648408 +0000 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:46:27.833648408 +0000 2024-01-13T07:50:36.132 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:50:36.133 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-13T07:50:36.185 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:50:36.185 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:50:36.185 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.00049779 s, 1.0 MB/s 2024-01-13T07:50:36.186 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-13T07:50:36.236 DEBUG:teuthology.orchestra.run.smithi078:> stat /dev/nvme4n1 2024-01-13T07:50:36.287 INFO:teuthology.orchestra.run.smithi078.stdout: File: /dev/nvme4n1 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout:Device: 5h/5d Inode: 548 Links: 1 Device type: 103,8 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout:Access: 2024-01-13 07:48:51.542392925 +0000 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout:Modify: 2024-01-13 07:46:27.945684128 +0000 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout:Change: 2024-01-13 07:46:27.945684128 +0000 2024-01-13T07:50:36.288 INFO:teuthology.orchestra.run.smithi078.stdout: Birth: - 2024-01-13T07:50:36.288 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-13T07:50:36.343 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records in 2024-01-13T07:50:36.343 INFO:teuthology.orchestra.run.smithi078.stderr:1+0 records out 2024-01-13T07:50:36.343 INFO:teuthology.orchestra.run.smithi078.stderr:512 bytes copied, 0.000325022 s, 1.6 MB/s 2024-01-13T07:50:36.343 DEBUG:teuthology.orchestra.run.smithi078:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-13T07:50:36.393 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T07:50:36.394 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T07:50:36.401 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-13T07:50:36.401 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme1n1 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme1n1 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:50:08.378346277 +0000 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:46:28.947874896 +0000 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:46:28.947874896 +0000 2024-01-13T07:50:36.451 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:50:36.452 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-13T07:50:36.506 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:50:36.506 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:50:36.506 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000488499 s, 1.0 MB/s 2024-01-13T07:50:36.507 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-13T07:50:36.560 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme2n1 2024-01-13T07:50:36.610 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme2n1 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:50:08.398345537 +0000 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:46:29.059887452 +0000 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:46:29.059887452 +0000 2024-01-13T07:50:36.611 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:50:36.611 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-13T07:50:36.666 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:50:36.666 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:50:36.666 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000452843 s, 1.1 MB/s 2024-01-13T07:50:36.667 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-13T07:50:36.720 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme3n1 2024-01-13T07:50:36.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: cluster 2024-01-13T07:50:35.531210+0000 mgr.smithi078.ejuxzq (mgr.14180) 38 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: audit 2024-01-13T07:50:35.728640+0000 mon.smithi078 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: cephadm 2024-01-13T07:50:35.729593+0000 mgr.smithi078.ejuxzq (mgr.14180) 39 : cephadm [INF] Reconfiguring mgr.smithi078.ejuxzq (unknown last config time)... 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: audit 2024-01-13T07:50:35.730060+0000 mon.smithi078 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.ejuxzq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: audit 2024-01-13T07:50:35.731442+0000 mon.smithi078 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: audit 2024-01-13T07:50:35.732729+0000 mon.smithi078 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:36.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:36 smithi177 bash[18353]: cephadm 2024-01-13T07:50:35.733808+0000 mgr.smithi078.ejuxzq (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi078.ejuxzq on smithi078 2024-01-13T07:50:36.770 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme3n1 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:50:08.414344943 +0000 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:46:29.171884869 +0000 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:46:29.171884869 +0000 2024-01-13T07:50:36.771 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:50:36.771 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-13T07:50:36.824 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:50:36.825 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:50:36.825 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000482854 s, 1.1 MB/s 2024-01-13T07:50:36.826 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-13T07:50:36.876 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme4n1 2024-01-13T07:50:36.930 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme4n1 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-13 07:50:08.430344350 +0000 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-13 07:46:29.283882285 +0000 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-13 07:46:29.283882285 +0000 2024-01-13T07:50:36.931 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-13T07:50:36.931 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-13T07:50:36.986 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-13T07:50:36.986 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-13T07:50:36.986 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000448678 s, 1.1 MB/s 2024-01-13T07:50:36.987 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-13T07:50:37.035 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: cluster 2024-01-13T07:50:35.531210+0000 mgr.smithi078.ejuxzq (mgr.14180) 38 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: audit 2024-01-13T07:50:35.728640+0000 mon.smithi078 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: cephadm 2024-01-13T07:50:35.729593+0000 mgr.smithi078.ejuxzq (mgr.14180) 39 : cephadm [INF] Reconfiguring mgr.smithi078.ejuxzq (unknown last config time)... 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: audit 2024-01-13T07:50:35.730060+0000 mon.smithi078 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi078.ejuxzq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: audit 2024-01-13T07:50:35.731442+0000 mon.smithi078 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: audit 2024-01-13T07:50:35.732729+0000 mon.smithi078 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:37.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:36 smithi078 bash[14106]: cephadm 2024-01-13T07:50:35.733808+0000 mgr.smithi078.ejuxzq (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon mgr.smithi078.ejuxzq on smithi078 2024-01-13T07:50:37.040 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-13T07:50:39.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:38 smithi177 bash[18353]: cluster 2024-01-13T07:50:37.531627+0000 mgr.smithi078.ejuxzq (mgr.14180) 41 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:39.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:38 smithi177 bash[18353]: audit 2024-01-13T07:50:37.715558+0000 mon.smithi078 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:39.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:38 smithi177 bash[18353]: cephadm 2024-01-13T07:50:37.716992+0000 mgr.smithi078.ejuxzq (mgr.14180) 42 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2024-01-13T07:50:39.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:38 smithi177 bash[18353]: cephadm 2024-01-13T07:50:37.730356+0000 mgr.smithi078.ejuxzq (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2024-01-13T07:50:39.047 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:38 smithi078 bash[14106]: cluster 2024-01-13T07:50:37.531627+0000 mgr.smithi078.ejuxzq (mgr.14180) 41 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:39.047 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:38 smithi078 bash[14106]: audit 2024-01-13T07:50:37.715558+0000 mon.smithi078 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:39.047 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:38 smithi078 bash[14106]: cephadm 2024-01-13T07:50:37.716992+0000 mgr.smithi078.ejuxzq (mgr.14180) 42 : cephadm [INF] Reconfiguring alertmanager.smithi078 (dependencies changed)... 2024-01-13T07:50:39.047 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:38 smithi078 bash[14106]: cephadm 2024-01-13T07:50:37.730356+0000 mgr.smithi078.ejuxzq (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon alertmanager.smithi078 on smithi078 2024-01-13T07:50:40.189 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled osd.all-available-devices update... 2024-01-13T07:50:40.843 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-13T07:50:40.843 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:50:40.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:40 smithi078 bash[14106]: cluster 2024-01-13T07:50:39.532100+0000 mgr.smithi078.ejuxzq (mgr.14180) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:40.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:40 smithi078 bash[14106]: audit 2024-01-13T07:50:40.188505+0000 mon.smithi078 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:40 smithi177 bash[18353]: cluster 2024-01-13T07:50:39.532100+0000 mgr.smithi078.ejuxzq (mgr.14180) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:40 smithi177 bash[18353]: audit 2024-01-13T07:50:40.188505+0000 mon.smithi078 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:42.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:41 smithi078 bash[14106]: audit 2024-01-13T07:50:40.177197+0000 mgr.smithi078.ejuxzq (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:50:42.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:41 smithi078 bash[14106]: cephadm 2024-01-13T07:50:40.181964+0000 mgr.smithi078.ejuxzq (mgr.14180) 46 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2024-01-13T07:50:42.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:41 smithi078 bash[14106]: cephadm 2024-01-13T07:50:40.182076+0000 mgr.smithi078.ejuxzq (mgr.14180) 47 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-01-13T07:50:42.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:41 smithi078 bash[14106]: cephadm 2024-01-13T07:50:40.182591+0000 mgr.smithi078.ejuxzq (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-13T07:50:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:41 smithi177 bash[18353]: audit 2024-01-13T07:50:40.177197+0000 mgr.smithi078.ejuxzq (mgr.14180) 45 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T07:50:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:41 smithi177 bash[18353]: cephadm 2024-01-13T07:50:40.181964+0000 mgr.smithi078.ejuxzq (mgr.14180) 46 : cephadm [INF] Marking host: smithi078 for OSDSpec preview refresh. 2024-01-13T07:50:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:41 smithi177 bash[18353]: cephadm 2024-01-13T07:50:40.182076+0000 mgr.smithi078.ejuxzq (mgr.14180) 47 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-01-13T07:50:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:41 smithi177 bash[18353]: cephadm 2024-01-13T07:50:40.182591+0000 mgr.smithi078.ejuxzq (mgr.14180) 48 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-13T07:50:43.128 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:42 smithi078 bash[14106]: cluster 2024-01-13T07:50:41.532468+0000 mgr.smithi078.ejuxzq (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:43.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:42 smithi177 bash[18353]: cluster 2024-01-13T07:50:41.532468+0000 mgr.smithi078.ejuxzq (mgr.14180) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:44.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: audit 2024-01-13T07:50:43.471036+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:44.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: cephadm 2024-01-13T07:50:43.472039+0000 mgr.smithi078.ejuxzq (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2024-01-13T07:50:44.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: audit 2024-01-13T07:50:43.472495+0000 mon.smithi078 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:50:44.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: audit 2024-01-13T07:50:43.473924+0000 mon.smithi078 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:44.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: cephadm 2024-01-13T07:50:43.475008+0000 mgr.smithi078.ejuxzq (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2024-01-13T07:50:44.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:44 smithi177 bash[18353]: cluster 2024-01-13T07:50:43.532880+0000 mgr.smithi078.ejuxzq (mgr.14180) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:44.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: audit 2024-01-13T07:50:43.471036+0000 mon.smithi078 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:44.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: cephadm 2024-01-13T07:50:43.472039+0000 mgr.smithi078.ejuxzq (mgr.14180) 50 : cephadm [INF] Reconfiguring crash.smithi078 (monmap changed)... 2024-01-13T07:50:44.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: audit 2024-01-13T07:50:43.472495+0000 mon.smithi078 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi078", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:50:44.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: audit 2024-01-13T07:50:43.473924+0000 mon.smithi078 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:50:44.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: cephadm 2024-01-13T07:50:43.475008+0000 mgr.smithi078.ejuxzq (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon crash.smithi078 on smithi078 2024-01-13T07:50:44.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:44 smithi078 bash[14106]: cluster 2024-01-13T07:50:43.532880+0000 mgr.smithi078.ejuxzq (mgr.14180) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:45.509 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:50:46.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:45 smithi078 bash[14106]: audit 2024-01-13T07:50:45.508866+0000 mon.smithi078 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.78:0/2209480025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:50:46.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:45 smithi177 bash[18353]: audit 2024-01-13T07:50:45.508866+0000 mon.smithi078 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.78:0/2209480025' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:50:46.627 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:50:46.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:46 smithi078 bash[14106]: cluster 2024-01-13T07:50:45.533209+0000 mgr.smithi078.ejuxzq (mgr.14180) 53 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:46.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:46 smithi078 bash[14106]: audit 2024-01-13T07:50:46.657018+0000 mon.smithi078 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:47.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:46 smithi177 bash[18353]: cluster 2024-01-13T07:50:45.533209+0000 mgr.smithi078.ejuxzq (mgr.14180) 53 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:47.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:46 smithi177 bash[18353]: audit 2024-01-13T07:50:46.657018+0000 mon.smithi078 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:47.628 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:50:48.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:47 smithi078 bash[14106]: cephadm 2024-01-13T07:50:46.658536+0000 mgr.smithi078.ejuxzq (mgr.14180) 54 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-01-13T07:50:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:47 smithi078 bash[14106]: cephadm 2024-01-13T07:50:46.704054+0000 mgr.smithi078.ejuxzq (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-01-13T07:50:48.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:47 smithi177 bash[18353]: cephadm 2024-01-13T07:50:46.658536+0000 mgr.smithi078.ejuxzq (mgr.14180) 54 : cephadm [INF] Reconfiguring grafana.smithi078 (dependencies changed)... 2024-01-13T07:50:48.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:47 smithi177 bash[18353]: cephadm 2024-01-13T07:50:46.704054+0000 mgr.smithi078.ejuxzq (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon grafana.smithi078 on smithi078 2024-01-13T07:50:49.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:48 smithi078 bash[14106]: cluster 2024-01-13T07:50:47.533590+0000 mgr.smithi078.ejuxzq (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:49.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:48 smithi177 bash[18353]: cluster 2024-01-13T07:50:47.533590+0000 mgr.smithi078.ejuxzq (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:51.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:50 smithi078 bash[14106]: cluster 2024-01-13T07:50:49.534049+0000 mgr.smithi078.ejuxzq (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:51.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:50 smithi177 bash[18353]: cluster 2024-01-13T07:50:49.534049+0000 mgr.smithi078.ejuxzq (mgr.14180) 57 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:52.872 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:50:53.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:52 smithi078 bash[14106]: cluster 2024-01-13T07:50:51.534400+0000 mgr.smithi078.ejuxzq (mgr.14180) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:52 smithi177 bash[18353]: cluster 2024-01-13T07:50:51.534400+0000 mgr.smithi078.ejuxzq (mgr.14180) 58 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:53 smithi078 bash[14106]: audit 2024-01-13T07:50:52.871668+0000 mon.smithi078 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.78:0/663188153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:50:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:53 smithi078 bash[14106]: audit 2024-01-13T07:50:53.746946+0000 mon.smithi078 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:53 smithi177 bash[18353]: audit 2024-01-13T07:50:52.871668+0000 mon.smithi078 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.78:0/663188153' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:50:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:53 smithi177 bash[18353]: audit 2024-01-13T07:50:53.746946+0000 mon.smithi078 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:50:54.562 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:50:55.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:54 smithi078 bash[14106]: cluster 2024-01-13T07:50:53.534744+0000 mgr.smithi078.ejuxzq (mgr.14180) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:55.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:54 smithi078 bash[14106]: cephadm 2024-01-13T07:50:53.747990+0000 mgr.smithi078.ejuxzq (mgr.14180) 60 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2024-01-13T07:50:55.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:54 smithi078 bash[14106]: cephadm 2024-01-13T07:50:53.752214+0000 mgr.smithi078.ejuxzq (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2024-01-13T07:50:55.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:54 smithi177 bash[18353]: cluster 2024-01-13T07:50:53.534744+0000 mgr.smithi078.ejuxzq (mgr.14180) 59 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:55.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:54 smithi177 bash[18353]: cephadm 2024-01-13T07:50:53.747990+0000 mgr.smithi078.ejuxzq (mgr.14180) 60 : cephadm [INF] Reconfiguring prometheus.smithi078 (dependencies changed)... 2024-01-13T07:50:55.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:54 smithi177 bash[18353]: cephadm 2024-01-13T07:50:53.752214+0000 mgr.smithi078.ejuxzq (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon prometheus.smithi078 on smithi078 2024-01-13T07:50:55.563 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:50:57.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:56 smithi078 bash[14106]: cluster 2024-01-13T07:50:55.535055+0000 mgr.smithi078.ejuxzq (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:57.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:56 smithi177 bash[18353]: cluster 2024-01-13T07:50:55.535055+0000 mgr.smithi078.ejuxzq (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:58.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:50:58 smithi078 bash[14106]: cluster 2024-01-13T07:50:57.535371+0000 mgr.smithi078.ejuxzq (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:50:59.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:50:58 smithi177 bash[18353]: cluster 2024-01-13T07:50:57.535371+0000 mgr.smithi078.ejuxzq (mgr.14180) 63 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:00.245 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:01.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:00 smithi078 bash[14106]: cluster 2024-01-13T07:50:59.535776+0000 mgr.smithi078.ejuxzq (mgr.14180) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:01.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:00 smithi078 bash[14106]: audit 2024-01-13T07:51:00.245128+0000 mon.smithi078 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.78:0/504394644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:01.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:00 smithi078 bash[14106]: audit 2024-01-13T07:51:00.786617+0000 mon.smithi078 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:00 smithi078 bash[14106]: audit 2024-01-13T07:51:00.788074+0000 mon.smithi078 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:51:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:00 smithi078 bash[14106]: audit 2024-01-13T07:51:00.789092+0000 mon.smithi078 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:00 smithi177 bash[18353]: cluster 2024-01-13T07:50:59.535776+0000 mgr.smithi078.ejuxzq (mgr.14180) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:00 smithi177 bash[18353]: audit 2024-01-13T07:51:00.245128+0000 mon.smithi078 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.78:0/504394644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:00 smithi177 bash[18353]: audit 2024-01-13T07:51:00.786617+0000 mon.smithi078 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:00 smithi177 bash[18353]: audit 2024-01-13T07:51:00.788074+0000 mon.smithi078 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-13T07:51:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:00 smithi177 bash[18353]: audit 2024-01-13T07:51:00.789092+0000 mon.smithi078 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:01.653 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:51:01.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:01 smithi078 bash[14106]: cephadm 2024-01-13T07:51:00.787700+0000 mgr.smithi078.ejuxzq (mgr.14180) 65 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-13T07:51:01.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:01 smithi078 bash[14106]: cephadm 2024-01-13T07:51:00.789812+0000 mgr.smithi078.ejuxzq (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-13T07:51:02.091 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:01 smithi177 bash[18353]: cephadm 2024-01-13T07:51:00.787700+0000 mgr.smithi078.ejuxzq (mgr.14180) 65 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-13T07:51:02.091 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:01 smithi177 bash[18353]: cephadm 2024-01-13T07:51:00.789812+0000 mgr.smithi078.ejuxzq (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-13T07:51:02.655 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:02 smithi078 bash[14106]: cluster 2024-01-13T07:51:01.536219+0000 mgr.smithi078.ejuxzq (mgr.14180) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:03.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:02 smithi078 bash[14106]: audit 2024-01-13T07:51:02.763695+0000 mon.smithi078 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:02 smithi078 bash[14106]: audit 2024-01-13T07:51:02.765293+0000 mon.smithi078 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.sqlcse", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T07:51:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:02 smithi078 bash[14106]: audit 2024-01-13T07:51:02.766475+0000 mon.smithi078 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T07:51:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:02 smithi078 bash[14106]: audit 2024-01-13T07:51:02.767452+0000 mon.smithi078 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:02 smithi177 bash[18353]: cluster 2024-01-13T07:51:01.536219+0000 mgr.smithi078.ejuxzq (mgr.14180) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:02 smithi177 bash[18353]: audit 2024-01-13T07:51:02.763695+0000 mon.smithi078 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:02 smithi177 bash[18353]: audit 2024-01-13T07:51:02.765293+0000 mon.smithi078 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.sqlcse", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T07:51:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:02 smithi177 bash[18353]: audit 2024-01-13T07:51:02.766475+0000 mon.smithi078 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T07:51:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:02 smithi177 bash[18353]: audit 2024-01-13T07:51:02.767452+0000 mon.smithi078 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:04.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:03 smithi078 bash[14106]: cephadm 2024-01-13T07:51:02.764865+0000 mgr.smithi078.ejuxzq (mgr.14180) 68 : cephadm [INF] Reconfiguring mgr.smithi177.sqlcse (monmap changed)... 2024-01-13T07:51:04.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:03 smithi078 bash[14106]: cephadm 2024-01-13T07:51:02.768380+0000 mgr.smithi078.ejuxzq (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi177.sqlcse on smithi177 2024-01-13T07:51:04.155 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:03 smithi177 bash[18353]: cephadm 2024-01-13T07:51:02.764865+0000 mgr.smithi078.ejuxzq (mgr.14180) 68 : cephadm [INF] Reconfiguring mgr.smithi177.sqlcse (monmap changed)... 2024-01-13T07:51:04.156 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:03 smithi177 bash[18353]: cephadm 2024-01-13T07:51:02.768380+0000 mgr.smithi078.ejuxzq (mgr.14180) 69 : cephadm [INF] Reconfiguring daemon mgr.smithi177.sqlcse on smithi177 2024-01-13T07:51:05.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:04 smithi078 bash[14106]: cluster 2024-01-13T07:51:03.536707+0000 mgr.smithi078.ejuxzq (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:04 smithi078 bash[14106]: audit 2024-01-13T07:51:04.629099+0000 mon.smithi078 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:04 smithi078 bash[14106]: audit 2024-01-13T07:51:04.630808+0000 mon.smithi078 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T07:51:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:04 smithi078 bash[14106]: audit 2024-01-13T07:51:04.631923+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T07:51:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:04 smithi078 bash[14106]: audit 2024-01-13T07:51:04.632900+0000 mon.smithi078 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:04 smithi177 bash[18353]: cluster 2024-01-13T07:51:03.536707+0000 mgr.smithi078.ejuxzq (mgr.14180) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:04 smithi177 bash[18353]: audit 2024-01-13T07:51:04.629099+0000 mon.smithi078 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:04 smithi177 bash[18353]: audit 2024-01-13T07:51:04.630808+0000 mon.smithi078 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T07:51:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:04 smithi177 bash[18353]: audit 2024-01-13T07:51:04.631923+0000 mon.smithi078 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T07:51:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:04 smithi177 bash[18353]: audit 2024-01-13T07:51:04.632900+0000 mon.smithi078 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:05.920 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:05.955 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:05 smithi177 bash[18353]: cephadm 2024-01-13T07:51:04.630385+0000 mgr.smithi078.ejuxzq (mgr.14180) 71 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-13T07:51:05.956 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:05 smithi177 bash[18353]: cephadm 2024-01-13T07:51:04.633820+0000 mgr.smithi078.ejuxzq (mgr.14180) 72 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-13T07:51:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:05 smithi078 bash[14106]: cephadm 2024-01-13T07:51:04.630385+0000 mgr.smithi078.ejuxzq (mgr.14180) 71 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-13T07:51:06.149 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:05 smithi078 bash[14106]: cephadm 2024-01-13T07:51:04.633820+0000 mgr.smithi078.ejuxzq (mgr.14180) 72 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-13T07:51:06.717 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: cluster 2024-01-13T07:51:05.537197+0000 mgr.smithi078.ejuxzq (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:05.920498+0000 mon.smithi078 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.78:0/3252733672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.407433+0000 mon.smithi078 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.411370+0000 mon.smithi078 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.413569+0000 mon.smithi078 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.418854+0000 mon.smithi078 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.426251+0000 mon.smithi078 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.434964+0000 mon.smithi078 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.442248+0000 mon.smithi078 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.451057+0000 mon.smithi078 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.456946+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T07:51:07.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.464360+0000 mon.smithi078 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:06 smithi078 bash[14106]: audit 2024-01-13T07:51:06.470282+0000 mon.smithi078 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: cluster 2024-01-13T07:51:05.537197+0000 mgr.smithi078.ejuxzq (mgr.14180) 73 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:05.920498+0000 mon.smithi078 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.78:0/3252733672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.407433+0000 mon.smithi078 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.411370+0000 mon.smithi078 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.413569+0000 mon.smithi078 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.418854+0000 mon.smithi078 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.426251+0000 mon.smithi078 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-13T07:51:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.434964+0000 mon.smithi078 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-13T07:51:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.442248+0000 mon.smithi078 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.451057+0000 mon.smithi078 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T07:51:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.456946+0000 mon.smithi078 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T07:51:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.464360+0000 mon.smithi078 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:06 smithi177 bash[18353]: audit 2024-01-13T07:51:06.470282+0000 mon.smithi078 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:51:07.718 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:08.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.411907+0000 mgr.smithi078.ejuxzq (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T07:51:08.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.413980+0000 mgr.smithi078.ejuxzq (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T07:51:08.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.426824+0000 mgr.smithi078.ejuxzq (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-13T07:51:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.435438+0000 mgr.smithi078.ejuxzq (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-13T07:51:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.451635+0000 mgr.smithi078.ejuxzq (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T07:51:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:07 smithi078 bash[14106]: audit 2024-01-13T07:51:06.457653+0000 mgr.smithi078.ejuxzq (mgr.14180) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.411907+0000 mgr.smithi078.ejuxzq (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.413980+0000 mgr.smithi078.ejuxzq (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi078.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.426824+0000 mgr.smithi078.ejuxzq (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.435438+0000 mgr.smithi078.ejuxzq (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi078.front.sepia.ceph.com:3000"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.451635+0000 mgr.smithi078.ejuxzq (mgr.14180) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T07:51:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:07 smithi177 bash[18353]: audit 2024-01-13T07:51:06.457653+0000 mgr.smithi078.ejuxzq (mgr.14180) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi078.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T07:51:09.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:08 smithi078 bash[14106]: cluster 2024-01-13T07:51:07.537610+0000 mgr.smithi078.ejuxzq (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:09.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:08 smithi177 bash[18353]: cluster 2024-01-13T07:51:07.537610+0000 mgr.smithi078.ejuxzq (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:10.999 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:11.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:10 smithi078 bash[14106]: cluster 2024-01-13T07:51:09.537971+0000 mgr.smithi078.ejuxzq (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:11.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:10 smithi177 bash[18353]: cluster 2024-01-13T07:51:09.537971+0000 mgr.smithi078.ejuxzq (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:11.741 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:51:12.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:11 smithi078 bash[14106]: audit 2024-01-13T07:51:10.999678+0000 mon.smithi078 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.78:0/822773145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:12.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:11 smithi078 bash[14106]: audit 2024-01-13T07:51:11.749300+0000 mon.smithi078 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:12.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:11 smithi177 bash[18353]: audit 2024-01-13T07:51:10.999678+0000 mon.smithi078 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.78:0/822773145' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:12.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:11 smithi177 bash[18353]: audit 2024-01-13T07:51:11.749300+0000 mon.smithi078 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:12.742 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:13.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: cluster 2024-01-13T07:51:11.538301+0000 mgr.smithi078.ejuxzq (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.056866+0000 mon.smithi078 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.173273+0000 mon.smithi078 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.446306+0000 mon.smithi078 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.448145+0000 mon.smithi078 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.449741+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.455794+0000 mon.smithi078 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.462279+0000 mon.smithi078 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.467796+0000 mon.smithi078 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.471406+0000 mon.smithi078 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.471762+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:12 smithi078 bash[14106]: audit 2024-01-13T07:51:12.472673+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: cluster 2024-01-13T07:51:11.538301+0000 mgr.smithi078.ejuxzq (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.056866+0000 mon.smithi078 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.173273+0000 mon.smithi078 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.446306+0000 mon.smithi078 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.448145+0000 mon.smithi078 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.449741+0000 mon.smithi078 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.455794+0000 mon.smithi078 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.462279+0000 mon.smithi078 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:51:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.467796+0000 mon.smithi078 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.471406+0000 mon.smithi078 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.471762+0000 mon.smithi078 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:12 smithi177 bash[18353]: audit 2024-01-13T07:51:12.472673+0000 mon.smithi078 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:15.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:14 smithi078 bash[14106]: cluster 2024-01-13T07:51:13.538757+0000 mgr.smithi078.ejuxzq (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:15.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:14 smithi177 bash[18353]: cluster 2024-01-13T07:51:13.538757+0000 mgr.smithi078.ejuxzq (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:15.958 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:16.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:15 smithi078 bash[14106]: cluster 2024-01-13T07:51:15.539236+0000 mgr.smithi078.ejuxzq (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:15 smithi177 bash[18353]: cluster 2024-01-13T07:51:15.539236+0000 mgr.smithi078.ejuxzq (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:16.696 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-13T07:51:17.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:16 smithi078 bash[14106]: audit 2024-01-13T07:51:15.958600+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.78:0/1960670856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:17.243 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:16 smithi177 bash[18353]: audit 2024-01-13T07:51:15.958600+0000 mon.smithi078 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.78:0/1960670856' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:17.697 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:18.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:17 smithi078 bash[14106]: cluster 2024-01-13T07:51:17.539681+0000 mgr.smithi078.ejuxzq (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:18.163 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:17 smithi177 bash[18353]: cluster 2024-01-13T07:51:17.539681+0000 mgr.smithi078.ejuxzq (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:21.042 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:20 smithi078 bash[14106]: cluster 2024-01-13T07:51:19.539980+0000 mgr.smithi078.ejuxzq (mgr.14180) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:21.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:20 smithi177 bash[18353]: cluster 2024-01-13T07:51:19.539980+0000 mgr.smithi078.ejuxzq (mgr.14180) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:22.137 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:21 smithi078 bash[14106]: audit 2024-01-13T07:51:21.446721+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='client.? 172.21.15.177:0/1294696378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]: dispatch 2024-01-13T07:51:22.137 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:21 smithi078 bash[14106]: audit 2024-01-13T07:51:21.446835+0000 mon.smithi078 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]: dispatch 2024-01-13T07:51:22.138 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:21 smithi078 bash[14106]: audit 2024-01-13T07:51:21.452694+0000 mon.smithi078 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]': finished 2024-01-13T07:51:22.138 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:21 smithi078 bash[14106]: cluster 2024-01-13T07:51:21.452775+0000 mon.smithi078 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-13T07:51:22.138 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:21 smithi078 bash[14106]: audit 2024-01-13T07:51:21.452929+0000 mon.smithi078 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:22.185 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:21 smithi177 bash[18353]: audit 2024-01-13T07:51:21.446721+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='client.? 172.21.15.177:0/1294696378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]: dispatch 2024-01-13T07:51:22.185 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:21 smithi177 bash[18353]: audit 2024-01-13T07:51:21.446835+0000 mon.smithi078 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]: dispatch 2024-01-13T07:51:22.186 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:21 smithi177 bash[18353]: audit 2024-01-13T07:51:21.452694+0000 mon.smithi078 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "13bcc52a-8151-465e-b2da-8b7b57be030f"}]': finished 2024-01-13T07:51:22.186 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:21 smithi177 bash[18353]: cluster 2024-01-13T07:51:21.452775+0000 mon.smithi078 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-13T07:51:22.186 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:21 smithi177 bash[18353]: audit 2024-01-13T07:51:21.452929+0000 mon.smithi078 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:22.538 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: cluster 2024-01-13T07:51:21.540431+0000 mgr.smithi078.ejuxzq (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: audit 2024-01-13T07:51:21.798909+0000 mon.smithi078 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: audit 2024-01-13T07:51:21.799109+0000 mon.smithi177 (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/1289503850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:22.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: audit 2024-01-13T07:51:21.804755+0000 mon.smithi078 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: cluster 2024-01-13T07:51:21.804851+0000 mon.smithi078 (mon.0) 268 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-01-13T07:51:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:22 smithi078 bash[14106]: audit 2024-01-13T07:51:22.538795+0000 mon.smithi078 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.78:0/2042842154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: cluster 2024-01-13T07:51:21.540431+0000 mgr.smithi078.ejuxzq (mgr.14180) 87 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: audit 2024-01-13T07:51:21.798909+0000 mon.smithi078 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: audit 2024-01-13T07:51:21.799109+0000 mon.smithi177 (mon.1) 3 : audit [INF] from='client.? 172.21.15.177:0/1289503850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: audit 2024-01-13T07:51:21.804755+0000 mon.smithi078 (mon.0) 267 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: cluster 2024-01-13T07:51:21.804851+0000 mon.smithi078 (mon.0) 268 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-01-13T07:51:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:22 smithi177 bash[18353]: audit 2024-01-13T07:51:22.538795+0000 mon.smithi078 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.78:0/2042842154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:23.352 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":7,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:24.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: cephadm 2024-01-13T07:51:22.691995+0000 mgr.smithi078.ejuxzq (mgr.14180) 88 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:24.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:24.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:24.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:24.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:24.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: main() 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:24.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: audit 2024-01-13T07:51:23.021834+0000 mon.smithi078 (mon.0) 270 : audit [INF] from='client.? 172.21.15.78:0/1354330473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29690f0a-93d8-47a1-afa5-bd5eafb644ca"}]: dispatch 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: audit 2024-01-13T07:51:23.027538+0000 mon.smithi078 (mon.0) 271 : audit [INF] from='client.? 172.21.15.78:0/1354330473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29690f0a-93d8-47a1-afa5-bd5eafb644ca"}]': finished 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: cluster 2024-01-13T07:51:23.027581+0000 mon.smithi078 (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: audit 2024-01-13T07:51:23.027736+0000 mon.smithi078 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: audit 2024-01-13T07:51:23.375147+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/3861276695' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: audit 2024-01-13T07:51:23.381925+0000 mon.smithi078 (mon.0) 275 : audit [INF] from='client.? 172.21.15.78:0/3861276695' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:24.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:23 smithi078 bash[14106]: cluster 2024-01-13T07:51:23.382010+0000 mon.smithi078 (mon.0) 276 : cluster [DBG] osdmap e9: 0 total, 0 up, 0 in 2024-01-13T07:51:24.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: cephadm 2024-01-13T07:51:22.691995+0000 mgr.smithi078.ejuxzq (mgr.14180) 88 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:24.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:24.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:24.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:24.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:24.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: main() 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:24.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: audit 2024-01-13T07:51:23.021834+0000 mon.smithi078 (mon.0) 270 : audit [INF] from='client.? 172.21.15.78:0/1354330473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29690f0a-93d8-47a1-afa5-bd5eafb644ca"}]: dispatch 2024-01-13T07:51:24.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: audit 2024-01-13T07:51:23.027538+0000 mon.smithi078 (mon.0) 271 : audit [INF] from='client.? 172.21.15.78:0/1354330473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29690f0a-93d8-47a1-afa5-bd5eafb644ca"}]': finished 2024-01-13T07:51:24.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: cluster 2024-01-13T07:51:23.027581+0000 mon.smithi078 (mon.0) 272 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-01-13T07:51:24.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: audit 2024-01-13T07:51:23.027736+0000 mon.smithi078 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:24.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: audit 2024-01-13T07:51:23.375147+0000 mon.smithi078 (mon.0) 274 : audit [INF] from='client.? 172.21.15.78:0/3861276695' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:24.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: audit 2024-01-13T07:51:23.381925+0000 mon.smithi078 (mon.0) 275 : audit [INF] from='client.? 172.21.15.78:0/3861276695' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:24.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:23 smithi177 bash[18353]: cluster 2024-01-13T07:51:23.382010+0000 mon.smithi078 (mon.0) 276 : cluster [DBG] osdmap e9: 0 total, 0 up, 0 in 2024-01-13T07:51:24.353 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:25.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:24 smithi078 bash[14106]: cluster 2024-01-13T07:51:23.540946+0000 mgr.smithi078.ejuxzq (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:25.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:24 smithi078 bash[14106]: audit 2024-01-13T07:51:24.202563+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:51:25.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:24 smithi078 bash[14106]: cluster 2024-01-13T07:51:24.378469+0000 mon.smithi078 (mon.0) 278 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:51:25.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:24 smithi177 bash[18353]: cluster 2024-01-13T07:51:23.540946+0000 mgr.smithi078.ejuxzq (mgr.14180) 89 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:25.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:24 smithi177 bash[18353]: audit 2024-01-13T07:51:24.202563+0000 mon.smithi078 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:51:25.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:24 smithi177 bash[18353]: cluster 2024-01-13T07:51:24.378469+0000 mon.smithi078 (mon.0) 278 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: cephadm 2024-01-13T07:51:24.194791+0000 mgr.smithi078.ejuxzq (mgr.14180) 90 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpu4antx9k:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpcgxv9vfk:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 29690f0a-93d8-47a1-afa5-bd5eafb644ca 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: main() 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpu4antx9k:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpcgxv9vfk:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: cephadm 2024-01-13T07:51:24.199812+0000 mgr.smithi078.ejuxzq (mgr.14180) 91 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: placement: 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: spec: 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: data_devices: 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: all: true 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:26.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: main() 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:51:26.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: raise self._value 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:26.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:26.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:26.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:26.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:26.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: main() 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.180 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.180 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.180 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:25 smithi078 bash[14106]: cluster 2024-01-13T07:51:24.201135+0000 mgr.smithi078.ejuxzq (mgr.14180) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:26.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: cephadm 2024-01-13T07:51:24.194791+0000 mgr.smithi078.ejuxzq (mgr.14180) 90 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:26.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:26.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:26.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:26.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpu4antx9k:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpcgxv9vfk:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 29690f0a-93d8-47a1-afa5-bd5eafb644ca 2024-01-13T07:51:26.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: main() 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpu4antx9k:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpcgxv9vfk:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: cephadm 2024-01-13T07:51:24.199812+0000 mgr.smithi078.ejuxzq (mgr.14180) 91 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: placement: 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: spec: 2024-01-13T07:51:26.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: data_devices: 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: all: true 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: main() 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:51:26.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: raise self._value 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:51:26.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:26.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 13bcc52a-8151-465e-b2da-8b7b57be030f 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:26.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:26.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:26.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:26.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: main() 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:26.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:26.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:26.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:26.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:26.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpdrvq_3nb:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6i3_kj71:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:26.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:25 smithi177 bash[18353]: cluster 2024-01-13T07:51:24.201135+0000 mgr.smithi078.ejuxzq (mgr.14180) 92 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:27.580 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:27.879 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:27 smithi078 bash[14106]: cluster 2024-01-13T07:51:26.202077+0000 mgr.smithi078.ejuxzq (mgr.14180) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:27.880 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:27 smithi078 bash[14106]: audit 2024-01-13T07:51:27.580820+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.78:0/1835214734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:28.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:27 smithi177 bash[18353]: cluster 2024-01-13T07:51:26.202077+0000 mgr.smithi078.ejuxzq (mgr.14180) 93 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:28.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:27 smithi177 bash[18353]: audit 2024-01-13T07:51:27.580820+0000 mon.smithi078 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.78:0/1835214734' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:28.346 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:29.347 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:30.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:29 smithi078 bash[14106]: cluster 2024-01-13T07:51:28.202829+0000 mgr.smithi078.ejuxzq (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:30.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:29 smithi078 bash[14106]: audit 2024-01-13T07:51:29.474387+0000 mon.smithi078 (mon.0) 280 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:29 smithi177 bash[18353]: cluster 2024-01-13T07:51:28.202829+0000 mgr.smithi078.ejuxzq (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:29 smithi177 bash[18353]: audit 2024-01-13T07:51:29.474387+0000 mon.smithi078 (mon.0) 280 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.911108+0000 mon.smithi078 (mon.0) 281 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.912510+0000 mon.smithi078 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.913390+0000 mon.smithi078 (mon.0) 283 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.921060+0000 mon.smithi078 (mon.0) 284 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: cluster 2024-01-13T07:51:29.921683+0000 mgr.smithi078.ejuxzq (mgr.14180) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.925846+0000 mon.smithi078 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.929986+0000 mon.smithi078 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.933041+0000 mon.smithi078 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.933315+0000 mon.smithi078 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:31.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:30 smithi177 bash[18353]: audit 2024-01-13T07:51:29.934014+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:31.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.911108+0000 mon.smithi078 (mon.0) 281 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:31.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.912510+0000 mon.smithi078 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:31.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.913390+0000 mon.smithi078 (mon.0) 283 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.921060+0000 mon.smithi078 (mon.0) 284 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: cluster 2024-01-13T07:51:29.921683+0000 mgr.smithi078.ejuxzq (mgr.14180) 95 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.925846+0000 mon.smithi078 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.929986+0000 mon.smithi078 (mon.0) 286 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.933041+0000 mon.smithi078 (mon.0) 287 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.933315+0000 mon.smithi078 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:30 smithi078 bash[14106]: audit 2024-01-13T07:51:29.934014+0000 mon.smithi078 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:51:32.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:31 smithi177 bash[18353]: cluster 2024-01-13T07:51:30.918488+0000 mon.smithi078 (mon.0) 290 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:51:32.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:31 smithi177 bash[18353]: cluster 2024-01-13T07:51:30.918549+0000 mon.smithi078 (mon.0) 291 : cluster [INF] Cluster is now healthy 2024-01-13T07:51:32.281 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:31 smithi078 bash[14106]: cluster 2024-01-13T07:51:30.918488+0000 mon.smithi078 (mon.0) 290 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:51:32.282 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:31 smithi078 bash[14106]: cluster 2024-01-13T07:51:30.918549+0000 mon.smithi078 (mon.0) 291 : cluster [INF] Cluster is now healthy 2024-01-13T07:51:32.696 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:33.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:32 smithi078 bash[14106]: cluster 2024-01-13T07:51:31.921993+0000 mgr.smithi078.ejuxzq (mgr.14180) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:33.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:32 smithi078 bash[14106]: audit 2024-01-13T07:51:32.696591+0000 mon.smithi078 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.78:0/4109029361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:33.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:32 smithi177 bash[18353]: cluster 2024-01-13T07:51:31.921993+0000 mgr.smithi078.ejuxzq (mgr.14180) 96 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:33.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:32 smithi177 bash[18353]: audit 2024-01-13T07:51:32.696591+0000 mon.smithi078 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.78:0/4109029361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:33.497 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":9,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:34.499 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:35.917 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:35 smithi177 bash[18353]: cluster 2024-01-13T07:51:33.922391+0000 mgr.smithi078.ejuxzq (mgr.14180) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:36.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:35 smithi078 bash[14106]: cluster 2024-01-13T07:51:33.922391+0000 mgr.smithi078.ejuxzq (mgr.14180) 97 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:38.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:37 smithi078 bash[14106]: cluster 2024-01-13T07:51:35.922646+0000 mgr.smithi078.ejuxzq (mgr.14180) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:38.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:37 smithi177 bash[18353]: cluster 2024-01-13T07:51:35.922646+0000 mgr.smithi078.ejuxzq (mgr.14180) 98 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:39.216 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:40.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: cluster 2024-01-13T07:51:37.922989+0000 mgr.smithi078.ejuxzq (mgr.14180) 99 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:40.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:38.860784+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/2009609109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]: dispatch 2024-01-13T07:51:40.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:38.860948+0000 mon.smithi078 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]: dispatch 2024-01-13T07:51:40.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:38.867641+0000 mon.smithi078 (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]': finished 2024-01-13T07:51:40.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: cluster 2024-01-13T07:51:38.868045+0000 mon.smithi078 (mon.0) 295 : cluster [DBG] osdmap e10: 1 total, 0 up, 1 in 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:38.868297+0000 mon.smithi078 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:39.210395+0000 mon.smithi177 (mon.1) 5 : audit [INF] from='client.? 172.21.15.177:0/220107270' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:39.210522+0000 mon.smithi078 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:39.216123+0000 mon.smithi078 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: cluster 2024-01-13T07:51:39.216174+0000 mon.smithi078 (mon.0) 299 : cluster [DBG] osdmap e11: 0 total, 0 up, 0 in 2024-01-13T07:51:40.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:39 smithi177 bash[18353]: audit 2024-01-13T07:51:39.216393+0000 mon.smithi078 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.78:0/1232130674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:40.044 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":11,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: cluster 2024-01-13T07:51:37.922989+0000 mgr.smithi078.ejuxzq (mgr.14180) 99 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:38.860784+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/2009609109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]: dispatch 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:38.860948+0000 mon.smithi078 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]: dispatch 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:38.867641+0000 mon.smithi078 (mon.0) 294 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d45934da-0bbd-40ea-847b-677809a57a77"}]': finished 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: cluster 2024-01-13T07:51:38.868045+0000 mon.smithi078 (mon.0) 295 : cluster [DBG] osdmap e10: 1 total, 0 up, 1 in 2024-01-13T07:51:40.121 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:38.868297+0000 mon.smithi078 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:40.122 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:39.210395+0000 mon.smithi177 (mon.1) 5 : audit [INF] from='client.? 172.21.15.177:0/220107270' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:40.122 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:39.210522+0000 mon.smithi078 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:40.122 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:39.216123+0000 mon.smithi078 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:40.122 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: cluster 2024-01-13T07:51:39.216174+0000 mon.smithi078 (mon.0) 299 : cluster [DBG] osdmap e11: 0 total, 0 up, 0 in 2024-01-13T07:51:40.122 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:39 smithi078 bash[14106]: audit 2024-01-13T07:51:39.216393+0000 mon.smithi078 (mon.0) 300 : audit [DBG] from='client.? 172.21.15.78:0/1232130674' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:41.046 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:41.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:40 smithi078 bash[14106]: audit 2024-01-13T07:51:40.747926+0000 mon.smithi078 (mon.0) 301 : audit [INF] from='client.? 172.21.15.78:0/1720649895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84d1e3b4-97ed-4aea-8194-dbcf922633d0"}]: dispatch 2024-01-13T07:51:41.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:40 smithi078 bash[14106]: audit 2024-01-13T07:51:40.755358+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='client.? 172.21.15.78:0/1720649895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84d1e3b4-97ed-4aea-8194-dbcf922633d0"}]': finished 2024-01-13T07:51:41.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:40 smithi078 bash[14106]: cluster 2024-01-13T07:51:40.755470+0000 mon.smithi078 (mon.0) 303 : cluster [DBG] osdmap e12: 1 total, 0 up, 1 in 2024-01-13T07:51:41.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:40 smithi078 bash[14106]: audit 2024-01-13T07:51:40.755759+0000 mon.smithi078 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:41.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:40 smithi177 bash[18353]: audit 2024-01-13T07:51:40.747926+0000 mon.smithi078 (mon.0) 301 : audit [INF] from='client.? 172.21.15.78:0/1720649895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84d1e3b4-97ed-4aea-8194-dbcf922633d0"}]: dispatch 2024-01-13T07:51:41.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:40 smithi177 bash[18353]: audit 2024-01-13T07:51:40.755358+0000 mon.smithi078 (mon.0) 302 : audit [INF] from='client.? 172.21.15.78:0/1720649895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84d1e3b4-97ed-4aea-8194-dbcf922633d0"}]': finished 2024-01-13T07:51:41.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:40 smithi177 bash[18353]: cluster 2024-01-13T07:51:40.755470+0000 mon.smithi078 (mon.0) 303 : cluster [DBG] osdmap e12: 1 total, 0 up, 1 in 2024-01-13T07:51:41.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:40 smithi177 bash[18353]: audit 2024-01-13T07:51:40.755759+0000 mon.smithi078 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:51:42.070 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: cluster 2024-01-13T07:51:39.923391+0000 mgr.smithi078.ejuxzq (mgr.14180) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: cephadm 2024-01-13T07:51:40.120835+0000 mgr.smithi078.ejuxzq (mgr.14180) 101 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:42.071 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:42.072 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:42.073 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:42.074 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:42.075 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:42.076 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: main() 2024-01-13T07:51:42.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:42.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:42.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: audit 2024-01-13T07:51:41.099828+0000 mon.smithi078 (mon.0) 305 : audit [INF] from='client.? 172.21.15.78:0/675195790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:42.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: audit 2024-01-13T07:51:41.106025+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='client.? 172.21.15.78:0/675195790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:42.079 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:41 smithi078 bash[14106]: cluster 2024-01-13T07:51:41.106111+0000 mon.smithi078 (mon.0) 307 : cluster [DBG] osdmap e13: 0 total, 0 up, 0 in 2024-01-13T07:51:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: cluster 2024-01-13T07:51:39.923391+0000 mgr.smithi078.ejuxzq (mgr.14180) 100 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: cephadm 2024-01-13T07:51:40.120835+0000 mgr.smithi078.ejuxzq (mgr.14180) 101 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:42.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:42.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:42.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:42.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:42.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: main() 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:42.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:42.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: audit 2024-01-13T07:51:41.099828+0000 mon.smithi078 (mon.0) 305 : audit [INF] from='client.? 172.21.15.78:0/675195790' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:51:42.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: audit 2024-01-13T07:51:41.106025+0000 mon.smithi078 (mon.0) 306 : audit [INF] from='client.? 172.21.15.78:0/675195790' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:51:42.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:41 smithi177 bash[18353]: cluster 2024-01-13T07:51:41.106111+0000 mon.smithi078 (mon.0) 307 : cluster [DBG] osdmap e13: 0 total, 0 up, 0 in 2024-01-13T07:51:43.087 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:42 smithi078 bash[14106]: cluster 2024-01-13T07:51:42.811588+0000 mon.smithi078 (mon.0) 308 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:51:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:42 smithi177 bash[18353]: cluster 2024-01-13T07:51:42.811588+0000 mon.smithi078 (mon.0) 308 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: cluster 2024-01-13T07:51:41.923881+0000 mgr.smithi078.ejuxzq (mgr.14180) 102 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: cephadm 2024-01-13T07:51:42.803651+0000 mgr.smithi078.ejuxzq (mgr.14180) 103 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpzpnae6ec:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5kn3ko03:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 84d1e3b4-97ed-4aea-8194-dbcf922633d0 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: main() 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpzpnae6ec:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5kn3ko03:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: cephadm 2024-01-13T07:51:42.805670+0000 mgr.smithi078.ejuxzq (mgr.14180) 104 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: placement: 2024-01-13T07:51:44.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: spec: 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: data_devices: 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: all: true 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: main() 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:44.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:51:44.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:51:44.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: raise self._value 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:44.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:44.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: main() 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:51:44.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:43 smithi078 bash[14106]: cluster 2024-01-13T07:51:42.806518+0000 mgr.smithi078.ejuxzq (mgr.14180) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:44.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: cluster 2024-01-13T07:51:41.923881+0000 mgr.smithi078.ejuxzq (mgr.14180) 102 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: cephadm 2024-01-13T07:51:42.803651+0000 mgr.smithi078.ejuxzq (mgr.14180) 103 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpzpnae6ec:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5kn3ko03:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 84d1e3b4-97ed-4aea-8194-dbcf922633d0 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: main() 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpzpnae6ec:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5kn3ko03:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: cephadm 2024-01-13T07:51:42.805670+0000 mgr.smithi078.ejuxzq (mgr.14180) 104 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: placement: 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: spec: 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: data_devices: 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: all: true 2024-01-13T07:51:44.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: main() 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:51:44.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: raise self._value 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:51:44.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new d45934da-0bbd-40ea-847b-677809a57a77 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:51:44.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:51:44.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:51:44.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:51:44.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: main() 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:51:44.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:51:44.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaeo9mkil:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpi9xby34h:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:51:44.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:43 smithi177 bash[18353]: cluster 2024-01-13T07:51:42.806518+0000 mgr.smithi078.ejuxzq (mgr.14180) 105 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:45.184 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:45.946 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:46.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:45 smithi078 bash[14106]: cluster 2024-01-13T07:51:44.807394+0000 mgr.smithi078.ejuxzq (mgr.14180) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:46.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:45 smithi078 bash[14106]: audit 2024-01-13T07:51:45.184499+0000 mon.smithi078 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.78:0/3046633618' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:46.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:45 smithi177 bash[18353]: cluster 2024-01-13T07:51:44.807394+0000 mgr.smithi078.ejuxzq (mgr.14180) 106 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:46.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:45 smithi177 bash[18353]: audit 2024-01-13T07:51:45.184499+0000 mon.smithi078 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.78:0/3046633618' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:46.947 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:48.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:47 smithi078 bash[14106]: cluster 2024-01-13T07:51:46.808441+0000 mgr.smithi078.ejuxzq (mgr.14180) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:48.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:47 smithi177 bash[18353]: cluster 2024-01-13T07:51:46.808441+0000 mgr.smithi078.ejuxzq (mgr.14180) 107 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:50.078 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:50.105 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:49 smithi078 bash[14106]: cluster 2024-01-13T07:51:48.809470+0000 mgr.smithi078.ejuxzq (mgr.14180) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:50.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:49 smithi177 bash[18353]: cluster 2024-01-13T07:51:48.809470+0000 mgr.smithi078.ejuxzq (mgr.14180) 108 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:50.843 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:51.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:50 smithi078 bash[14106]: audit 2024-01-13T07:51:50.078090+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.78:0/946857672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:51.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:50 smithi177 bash[18353]: audit 2024-01-13T07:51:50.078090+0000 mon.smithi078 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.78:0/946857672' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:51.843 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:52.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:51 smithi078 bash[14106]: cluster 2024-01-13T07:51:50.810470+0000 mgr.smithi078.ejuxzq (mgr.14180) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:52.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:51 smithi177 bash[18353]: cluster 2024-01-13T07:51:50.810470+0000 mgr.smithi078.ejuxzq (mgr.14180) 109 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:54.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:53 smithi177 bash[18353]: audit 2024-01-13T07:51:52.740304+0000 mon.smithi078 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:54.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:53 smithi177 bash[18353]: cluster 2024-01-13T07:51:52.811500+0000 mgr.smithi078.ejuxzq (mgr.14180) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:54.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:53 smithi078 bash[14106]: audit 2024-01-13T07:51:52.740304+0000 mon.smithi078 (mon.0) 311 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:51:54.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:53 smithi078 bash[14106]: cluster 2024-01-13T07:51:52.811500+0000 mgr.smithi078.ejuxzq (mgr.14180) 110 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:54.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:51:55.668 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:51:56.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:55 smithi078 bash[14106]: cluster 2024-01-13T07:51:54.812087+0000 mgr.smithi078.ejuxzq (mgr.14180) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:56.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:55 smithi078 bash[14106]: audit 2024-01-13T07:51:54.911474+0000 mon.smithi078 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.78:0/102384232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:55 smithi177 bash[18353]: cluster 2024-01-13T07:51:54.812087+0000 mgr.smithi078.ejuxzq (mgr.14180) 111 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:55 smithi177 bash[18353]: audit 2024-01-13T07:51:54.911474+0000 mon.smithi078 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.78:0/102384232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:51:56.673 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:51:58.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:57 smithi078 bash[14106]: cluster 2024-01-13T07:51:56.812680+0000 mgr.smithi078.ejuxzq (mgr.14180) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:58.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:57 smithi177 bash[18353]: cluster 2024-01-13T07:51:56.812680+0000 mgr.smithi078.ejuxzq (mgr.14180) 112 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:51:59.808 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:00.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:59 smithi078 bash[14106]: cluster 2024-01-13T07:51:58.813710+0000 mgr.smithi078.ejuxzq (mgr.14180) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:00.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:51:59 smithi078 bash[14106]: audit 2024-01-13T07:51:59.808686+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.78:0/4163665399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:00.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:59 smithi177 bash[18353]: cluster 2024-01-13T07:51:58.813710+0000 mgr.smithi078.ejuxzq (mgr.14180) 113 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:00.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:51:59 smithi177 bash[18353]: audit 2024-01-13T07:51:59.808686+0000 mon.smithi078 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.78:0/4163665399' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:00.616 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:01.617 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:02.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:01 smithi078 bash[14106]: cluster 2024-01-13T07:52:00.814725+0000 mgr.smithi078.ejuxzq (mgr.14180) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:01 smithi177 bash[18353]: cluster 2024-01-13T07:52:00.814725+0000 mgr.smithi078.ejuxzq (mgr.14180) 114 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:03.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:03 smithi078 bash[14106]: cluster 2024-01-13T07:52:02.815395+0000 mgr.smithi078.ejuxzq (mgr.14180) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:04.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:03 smithi177 bash[18353]: cluster 2024-01-13T07:52:02.815395+0000 mgr.smithi078.ejuxzq (mgr.14180) 115 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:04.833 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:05.551 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:06.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:05 smithi078 bash[14106]: cluster 2024-01-13T07:52:04.816303+0000 mgr.smithi078.ejuxzq (mgr.14180) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:06.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:05 smithi078 bash[14106]: audit 2024-01-13T07:52:04.833759+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/1380886387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:06.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:05 smithi177 bash[18353]: cluster 2024-01-13T07:52:04.816303+0000 mgr.smithi078.ejuxzq (mgr.14180) 116 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:06.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:05 smithi177 bash[18353]: audit 2024-01-13T07:52:04.833759+0000 mon.smithi078 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.78:0/1380886387' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:06.552 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:08.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:07 smithi078 bash[14106]: cluster 2024-01-13T07:52:06.817357+0000 mgr.smithi078.ejuxzq (mgr.14180) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:07 smithi177 bash[18353]: cluster 2024-01-13T07:52:06.817357+0000 mgr.smithi078.ejuxzq (mgr.14180) 117 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:09.739 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:10.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:09 smithi078 bash[14106]: cluster 2024-01-13T07:52:08.817917+0000 mgr.smithi078.ejuxzq (mgr.14180) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:10.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:09 smithi078 bash[14106]: audit 2024-01-13T07:52:09.739684+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.78:0/1170985270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:10.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:09 smithi177 bash[18353]: cluster 2024-01-13T07:52:08.817917+0000 mgr.smithi078.ejuxzq (mgr.14180) 118 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:10.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:09 smithi177 bash[18353]: audit 2024-01-13T07:52:09.739684+0000 mon.smithi078 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.78:0/1170985270' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:10.519 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:11.520 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:12.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:11 smithi078 bash[14106]: cluster 2024-01-13T07:52:10.818921+0000 mgr.smithi078.ejuxzq (mgr.14180) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:12.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:11 smithi177 bash[18353]: cluster 2024-01-13T07:52:10.818921+0000 mgr.smithi078.ejuxzq (mgr.14180) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:14.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:13 smithi078 bash[14106]: cluster 2024-01-13T07:52:12.819875+0000 mgr.smithi078.ejuxzq (mgr.14180) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:13 smithi177 bash[18353]: cluster 2024-01-13T07:52:12.819875+0000 mgr.smithi078.ejuxzq (mgr.14180) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:14.731 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:15.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:14 smithi078 bash[14106]: audit 2024-01-13T07:52:14.731115+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.78:0/1853360558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:15.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:14 smithi177 bash[18353]: audit 2024-01-13T07:52:14.731115+0000 mon.smithi078 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.78:0/1853360558' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:15.529 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:16.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:15 smithi078 bash[14106]: cluster 2024-01-13T07:52:14.820757+0000 mgr.smithi078.ejuxzq (mgr.14180) 121 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:15 smithi177 bash[18353]: cluster 2024-01-13T07:52:14.820757+0000 mgr.smithi078.ejuxzq (mgr.14180) 121 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:16.531 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:17.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:16 smithi078 bash[14106]: cluster 2024-01-13T07:52:16.821759+0000 mgr.smithi078.ejuxzq (mgr.14180) 122 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:17.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:16 smithi177 bash[18353]: cluster 2024-01-13T07:52:16.821759+0000 mgr.smithi078.ejuxzq (mgr.14180) 122 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:19.767 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:20.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:19 smithi078 bash[14106]: cluster 2024-01-13T07:52:18.822715+0000 mgr.smithi078.ejuxzq (mgr.14180) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:20.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:19 smithi078 bash[14106]: audit 2024-01-13T07:52:19.766804+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.78:0/378824767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:20.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:19 smithi177 bash[18353]: cluster 2024-01-13T07:52:18.822715+0000 mgr.smithi078.ejuxzq (mgr.14180) 123 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:20.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:19 smithi177 bash[18353]: audit 2024-01-13T07:52:19.766804+0000 mon.smithi078 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.78:0/378824767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:20.510 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:21.511 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:22.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:21 smithi078 bash[14106]: cluster 2024-01-13T07:52:20.823705+0000 mgr.smithi078.ejuxzq (mgr.14180) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:22.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:21 smithi177 bash[18353]: cluster 2024-01-13T07:52:20.823705+0000 mgr.smithi078.ejuxzq (mgr.14180) 124 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:24.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:23 smithi078 bash[14106]: cluster 2024-01-13T07:52:22.824474+0000 mgr.smithi078.ejuxzq (mgr.14180) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:24.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:23 smithi177 bash[18353]: cluster 2024-01-13T07:52:22.824474+0000 mgr.smithi078.ejuxzq (mgr.14180) 125 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:24.921 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:25.749 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:26.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:25 smithi078 bash[14106]: cluster 2024-01-13T07:52:24.825456+0000 mgr.smithi078.ejuxzq (mgr.14180) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:25 smithi078 bash[14106]: audit 2024-01-13T07:52:24.921120+0000 mon.smithi078 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.78:0/242490899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:26.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:25 smithi177 bash[18353]: cluster 2024-01-13T07:52:24.825456+0000 mgr.smithi078.ejuxzq (mgr.14180) 126 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:26.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:25 smithi177 bash[18353]: audit 2024-01-13T07:52:24.921120+0000 mon.smithi078 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.78:0/242490899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:26.750 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:28.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:27 smithi078 bash[14106]: cluster 2024-01-13T07:52:26.826571+0000 mgr.smithi078.ejuxzq (mgr.14180) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:28.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:27 smithi177 bash[18353]: cluster 2024-01-13T07:52:26.826571+0000 mgr.smithi078.ejuxzq (mgr.14180) 127 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:29.943 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:30.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:29 smithi078 bash[14106]: cluster 2024-01-13T07:52:28.827688+0000 mgr.smithi078.ejuxzq (mgr.14180) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:29 smithi177 bash[18353]: cluster 2024-01-13T07:52:28.827688+0000 mgr.smithi078.ejuxzq (mgr.14180) 128 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:30.773 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:31.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:30 smithi078 bash[14106]: audit 2024-01-13T07:52:29.942850+0000 mon.smithi078 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.78:0/1459686104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:30 smithi177 bash[18353]: audit 2024-01-13T07:52:29.942850+0000 mon.smithi078 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.78:0/1459686104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:31.774 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:32.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:31 smithi078 bash[14106]: cluster 2024-01-13T07:52:30.828775+0000 mgr.smithi078.ejuxzq (mgr.14180) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:32.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:31 smithi177 bash[18353]: cluster 2024-01-13T07:52:30.828775+0000 mgr.smithi078.ejuxzq (mgr.14180) 129 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:33.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:32 smithi078 bash[14106]: cluster 2024-01-13T07:52:32.829769+0000 mgr.smithi078.ejuxzq (mgr.14180) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:33.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:32 smithi177 bash[18353]: cluster 2024-01-13T07:52:32.829769+0000 mgr.smithi078.ejuxzq (mgr.14180) 130 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:34.918 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:35.697 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:36.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:35 smithi078 bash[14106]: cluster 2024-01-13T07:52:34.830777+0000 mgr.smithi078.ejuxzq (mgr.14180) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:36.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:35 smithi078 bash[14106]: audit 2024-01-13T07:52:34.917890+0000 mon.smithi078 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.78:0/3057574282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:36.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:35 smithi177 bash[18353]: cluster 2024-01-13T07:52:34.830777+0000 mgr.smithi078.ejuxzq (mgr.14180) 131 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:36.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:35 smithi177 bash[18353]: audit 2024-01-13T07:52:34.917890+0000 mon.smithi078 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.78:0/3057574282' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:36.698 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:38.078 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:37 smithi078 bash[14106]: cluster 2024-01-13T07:52:36.831423+0000 mgr.smithi078.ejuxzq (mgr.14180) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:38.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:37 smithi177 bash[18353]: cluster 2024-01-13T07:52:36.831423+0000 mgr.smithi078.ejuxzq (mgr.14180) 132 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:39.809 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:40.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:39 smithi078 bash[14106]: cluster 2024-01-13T07:52:38.832414+0000 mgr.smithi078.ejuxzq (mgr.14180) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:40.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:39 smithi078 bash[14106]: audit 2024-01-13T07:52:39.809485+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.78:0/1077205039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:39 smithi177 bash[18353]: cluster 2024-01-13T07:52:38.832414+0000 mgr.smithi078.ejuxzq (mgr.14180) 133 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:39 smithi177 bash[18353]: audit 2024-01-13T07:52:39.809485+0000 mon.smithi078 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.78:0/1077205039' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:40.622 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:41.624 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:42.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:41 smithi078 bash[14106]: cluster 2024-01-13T07:52:40.833441+0000 mgr.smithi078.ejuxzq (mgr.14180) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:41 smithi177 bash[18353]: cluster 2024-01-13T07:52:40.833441+0000 mgr.smithi078.ejuxzq (mgr.14180) 134 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:43.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:42 smithi078 bash[14106]: audit 2024-01-13T07:52:42.809024+0000 mon.smithi078 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:52:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:42 smithi177 bash[18353]: audit 2024-01-13T07:52:42.809024+0000 mon.smithi078 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:52:44.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:43 smithi177 bash[18353]: cluster 2024-01-13T07:52:42.834191+0000 mgr.smithi078.ejuxzq (mgr.14180) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:44.347 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:43 smithi078 bash[14106]: cluster 2024-01-13T07:52:42.834191+0000 mgr.smithi078.ejuxzq (mgr.14180) 135 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:44.745 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:45.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:44 smithi078 bash[14106]: audit 2024-01-13T07:52:44.745183+0000 mon.smithi078 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.78:0/3053785105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:45.036 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:44 smithi078 bash[14106]: cluster 2024-01-13T07:52:44.835151+0000 mgr.smithi078.ejuxzq (mgr.14180) 136 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:45.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:44 smithi177 bash[18353]: audit 2024-01-13T07:52:44.745183+0000 mon.smithi078 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.78:0/3053785105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:45.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:44 smithi177 bash[18353]: cluster 2024-01-13T07:52:44.835151+0000 mgr.smithi078.ejuxzq (mgr.14180) 136 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:45.562 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:46.563 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:48.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:47 smithi078 bash[14106]: cluster 2024-01-13T07:52:46.836163+0000 mgr.smithi078.ejuxzq (mgr.14180) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:48.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:47 smithi177 bash[18353]: cluster 2024-01-13T07:52:46.836163+0000 mgr.smithi078.ejuxzq (mgr.14180) 137 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:49.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:49 smithi078 bash[14106]: audit 2024-01-13T07:52:48.053332+0000 mon.smithi078 (mon.0) 324 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:49.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:49 smithi078 bash[14106]: cluster 2024-01-13T07:52:48.836765+0000 mgr.smithi078.ejuxzq (mgr.14180) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:49.321 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:49 smithi078 bash[14106]: audit 2024-01-13T07:52:48.977191+0000 mon.smithi078 (mon.0) 325 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:49.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:49 smithi177 bash[18353]: audit 2024-01-13T07:52:48.053332+0000 mon.smithi078 (mon.0) 324 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:49.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:49 smithi177 bash[18353]: cluster 2024-01-13T07:52:48.836765+0000 mgr.smithi078.ejuxzq (mgr.14180) 138 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:49.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:49 smithi177 bash[18353]: audit 2024-01-13T07:52:48.977191+0000 mon.smithi078 (mon.0) 325 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:49.663 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.257144+0000 mon.smithi078 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.258410+0000 mon.smithi078 (mon.0) 327 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.266028+0000 mon.smithi078 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: cluster 2024-01-13T07:52:49.266614+0000 mgr.smithi078.ejuxzq (mgr.14180) 139 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.270974+0000 mon.smithi078 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.275285+0000 mon.smithi078 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.276401+0000 mon.smithi078 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:52:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.276856+0000 mon.smithi078 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.277592+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:50 smithi078 bash[14106]: audit 2024-01-13T07:52:49.662904+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.78:0/1864583014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:50.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.257144+0000 mon.smithi078 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.258410+0000 mon.smithi078 (mon.0) 327 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.266028+0000 mon.smithi078 (mon.0) 328 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: cluster 2024-01-13T07:52:49.266614+0000 mgr.smithi078.ejuxzq (mgr.14180) 139 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.270974+0000 mon.smithi078 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.275285+0000 mon.smithi078 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.276401+0000 mon.smithi078 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.276856+0000 mon.smithi078 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.277592+0000 mon.smithi078 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:52:50.514 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:50 smithi177 bash[18353]: audit 2024-01-13T07:52:49.662904+0000 mon.smithi078 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.78:0/1864583014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:50.526 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:51 smithi078 bash[14106]: cluster 2024-01-13T07:52:50.262476+0000 mon.smithi078 (mon.0) 335 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:52:51.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:51 smithi078 bash[14106]: cluster 2024-01-13T07:52:50.262525+0000 mon.smithi078 (mon.0) 336 : cluster [INF] Cluster is now healthy 2024-01-13T07:52:51.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:51 smithi177 bash[18353]: cluster 2024-01-13T07:52:50.262476+0000 mon.smithi078 (mon.0) 335 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:52:51.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:51 smithi177 bash[18353]: cluster 2024-01-13T07:52:50.262525+0000 mon.smithi078 (mon.0) 336 : cluster [INF] Cluster is now healthy 2024-01-13T07:52:51.528 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:52.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:52 smithi078 bash[14106]: cluster 2024-01-13T07:52:51.267032+0000 mgr.smithi078.ejuxzq (mgr.14180) 140 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:52.513 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:52 smithi177 bash[18353]: cluster 2024-01-13T07:52:51.267032+0000 mgr.smithi078.ejuxzq (mgr.14180) 140 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:53.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:53 smithi078 bash[14106]: audit 2024-01-13T07:52:52.741688+0000 mon.smithi078 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:54.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:53 smithi177 bash[18353]: audit 2024-01-13T07:52:52.741688+0000 mon.smithi078 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:52:55.002 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:54 smithi078 bash[14106]: cluster 2024-01-13T07:52:53.267419+0000 mgr.smithi078.ejuxzq (mgr.14180) 141 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:55.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:54 smithi177 bash[18353]: cluster 2024-01-13T07:52:53.267419+0000 mgr.smithi078.ejuxzq (mgr.14180) 141 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:55.334 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:52:55.927 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:55 smithi078 bash[14106]: audit 2024-01-13T07:52:55.334652+0000 mon.smithi078 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.78:0/3003485310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:56.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:55 smithi177 bash[18353]: audit 2024-01-13T07:52:55.334652+0000 mon.smithi078 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.78:0/3003485310' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:52:56.654 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":13,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:52:56.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:56 smithi078 bash[14106]: cluster 2024-01-13T07:52:55.267627+0000 mgr.smithi078.ejuxzq (mgr.14180) 142 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:57.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:56 smithi177 bash[18353]: cluster 2024-01-13T07:52:55.267627+0000 mgr.smithi078.ejuxzq (mgr.14180) 142 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:57.655 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:52:59.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: cluster 2024-01-13T07:52:57.267949+0000 mgr.smithi078.ejuxzq (mgr.14180) 143 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:59.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.123206+0000 mon.smithi078 (mon.0) 339 : audit [INF] from='client.? 172.21.15.177:0/1166129290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561"}]: dispatch 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.130023+0000 mon.smithi078 (mon.0) 340 : audit [INF] from='client.? 172.21.15.177:0/1166129290' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561"}]': finished 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: cluster 2024-01-13T07:52:58.130085+0000 mon.smithi078 (mon.0) 341 : cluster [DBG] osdmap e14: 1 total, 0 up, 1 in 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.130241+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.473383+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/444096742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.473675+0000 mon.smithi078 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: audit 2024-01-13T07:52:58.481084+0000 mon.smithi078 (mon.0) 344 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:52:59.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:58 smithi177 bash[18353]: cluster 2024-01-13T07:52:58.481176+0000 mon.smithi078 (mon.0) 345 : cluster [DBG] osdmap e15: 0 total, 0 up, 0 in 2024-01-13T07:52:59.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: cluster 2024-01-13T07:52:57.267949+0000 mgr.smithi078.ejuxzq (mgr.14180) 143 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.123206+0000 mon.smithi078 (mon.0) 339 : audit [INF] from='client.? 172.21.15.177:0/1166129290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561"}]: dispatch 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.130023+0000 mon.smithi078 (mon.0) 340 : audit [INF] from='client.? 172.21.15.177:0/1166129290' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561"}]': finished 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: cluster 2024-01-13T07:52:58.130085+0000 mon.smithi078 (mon.0) 341 : cluster [DBG] osdmap e14: 1 total, 0 up, 1 in 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.130241+0000 mon.smithi078 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.473383+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/444096742' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.473675+0000 mon.smithi078 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: audit 2024-01-13T07:52:58.481084+0000 mon.smithi078 (mon.0) 344 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:52:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:58 smithi078 bash[14106]: cluster 2024-01-13T07:52:58.481176+0000 mon.smithi078 (mon.0) 345 : cluster [DBG] osdmap e15: 0 total, 0 up, 0 in 2024-01-13T07:52:59.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: audit 2024-01-13T07:52:59.146602+0000 mon.smithi078 (mon.0) 346 : audit [INF] from='client.? 172.21.15.78:0/1053787040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cedd510-37e1-4848-a2d1-c94c8b76b5f1"}]: dispatch 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: audit 2024-01-13T07:52:59.152884+0000 mon.smithi078 (mon.0) 347 : audit [INF] from='client.? 172.21.15.78:0/1053787040' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cedd510-37e1-4848-a2d1-c94c8b76b5f1"}]': finished 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: cluster 2024-01-13T07:52:59.152983+0000 mon.smithi078 (mon.0) 348 : cluster [DBG] osdmap e16: 1 total, 0 up, 1 in 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: audit 2024-01-13T07:52:59.153097+0000 mon.smithi078 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: audit 2024-01-13T07:52:59.479039+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='client.? 172.21.15.78:0/642202695' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: audit 2024-01-13T07:52:59.486359+0000 mon.smithi078 (mon.0) 351 : audit [INF] from='client.? 172.21.15.78:0/642202695' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:52:59.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:52:59 smithi078 bash[14106]: cluster 2024-01-13T07:52:59.486463+0000 mon.smithi078 (mon.0) 352 : cluster [DBG] osdmap e17: 0 total, 0 up, 0 in 2024-01-13T07:53:00.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: audit 2024-01-13T07:52:59.146602+0000 mon.smithi078 (mon.0) 346 : audit [INF] from='client.? 172.21.15.78:0/1053787040' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cedd510-37e1-4848-a2d1-c94c8b76b5f1"}]: dispatch 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: audit 2024-01-13T07:52:59.152884+0000 mon.smithi078 (mon.0) 347 : audit [INF] from='client.? 172.21.15.78:0/1053787040' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cedd510-37e1-4848-a2d1-c94c8b76b5f1"}]': finished 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: cluster 2024-01-13T07:52:59.152983+0000 mon.smithi078 (mon.0) 348 : cluster [DBG] osdmap e16: 1 total, 0 up, 1 in 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: audit 2024-01-13T07:52:59.153097+0000 mon.smithi078 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: audit 2024-01-13T07:52:59.479039+0000 mon.smithi078 (mon.0) 350 : audit [INF] from='client.? 172.21.15.78:0/642202695' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: audit 2024-01-13T07:52:59.486359+0000 mon.smithi078 (mon.0) 351 : audit [INF] from='client.? 172.21.15.78:0/642202695' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:53:00.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:52:59 smithi177 bash[18353]: cluster 2024-01-13T07:52:59.486463+0000 mon.smithi078 (mon.0) 352 : cluster [DBG] osdmap e17: 0 total, 0 up, 0 in 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: cluster 2024-01-13T07:52:59.268357+0000 mgr.smithi078.ejuxzq (mgr.14180) 144 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: cephadm 2024-01-13T07:52:59.410843+0000 mgr.smithi078.ejuxzq (mgr.14180) 145 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:01.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:01.114 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.114 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.114 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:01.114 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:01.114 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:01.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.116 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:01.117 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: main() 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:53:01.118 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:01.119 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:00 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: cluster 2024-01-13T07:52:59.268357+0000 mgr.smithi078.ejuxzq (mgr.14180) 144 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: cephadm 2024-01-13T07:52:59.410843+0000 mgr.smithi078.ejuxzq (mgr.14180) 145 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: main() 2024-01-13T07:53:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:00 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:01.600 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:01.891 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:01 smithi078 bash[14106]: audit 2024-01-13T07:53:01.600645+0000 mon.smithi078 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.78:0/1462553900' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:01 smithi177 bash[18353]: audit 2024-01-13T07:53:01.600645+0000 mon.smithi078 (mon.0) 353 : audit [DBG] from='client.? 172.21.15.78:0/1462553900' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:02.476 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: cephadm 2024-01-13T07:53:00.976986+0000 mgr.smithi078.ejuxzq (mgr.14180) 146 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:03.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmps_7u4gdy:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4io9mv9c:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 7cedd510-37e1-4848-a2d1-c94c8b76b5f1 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: main() 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:53:03.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmps_7u4gdy:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4io9mv9c:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: cephadm 2024-01-13T07:53:00.980780+0000 mgr.smithi078.ejuxzq (mgr.14180) 147 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: placement: 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: spec: 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: data_devices: 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: all: true 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: main() 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:53:03.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: raise self._value 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:53:03.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: main() 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:53:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: cluster 2024-01-13T07:53:00.982064+0000 mgr.smithi078.ejuxzq (mgr.14180) 148 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:02 smithi078 bash[14106]: cluster 2024-01-13T07:53:01.833426+0000 mon.smithi078 (mon.0) 354 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: cephadm 2024-01-13T07:53:00.976986+0000 mgr.smithi078.ejuxzq (mgr.14180) 146 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmps_7u4gdy:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4io9mv9c:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 7cedd510-37e1-4848-a2d1-c94c8b76b5f1 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: main() 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmps_7u4gdy:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4io9mv9c:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: cephadm 2024-01-13T07:53:00.980780+0000 mgr.smithi078.ejuxzq (mgr.14180) 147 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: placement: 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: spec: 2024-01-13T07:53:03.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: data_devices: 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: all: true 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: main() 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: raise self._value 2024-01-13T07:53:03.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:53:03.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 0f38f1a9-6e4a-4c64-a2e5-e79ae0c59561 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:53:03.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:53:03.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:53:03.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:53:03.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: main() 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:53:03.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnd5uekdt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpstryfkrf:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: cluster 2024-01-13T07:53:00.982064+0000 mgr.smithi078.ejuxzq (mgr.14180) 148 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:03.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:02 smithi177 bash[18353]: cluster 2024-01-13T07:53:01.833426+0000 mon.smithi078 (mon.0) 354 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:53:03.477 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:05.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:04 smithi078 bash[14106]: cluster 2024-01-13T07:53:02.982979+0000 mgr.smithi078.ejuxzq (mgr.14180) 149 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:05.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:04 smithi177 bash[18353]: cluster 2024-01-13T07:53:02.982979+0000 mgr.smithi078.ejuxzq (mgr.14180) 149 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:06.638 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:06 smithi078 bash[14106]: cluster 2024-01-13T07:53:04.983874+0000 mgr.smithi078.ejuxzq (mgr.14180) 150 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:06 smithi078 bash[14106]: audit 2024-01-13T07:53:06.638390+0000 mon.smithi078 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.78:0/1841643752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:06 smithi177 bash[18353]: cluster 2024-01-13T07:53:04.983874+0000 mgr.smithi078.ejuxzq (mgr.14180) 150 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:06 smithi177 bash[18353]: audit 2024-01-13T07:53:06.638390+0000 mon.smithi078 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.78:0/1841643752' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:07.347 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:08.348 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:08.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:08 smithi078 bash[14106]: cluster 2024-01-13T07:53:06.984900+0000 mgr.smithi078.ejuxzq (mgr.14180) 151 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:08.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:08 smithi078 bash[14106]: audit 2024-01-13T07:53:07.741844+0000 mon.smithi078 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:53:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:08 smithi177 bash[18353]: cluster 2024-01-13T07:53:06.984900+0000 mgr.smithi078.ejuxzq (mgr.14180) 151 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:08 smithi177 bash[18353]: audit 2024-01-13T07:53:07.741844+0000 mon.smithi078 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:53:11.077 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:10 smithi078 bash[14106]: cluster 2024-01-13T07:53:08.985959+0000 mgr.smithi078.ejuxzq (mgr.14180) 152 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:11.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:10 smithi177 bash[18353]: cluster 2024-01-13T07:53:08.985959+0000 mgr.smithi078.ejuxzq (mgr.14180) 152 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:11.477 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:12.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:11 smithi078 bash[14106]: audit 2024-01-13T07:53:11.477604+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.78:0/3875233751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:12.234 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:12.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:11 smithi177 bash[18353]: audit 2024-01-13T07:53:11.477604+0000 mon.smithi078 (mon.0) 357 : audit [DBG] from='client.? 172.21.15.78:0/3875233751' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:13.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:12 smithi078 bash[14106]: cluster 2024-01-13T07:53:10.986933+0000 mgr.smithi078.ejuxzq (mgr.14180) 153 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:13.235 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:12 smithi177 bash[18353]: cluster 2024-01-13T07:53:10.986933+0000 mgr.smithi078.ejuxzq (mgr.14180) 153 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:14.903 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:14 smithi078 bash[14106]: cluster 2024-01-13T07:53:12.987941+0000 mgr.smithi078.ejuxzq (mgr.14180) 154 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:15.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:14 smithi177 bash[18353]: cluster 2024-01-13T07:53:12.987941+0000 mgr.smithi078.ejuxzq (mgr.14180) 154 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:16.314 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:17.033 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:17.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:16 smithi078 bash[14106]: cluster 2024-01-13T07:53:14.988488+0000 mgr.smithi078.ejuxzq (mgr.14180) 155 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:16 smithi078 bash[14106]: audit 2024-01-13T07:53:16.314602+0000 mon.smithi078 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.78:0/1979429225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:17.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:16 smithi177 bash[18353]: cluster 2024-01-13T07:53:14.988488+0000 mgr.smithi078.ejuxzq (mgr.14180) 155 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:17.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:16 smithi177 bash[18353]: audit 2024-01-13T07:53:16.314602+0000 mon.smithi078 (mon.0) 358 : audit [DBG] from='client.? 172.21.15.78:0/1979429225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:18.034 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:19.110 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:18 smithi078 bash[14106]: cluster 2024-01-13T07:53:16.989224+0000 mgr.smithi078.ejuxzq (mgr.14180) 156 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:19.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:18 smithi177 bash[18353]: cluster 2024-01-13T07:53:16.989224+0000 mgr.smithi078.ejuxzq (mgr.14180) 156 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:21.058 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:21.090 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:20 smithi078 bash[14106]: cluster 2024-01-13T07:53:18.989927+0000 mgr.smithi078.ejuxzq (mgr.14180) 157 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:20 smithi177 bash[18353]: cluster 2024-01-13T07:53:18.989927+0000 mgr.smithi078.ejuxzq (mgr.14180) 157 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:21.853 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:22.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:21 smithi078 bash[14106]: audit 2024-01-13T07:53:21.057970+0000 mon.smithi078 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.78:0/1860199492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:22.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:21 smithi177 bash[18353]: audit 2024-01-13T07:53:21.057970+0000 mon.smithi078 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.78:0/1860199492' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:22.854 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:23.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:22 smithi078 bash[14106]: cluster 2024-01-13T07:53:20.990908+0000 mgr.smithi078.ejuxzq (mgr.14180) 158 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:22 smithi177 bash[18353]: cluster 2024-01-13T07:53:20.990908+0000 mgr.smithi078.ejuxzq (mgr.14180) 158 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:25.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:24 smithi078 bash[14106]: cluster 2024-01-13T07:53:22.991505+0000 mgr.smithi078.ejuxzq (mgr.14180) 159 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:25.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:24 smithi177 bash[18353]: cluster 2024-01-13T07:53:22.991505+0000 mgr.smithi078.ejuxzq (mgr.14180) 159 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:25.886 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:26.617 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:27.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:26 smithi078 bash[14106]: cluster 2024-01-13T07:53:24.992244+0000 mgr.smithi078.ejuxzq (mgr.14180) 160 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:27.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:26 smithi078 bash[14106]: audit 2024-01-13T07:53:25.886605+0000 mon.smithi078 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.78:0/1264215871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:26 smithi177 bash[18353]: cluster 2024-01-13T07:53:24.992244+0000 mgr.smithi078.ejuxzq (mgr.14180) 160 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:26 smithi177 bash[18353]: audit 2024-01-13T07:53:25.886605+0000 mon.smithi078 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.78:0/1264215871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:27.618 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:29.104 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:28 smithi078 bash[14106]: cluster 2024-01-13T07:53:26.993148+0000 mgr.smithi078.ejuxzq (mgr.14180) 161 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:28 smithi177 bash[18353]: cluster 2024-01-13T07:53:26.993148+0000 mgr.smithi078.ejuxzq (mgr.14180) 161 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:30.790 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:31.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:30 smithi078 bash[14106]: cluster 2024-01-13T07:53:28.994029+0000 mgr.smithi078.ejuxzq (mgr.14180) 162 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:31.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:30 smithi078 bash[14106]: audit 2024-01-13T07:53:30.790218+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.78:0/2397736273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:30 smithi177 bash[18353]: cluster 2024-01-13T07:53:28.994029+0000 mgr.smithi078.ejuxzq (mgr.14180) 162 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:30 smithi177 bash[18353]: audit 2024-01-13T07:53:30.790218+0000 mon.smithi078 (mon.0) 361 : audit [DBG] from='client.? 172.21.15.78:0/2397736273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:31.624 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:32.625 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:33.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:32 smithi177 bash[18353]: cluster 2024-01-13T07:53:30.995055+0000 mgr.smithi078.ejuxzq (mgr.14180) 163 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:33.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:32 smithi078 bash[14106]: cluster 2024-01-13T07:53:30.995055+0000 mgr.smithi078.ejuxzq (mgr.14180) 163 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:35.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:34 smithi177 bash[18353]: cluster 2024-01-13T07:53:32.996041+0000 mgr.smithi078.ejuxzq (mgr.14180) 164 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:35.349 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:34 smithi078 bash[14106]: cluster 2024-01-13T07:53:32.996041+0000 mgr.smithi078.ejuxzq (mgr.14180) 164 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:35.727 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:36.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:35 smithi078 bash[14106]: audit 2024-01-13T07:53:35.727093+0000 mon.smithi078 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.78:0/1228061141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:36.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:35 smithi177 bash[18353]: audit 2024-01-13T07:53:35.727093+0000 mon.smithi078 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.78:0/1228061141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:36.475 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:37.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:36 smithi177 bash[18353]: cluster 2024-01-13T07:53:34.996579+0000 mgr.smithi078.ejuxzq (mgr.14180) 165 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:37.403 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:36 smithi078 bash[14106]: cluster 2024-01-13T07:53:34.996579+0000 mgr.smithi078.ejuxzq (mgr.14180) 165 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:37.476 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:38.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:37 smithi078 bash[14106]: cluster 2024-01-13T07:53:36.997533+0000 mgr.smithi078.ejuxzq (mgr.14180) 166 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:38.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:37 smithi177 bash[18353]: cluster 2024-01-13T07:53:36.997533+0000 mgr.smithi078.ejuxzq (mgr.14180) 166 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:40.699 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:41.110 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:40 smithi177 bash[18353]: cluster 2024-01-13T07:53:38.998159+0000 mgr.smithi078.ejuxzq (mgr.14180) 167 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:41.111 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:40 smithi177 bash[18353]: audit 2024-01-13T07:53:40.698801+0000 mon.smithi078 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.78:0/2448641212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:41.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:40 smithi078 bash[14106]: cluster 2024-01-13T07:53:38.998159+0000 mgr.smithi078.ejuxzq (mgr.14180) 167 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:41.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:40 smithi078 bash[14106]: audit 2024-01-13T07:53:40.698801+0000 mon.smithi078 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.78:0/2448641212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:41.460 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:42.461 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:43.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:42 smithi078 bash[14106]: cluster 2024-01-13T07:53:40.999103+0000 mgr.smithi078.ejuxzq (mgr.14180) 168 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:42 smithi177 bash[18353]: cluster 2024-01-13T07:53:40.999103+0000 mgr.smithi078.ejuxzq (mgr.14180) 168 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:45.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:44 smithi078 bash[14106]: cluster 2024-01-13T07:53:43.000227+0000 mgr.smithi078.ejuxzq (mgr.14180) 169 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:45.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:44 smithi177 bash[18353]: cluster 2024-01-13T07:53:43.000227+0000 mgr.smithi078.ejuxzq (mgr.14180) 169 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:45.649 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:46.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:45 smithi078 bash[14106]: audit 2024-01-13T07:53:45.648827+0000 mon.smithi078 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.78:0/2036802719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:46.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:45 smithi177 bash[18353]: audit 2024-01-13T07:53:45.648827+0000 mon.smithi078 (mon.0) 364 : audit [DBG] from='client.? 172.21.15.78:0/2036802719' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:46.348 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:47.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:46 smithi078 bash[14106]: cluster 2024-01-13T07:53:45.001435+0000 mgr.smithi078.ejuxzq (mgr.14180) 170 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:47.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:46 smithi177 bash[18353]: cluster 2024-01-13T07:53:45.001435+0000 mgr.smithi078.ejuxzq (mgr.14180) 170 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:47.352 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:49.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:48 smithi078 bash[14106]: cluster 2024-01-13T07:53:47.002490+0000 mgr.smithi078.ejuxzq (mgr.14180) 171 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:49.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:48 smithi177 bash[18353]: cluster 2024-01-13T07:53:47.002490+0000 mgr.smithi078.ejuxzq (mgr.14180) 171 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:50.428 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:51.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:50 smithi078 bash[14106]: cluster 2024-01-13T07:53:49.003454+0000 mgr.smithi078.ejuxzq (mgr.14180) 172 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:51.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:50 smithi078 bash[14106]: audit 2024-01-13T07:53:50.427607+0000 mon.smithi078 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.78:0/4055314023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:51.223 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:51.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:50 smithi177 bash[18353]: cluster 2024-01-13T07:53:49.003454+0000 mgr.smithi078.ejuxzq (mgr.14180) 172 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:51.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:50 smithi177 bash[18353]: audit 2024-01-13T07:53:50.427607+0000 mon.smithi078 (mon.0) 365 : audit [DBG] from='client.? 172.21.15.78:0/4055314023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:52.225 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:53.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:52 smithi078 bash[14106]: cluster 2024-01-13T07:53:51.003953+0000 mgr.smithi078.ejuxzq (mgr.14180) 173 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:52 smithi177 bash[18353]: cluster 2024-01-13T07:53:51.003953+0000 mgr.smithi078.ejuxzq (mgr.14180) 173 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:55.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:54 smithi078 bash[14106]: cluster 2024-01-13T07:53:53.004978+0000 mgr.smithi078.ejuxzq (mgr.14180) 174 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:55.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:54 smithi177 bash[18353]: cluster 2024-01-13T07:53:53.004978+0000 mgr.smithi078.ejuxzq (mgr.14180) 174 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:55.391 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:53:56.144 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:55 smithi078 bash[14106]: audit 2024-01-13T07:53:55.390787+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.78:0/994697452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:56.145 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:53:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:55 smithi177 bash[18353]: audit 2024-01-13T07:53:55.390787+0000 mon.smithi078 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.78:0/994697452' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:53:57.147 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:53:57.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:56 smithi078 bash[14106]: cluster 2024-01-13T07:53:55.005978+0000 mgr.smithi078.ejuxzq (mgr.14180) 175 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:57.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:56 smithi177 bash[18353]: cluster 2024-01-13T07:53:55.005978+0000 mgr.smithi078.ejuxzq (mgr.14180) 175 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:59.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:53:58 smithi078 bash[14106]: cluster 2024-01-13T07:53:57.006997+0000 mgr.smithi078.ejuxzq (mgr.14180) 176 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:53:59.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:53:58 smithi177 bash[18353]: cluster 2024-01-13T07:53:57.006997+0000 mgr.smithi078.ejuxzq (mgr.14180) 176 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:00.353 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:01.123 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:00 smithi177 bash[18353]: cluster 2024-01-13T07:53:59.007950+0000 mgr.smithi078.ejuxzq (mgr.14180) 177 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:00 smithi177 bash[18353]: audit 2024-01-13T07:54:00.353329+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.78:0/4114861678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:01.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:00 smithi078 bash[14106]: cluster 2024-01-13T07:53:59.007950+0000 mgr.smithi078.ejuxzq (mgr.14180) 177 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:01.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:00 smithi078 bash[14106]: audit 2024-01-13T07:54:00.353329+0000 mon.smithi078 (mon.0) 367 : audit [DBG] from='client.? 172.21.15.78:0/4114861678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:02.124 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:00.985308+0000 mon.smithi078 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:54:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.287381+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.289102+0000 mon.smithi078 (mon.0) 370 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:54:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.297569+0000 mon.smithi078 (mon.0) 371 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:02.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.303502+0000 mon.smithi078 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:54:02.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.309890+0000 mon.smithi078 (mon.0) 373 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:54:02.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.311316+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:54:02.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.311726+0000 mon.smithi078 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:02.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:01 smithi177 bash[18353]: audit 2024-01-13T07:54:01.312689+0000 mon.smithi078 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:00.985308+0000 mon.smithi078 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.287381+0000 mon.smithi078 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.289102+0000 mon.smithi078 (mon.0) 370 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.297569+0000 mon.smithi078 (mon.0) 371 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.303502+0000 mon.smithi078 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.309890+0000 mon.smithi078 (mon.0) 373 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:54:02.322 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.311316+0000 mon.smithi078 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:54:02.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.311726+0000 mon.smithi078 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:02.323 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:01 smithi078 bash[14106]: audit 2024-01-13T07:54:01.312689+0000 mon.smithi078 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:54:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:02 smithi078 bash[14106]: cluster 2024-01-13T07:54:01.008947+0000 mgr.smithi078.ejuxzq (mgr.14180) 178 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:03.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:02 smithi078 bash[14106]: cluster 2024-01-13T07:54:01.298066+0000 mgr.smithi078.ejuxzq (mgr.14180) 179 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:02 smithi078 bash[14106]: cluster 2024-01-13T07:54:01.908063+0000 mon.smithi078 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:54:03.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:02 smithi078 bash[14106]: cluster 2024-01-13T07:54:01.908124+0000 mon.smithi078 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-01-13T07:54:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:02 smithi177 bash[18353]: cluster 2024-01-13T07:54:01.008947+0000 mgr.smithi078.ejuxzq (mgr.14180) 178 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:02 smithi177 bash[18353]: cluster 2024-01-13T07:54:01.298066+0000 mgr.smithi078.ejuxzq (mgr.14180) 179 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:02 smithi177 bash[18353]: cluster 2024-01-13T07:54:01.908063+0000 mon.smithi078 (mon.0) 377 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:54:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:02 smithi177 bash[18353]: cluster 2024-01-13T07:54:01.908124+0000 mon.smithi078 (mon.0) 378 : cluster [INF] Cluster is now healthy 2024-01-13T07:54:04.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:03 smithi177 bash[18353]: cluster 2024-01-13T07:54:03.298497+0000 mgr.smithi078.ejuxzq (mgr.14180) 180 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:04.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:03 smithi078 bash[14106]: cluster 2024-01-13T07:54:03.298497+0000 mgr.smithi078.ejuxzq (mgr.14180) 180 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:05.349 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:05.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:05 smithi078 bash[14106]: audit 2024-01-13T07:54:05.348510+0000 mon.smithi078 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.78:0/2587869280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:06.147 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":17,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:06.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:05 smithi177 bash[18353]: audit 2024-01-13T07:54:05.348510+0000 mon.smithi078 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.78:0/2587869280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:07.104 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:06 smithi177 bash[18353]: cluster 2024-01-13T07:54:05.298956+0000 mgr.smithi078.ejuxzq (mgr.14180) 181 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:07.148 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:07.153 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:06 smithi078 bash[14106]: cluster 2024-01-13T07:54:05.298956+0000 mgr.smithi078.ejuxzq (mgr.14180) 181 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:08 smithi177 bash[18353]: cluster 2024-01-13T07:54:07.299390+0000 mgr.smithi078.ejuxzq (mgr.14180) 182 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:08 smithi177 bash[18353]: audit 2024-01-13T07:54:07.740589+0000 mon.smithi078 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:09.127 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:08 smithi078 bash[14106]: cluster 2024-01-13T07:54:07.299390+0000 mgr.smithi078.ejuxzq (mgr.14180) 182 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:09.127 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:08 smithi078 bash[14106]: audit 2024-01-13T07:54:07.740589+0000 mon.smithi078 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:11.111 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: cluster 2024-01-13T07:54:09.299848+0000 mgr.smithi078.ejuxzq (mgr.14180) 183 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:11.111 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.307843+0000 mon.smithi078 (mon.0) 381 : audit [INF] from='client.? 172.21.15.177:0/3632820597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "03037742-8ad0-440a-b1bb-83eccfae9da4"}]: dispatch 2024-01-13T07:54:11.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.315160+0000 mon.smithi078 (mon.0) 382 : audit [INF] from='client.? 172.21.15.177:0/3632820597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03037742-8ad0-440a-b1bb-83eccfae9da4"}]': finished 2024-01-13T07:54:11.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: cluster 2024-01-13T07:54:10.315281+0000 mon.smithi078 (mon.0) 383 : cluster [DBG] osdmap e18: 1 total, 0 up, 1 in 2024-01-13T07:54:11.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.315549+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:54:11.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.679184+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:11.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.679591+0000 mon.smithi177 (mon.1) 7 : audit [INF] from='client.? 172.21.15.177:0/3092611578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:11.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: audit 2024-01-13T07:54:10.685959+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:54:11.115 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:10 smithi177 bash[18353]: cluster 2024-01-13T07:54:10.686043+0000 mon.smithi078 (mon.0) 387 : cluster [DBG] osdmap e19: 0 total, 0 up, 0 in 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: cluster 2024-01-13T07:54:09.299848+0000 mgr.smithi078.ejuxzq (mgr.14180) 183 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.307843+0000 mon.smithi078 (mon.0) 381 : audit [INF] from='client.? 172.21.15.177:0/3632820597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "03037742-8ad0-440a-b1bb-83eccfae9da4"}]: dispatch 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.315160+0000 mon.smithi078 (mon.0) 382 : audit [INF] from='client.? 172.21.15.177:0/3632820597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "03037742-8ad0-440a-b1bb-83eccfae9da4"}]': finished 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: cluster 2024-01-13T07:54:10.315281+0000 mon.smithi078 (mon.0) 383 : cluster [DBG] osdmap e18: 1 total, 0 up, 1 in 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.315549+0000 mon.smithi078 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.679184+0000 mon.smithi078 (mon.0) 385 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.679591+0000 mon.smithi177 (mon.1) 7 : audit [INF] from='client.? 172.21.15.177:0/3092611578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: audit 2024-01-13T07:54:10.685959+0000 mon.smithi078 (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:54:11.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:10 smithi078 bash[14106]: cluster 2024-01-13T07:54:10.686043+0000 mon.smithi078 (mon.0) 387 : cluster [DBG] osdmap e19: 0 total, 0 up, 0 in 2024-01-13T07:54:11.934 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:12.720 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":19,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: cluster 2024-01-13T07:54:11.300176+0000 mgr.smithi078.ejuxzq (mgr.14180) 184 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: cephadm 2024-01-13T07:54:11.577767+0000 mgr.smithi078.ejuxzq (mgr.14180) 185 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:54:13.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:13.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:13.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:13.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:13.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:13.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:13.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:13.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:13.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:13.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:13.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: main() 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:13.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:13.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:13.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:13.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:13.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:12 smithi078 bash[14106]: audit 2024-01-13T07:54:11.934361+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/3761896204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: cluster 2024-01-13T07:54:11.300176+0000 mgr.smithi078.ejuxzq (mgr.14180) 184 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: cephadm 2024-01-13T07:54:11.577767+0000 mgr.smithi078.ejuxzq (mgr.14180) 185 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:54:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:13.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:13.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:13.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:13.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:13.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:13.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:13.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: main() 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:13.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:13.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:12 smithi177 bash[18353]: audit 2024-01-13T07:54:11.934361+0000 mon.smithi078 (mon.0) 388 : audit [DBG] from='client.? 172.21.15.78:0/3761896204' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:13.721 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:14.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: audit 2024-01-13T07:54:13.229326+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='client.? 172.21.15.78:0/2905853393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7aa33b7-cabe-4afa-bb67-15676c8999c3"}]: dispatch 2024-01-13T07:54:14.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: audit 2024-01-13T07:54:13.237098+0000 mon.smithi078 (mon.0) 390 : audit [INF] from='client.? 172.21.15.78:0/2905853393' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7aa33b7-cabe-4afa-bb67-15676c8999c3"}]': finished 2024-01-13T07:54:14.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: cluster 2024-01-13T07:54:13.237194+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 1 total, 0 up, 1 in 2024-01-13T07:54:14.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: audit 2024-01-13T07:54:13.237428+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:54:14.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: audit 2024-01-13T07:54:13.591978+0000 mon.smithi078 (mon.0) 393 : audit [INF] from='client.? 172.21.15.78:0/3785597290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:14.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: audit 2024-01-13T07:54:13.598529+0000 mon.smithi078 (mon.0) 394 : audit [INF] from='client.? 172.21.15.78:0/3785597290' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:54:14.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:13 smithi078 bash[14106]: cluster 2024-01-13T07:54:13.598608+0000 mon.smithi078 (mon.0) 395 : cluster [DBG] osdmap e21: 0 total, 0 up, 0 in 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: audit 2024-01-13T07:54:13.229326+0000 mon.smithi078 (mon.0) 389 : audit [INF] from='client.? 172.21.15.78:0/2905853393' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c7aa33b7-cabe-4afa-bb67-15676c8999c3"}]: dispatch 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: audit 2024-01-13T07:54:13.237098+0000 mon.smithi078 (mon.0) 390 : audit [INF] from='client.? 172.21.15.78:0/2905853393' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c7aa33b7-cabe-4afa-bb67-15676c8999c3"}]': finished 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: cluster 2024-01-13T07:54:13.237194+0000 mon.smithi078 (mon.0) 391 : cluster [DBG] osdmap e20: 1 total, 0 up, 1 in 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: audit 2024-01-13T07:54:13.237428+0000 mon.smithi078 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: audit 2024-01-13T07:54:13.591978+0000 mon.smithi078 (mon.0) 393 : audit [INF] from='client.? 172.21.15.78:0/3785597290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: audit 2024-01-13T07:54:13.598529+0000 mon.smithi078 (mon.0) 394 : audit [INF] from='client.? 172.21.15.78:0/3785597290' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:54:14.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:13 smithi177 bash[18353]: cluster 2024-01-13T07:54:13.598608+0000 mon.smithi078 (mon.0) 395 : cluster [DBG] osdmap e21: 0 total, 0 up, 0 in 2024-01-13T07:54:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:14 smithi078 bash[14106]: cluster 2024-01-13T07:54:13.300549+0000 mgr.smithi078.ejuxzq (mgr.14180) 186 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:15.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:14 smithi177 bash[18353]: cluster 2024-01-13T07:54:13.300549+0000 mgr.smithi078.ejuxzq (mgr.14180) 186 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: cephadm 2024-01-13T07:54:14.851026+0000 mgr.smithi078.ejuxzq (mgr.14180) 187 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:54:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:54:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpo0op22wd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpri8t5gai:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c7aa33b7-cabe-4afa-bb67-15676c8999c3 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: main() 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpo0op22wd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpri8t5gai:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: cephadm 2024-01-13T07:54:14.852814+0000 mgr.smithi078.ejuxzq (mgr.14180) 188 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:54:16.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:54:16.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:54:16.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: placement: 2024-01-13T07:54:16.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:54:16.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: spec: 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: data_devices: 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: all: true 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:16.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: main() 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:54:16.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:54:16.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:54:16.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:54:16.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:54:16.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:54:16.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: raise self._value 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:54:16.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: main() 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.178 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: cluster 2024-01-13T07:54:14.854200+0000 mgr.smithi078.ejuxzq (mgr.14180) 189 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:16.179 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:15 smithi078 bash[14106]: cluster 2024-01-13T07:54:15.838737+0000 mon.smithi078 (mon.0) 396 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:54:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: cephadm 2024-01-13T07:54:14.851026+0000 mgr.smithi078.ejuxzq (mgr.14180) 187 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:54:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpo0op22wd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpri8t5gai:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new c7aa33b7-cabe-4afa-bb67-15676c8999c3 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: main() 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpo0op22wd:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpri8t5gai:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: cephadm 2024-01-13T07:54:14.852814+0000 mgr.smithi078.ejuxzq (mgr.14180) 188 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: placement: 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: spec: 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: data_devices: 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: all: true 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:16.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: main() 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:54:16.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: raise self._value 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 03037742-8ad0-440a-b1bb-83eccfae9da4 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:54:16.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:54:16.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:54:16.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:54:16.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: main() 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp0ufq3tof:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6l6f4mpj:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: cluster 2024-01-13T07:54:14.854200+0000 mgr.smithi078.ejuxzq (mgr.14180) 189 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:16.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:15 smithi177 bash[18353]: cluster 2024-01-13T07:54:15.838737+0000 mon.smithi078 (mon.0) 396 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:54:17.570 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:17 smithi078 bash[14106]: cluster 2024-01-13T07:54:16.855037+0000 mgr.smithi078.ejuxzq (mgr.14180) 190 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:17 smithi078 bash[14106]: audit 2024-01-13T07:54:17.569949+0000 mon.smithi078 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.78:0/1004105927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:17 smithi177 bash[18353]: cluster 2024-01-13T07:54:16.855037+0000 mgr.smithi078.ejuxzq (mgr.14180) 190 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:17 smithi177 bash[18353]: audit 2024-01-13T07:54:17.569949+0000 mon.smithi078 (mon.0) 397 : audit [DBG] from='client.? 172.21.15.78:0/1004105927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:18.359 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:19.360 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:20.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:19 smithi078 bash[14106]: cluster 2024-01-13T07:54:18.856095+0000 mgr.smithi078.ejuxzq (mgr.14180) 191 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:20.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:19 smithi177 bash[18353]: cluster 2024-01-13T07:54:18.856095+0000 mgr.smithi078.ejuxzq (mgr.14180) 191 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:22.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:21 smithi078 bash[14106]: cluster 2024-01-13T07:54:20.857126+0000 mgr.smithi078.ejuxzq (mgr.14180) 192 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:22.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:21 smithi177 bash[18353]: cluster 2024-01-13T07:54:20.857126+0000 mgr.smithi078.ejuxzq (mgr.14180) 192 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:22.616 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:22 smithi078 bash[14106]: audit 2024-01-13T07:54:22.615851+0000 mon.smithi078 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.78:0/2233332374' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:22.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:22 smithi078 bash[14106]: audit 2024-01-13T07:54:22.742231+0000 mon.smithi078 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:22 smithi177 bash[18353]: audit 2024-01-13T07:54:22.615851+0000 mon.smithi078 (mon.0) 398 : audit [DBG] from='client.? 172.21.15.78:0/2233332374' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:22 smithi177 bash[18353]: audit 2024-01-13T07:54:22.742231+0000 mon.smithi078 (mon.0) 399 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:54:23.370 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:23 smithi078 bash[14106]: cluster 2024-01-13T07:54:22.858114+0000 mgr.smithi078.ejuxzq (mgr.14180) 193 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:24.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:23 smithi177 bash[18353]: cluster 2024-01-13T07:54:22.858114+0000 mgr.smithi078.ejuxzq (mgr.14180) 193 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:24.372 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:25 smithi078 bash[14106]: cluster 2024-01-13T07:54:24.859099+0000 mgr.smithi078.ejuxzq (mgr.14180) 194 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:26.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:25 smithi177 bash[18353]: cluster 2024-01-13T07:54:24.859099+0000 mgr.smithi078.ejuxzq (mgr.14180) 194 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:27.570 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:28.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:27 smithi078 bash[14106]: cluster 2024-01-13T07:54:26.860087+0000 mgr.smithi078.ejuxzq (mgr.14180) 195 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:28.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:27 smithi078 bash[14106]: audit 2024-01-13T07:54:27.569523+0000 mon.smithi078 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.78:0/3213192072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:28.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:27 smithi177 bash[18353]: cluster 2024-01-13T07:54:26.860087+0000 mgr.smithi078.ejuxzq (mgr.14180) 195 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:28.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:27 smithi177 bash[18353]: audit 2024-01-13T07:54:27.569523+0000 mon.smithi078 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.78:0/3213192072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:28.344 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:29.345 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:29 smithi177 bash[18353]: cluster 2024-01-13T07:54:28.861109+0000 mgr.smithi078.ejuxzq (mgr.14180) 196 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:30.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:29 smithi078 bash[14106]: cluster 2024-01-13T07:54:28.861109+0000 mgr.smithi078.ejuxzq (mgr.14180) 196 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:31.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:30 smithi078 bash[14106]: cluster 2024-01-13T07:54:30.861814+0000 mgr.smithi078.ejuxzq (mgr.14180) 197 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:31.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:30 smithi177 bash[18353]: cluster 2024-01-13T07:54:30.861814+0000 mgr.smithi078.ejuxzq (mgr.14180) 197 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:32.528 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:32.831 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:32 smithi078 bash[14106]: audit 2024-01-13T07:54:32.527848+0000 mon.smithi078 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.78:0/83733526' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:33.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:32 smithi177 bash[18353]: audit 2024-01-13T07:54:32.527848+0000 mon.smithi078 (mon.0) 401 : audit [DBG] from='client.? 172.21.15.78:0/83733526' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:33.366 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:33.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:33 smithi078 bash[14106]: cluster 2024-01-13T07:54:32.862771+0000 mgr.smithi078.ejuxzq (mgr.14180) 198 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:34.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:33 smithi177 bash[18353]: cluster 2024-01-13T07:54:32.862771+0000 mgr.smithi078.ejuxzq (mgr.14180) 198 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:34.367 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:36.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:35 smithi078 bash[14106]: cluster 2024-01-13T07:54:34.863393+0000 mgr.smithi078.ejuxzq (mgr.14180) 199 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:36.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:35 smithi177 bash[18353]: cluster 2024-01-13T07:54:34.863393+0000 mgr.smithi078.ejuxzq (mgr.14180) 199 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:37.618 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:38.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:37 smithi177 bash[18353]: cluster 2024-01-13T07:54:36.864354+0000 mgr.smithi078.ejuxzq (mgr.14180) 200 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:38.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:37 smithi177 bash[18353]: audit 2024-01-13T07:54:37.617166+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.78:0/2192946928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:38.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:37 smithi078 bash[14106]: cluster 2024-01-13T07:54:36.864354+0000 mgr.smithi078.ejuxzq (mgr.14180) 200 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:38.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:37 smithi078 bash[14106]: audit 2024-01-13T07:54:37.617166+0000 mon.smithi078 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.78:0/2192946928' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:38.431 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:39.432 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:39 smithi177 bash[18353]: cluster 2024-01-13T07:54:38.865395+0000 mgr.smithi078.ejuxzq (mgr.14180) 201 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:40.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:39 smithi078 bash[14106]: cluster 2024-01-13T07:54:38.865395+0000 mgr.smithi078.ejuxzq (mgr.14180) 201 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:41.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:40 smithi177 bash[18353]: cluster 2024-01-13T07:54:40.866381+0000 mgr.smithi078.ejuxzq (mgr.14180) 202 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:41.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:40 smithi078 bash[14106]: cluster 2024-01-13T07:54:40.866381+0000 mgr.smithi078.ejuxzq (mgr.14180) 202 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:42.669 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:43.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:42 smithi177 bash[18353]: audit 2024-01-13T07:54:42.668348+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.78:0/3980760783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:43.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:42 smithi078 bash[14106]: audit 2024-01-13T07:54:42.668348+0000 mon.smithi078 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.78:0/3980760783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:43.449 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:44.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:43 smithi177 bash[18353]: cluster 2024-01-13T07:54:42.867400+0000 mgr.smithi078.ejuxzq (mgr.14180) 203 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:43 smithi078 bash[14106]: cluster 2024-01-13T07:54:42.867400+0000 mgr.smithi078.ejuxzq (mgr.14180) 203 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:44.450 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:46.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:45 smithi078 bash[14106]: cluster 2024-01-13T07:54:44.867968+0000 mgr.smithi078.ejuxzq (mgr.14180) 204 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:46.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:45 smithi177 bash[18353]: cluster 2024-01-13T07:54:44.867968+0000 mgr.smithi078.ejuxzq (mgr.14180) 204 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:47.583 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:47 smithi078 bash[14106]: cluster 2024-01-13T07:54:46.868984+0000 mgr.smithi078.ejuxzq (mgr.14180) 205 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:47 smithi078 bash[14106]: audit 2024-01-13T07:54:47.582521+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.78:0/711116048' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:48.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:47 smithi177 bash[18353]: cluster 2024-01-13T07:54:46.868984+0000 mgr.smithi078.ejuxzq (mgr.14180) 205 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:48.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:47 smithi177 bash[18353]: audit 2024-01-13T07:54:47.582521+0000 mon.smithi078 (mon.0) 404 : audit [DBG] from='client.? 172.21.15.78:0/711116048' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:48.420 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:49.421 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:50.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:49 smithi177 bash[18353]: cluster 2024-01-13T07:54:48.870000+0000 mgr.smithi078.ejuxzq (mgr.14180) 206 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:50.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:49 smithi078 bash[14106]: cluster 2024-01-13T07:54:48.870000+0000 mgr.smithi078.ejuxzq (mgr.14180) 206 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:51.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:50 smithi177 bash[18353]: cluster 2024-01-13T07:54:50.870959+0000 mgr.smithi078.ejuxzq (mgr.14180) 207 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:50 smithi078 bash[14106]: cluster 2024-01-13T07:54:50.870959+0000 mgr.smithi078.ejuxzq (mgr.14180) 207 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:52.814 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:53.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:52 smithi078 bash[14106]: audit 2024-01-13T07:54:52.813634+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.78:0/1979587532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:52 smithi177 bash[18353]: audit 2024-01-13T07:54:52.813634+0000 mon.smithi078 (mon.0) 405 : audit [DBG] from='client.? 172.21.15.78:0/1979587532' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:53.612 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:54.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:53 smithi078 bash[14106]: cluster 2024-01-13T07:54:52.871489+0000 mgr.smithi078.ejuxzq (mgr.14180) 208 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:54.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:53 smithi177 bash[18353]: cluster 2024-01-13T07:54:52.871489+0000 mgr.smithi078.ejuxzq (mgr.14180) 208 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:54.614 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:54:56.060 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:55 smithi078 bash[14106]: cluster 2024-01-13T07:54:54.872395+0000 mgr.smithi078.ejuxzq (mgr.14180) 209 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:55 smithi177 bash[18353]: cluster 2024-01-13T07:54:54.872395+0000 mgr.smithi078.ejuxzq (mgr.14180) 209 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:57.780 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:54:58.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:57 smithi078 bash[14106]: cluster 2024-01-13T07:54:56.873261+0000 mgr.smithi078.ejuxzq (mgr.14180) 210 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:58.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:57 smithi078 bash[14106]: audit 2024-01-13T07:54:57.779175+0000 mon.smithi078 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.78:0/1989472183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:58.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:57 smithi177 bash[18353]: cluster 2024-01-13T07:54:56.873261+0000 mgr.smithi078.ejuxzq (mgr.14180) 210 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:58.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:57 smithi177 bash[18353]: audit 2024-01-13T07:54:57.779175+0000 mon.smithi078 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.78:0/1989472183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:54:58.502 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:54:59.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:54:58 smithi177 bash[18353]: cluster 2024-01-13T07:54:58.874227+0000 mgr.smithi078.ejuxzq (mgr.14180) 211 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:59.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:54:58 smithi078 bash[14106]: cluster 2024-01-13T07:54:58.874227+0000 mgr.smithi078.ejuxzq (mgr.14180) 211 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:54:59.503 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:02.260 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:01 smithi078 bash[14106]: cluster 2024-01-13T07:55:00.874765+0000 mgr.smithi078.ejuxzq (mgr.14180) 212 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:02.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:01 smithi177 bash[18353]: cluster 2024-01-13T07:55:00.874765+0000 mgr.smithi078.ejuxzq (mgr.14180) 212 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:02.657 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:03.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:02 smithi177 bash[18353]: audit 2024-01-13T07:55:02.657060+0000 mon.smithi078 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.78:0/1141581149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:03.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:02 smithi177 bash[18353]: cluster 2024-01-13T07:55:02.875879+0000 mgr.smithi078.ejuxzq (mgr.14180) 213 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:03.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:02 smithi078 bash[14106]: audit 2024-01-13T07:55:02.657060+0000 mon.smithi078 (mon.0) 407 : audit [DBG] from='client.? 172.21.15.78:0/1141581149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:03.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:02 smithi078 bash[14106]: cluster 2024-01-13T07:55:02.875879+0000 mgr.smithi078.ejuxzq (mgr.14180) 213 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:03.411 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:04.411 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:06.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:05 smithi078 bash[14106]: cluster 2024-01-13T07:55:04.876956+0000 mgr.smithi078.ejuxzq (mgr.14180) 214 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:05 smithi177 bash[18353]: cluster 2024-01-13T07:55:04.876956+0000 mgr.smithi078.ejuxzq (mgr.14180) 214 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:07.566 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:07 smithi078 bash[14106]: cluster 2024-01-13T07:55:06.877664+0000 mgr.smithi078.ejuxzq (mgr.14180) 215 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:07 smithi078 bash[14106]: audit 2024-01-13T07:55:07.565471+0000 mon.smithi078 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.78:0/38989647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:07 smithi177 bash[18353]: cluster 2024-01-13T07:55:06.877664+0000 mgr.smithi078.ejuxzq (mgr.14180) 215 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:08.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:07 smithi177 bash[18353]: audit 2024-01-13T07:55:07.565471+0000 mon.smithi078 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.78:0/38989647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:08.350 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:09.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:08 smithi177 bash[18353]: cluster 2024-01-13T07:55:08.878681+0000 mgr.smithi078.ejuxzq (mgr.14180) 216 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:09.352 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:09.366 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:08 smithi078 bash[14106]: cluster 2024-01-13T07:55:08.878681+0000 mgr.smithi078.ejuxzq (mgr.14180) 216 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:12.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:11 smithi177 bash[18353]: cluster 2024-01-13T07:55:10.879613+0000 mgr.smithi078.ejuxzq (mgr.14180) 217 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:12.331 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:12.358 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:11 smithi078 bash[14106]: cluster 2024-01-13T07:55:10.879613+0000 mgr.smithi078.ejuxzq (mgr.14180) 217 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:13.090 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:12 smithi177 bash[18353]: audit 2024-01-13T07:55:12.330705+0000 mon.smithi078 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.78:0/1838270417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:13.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:12 smithi177 bash[18353]: cluster 2024-01-13T07:55:12.880634+0000 mgr.smithi078.ejuxzq (mgr.14180) 218 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:13.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:12 smithi078 bash[14106]: audit 2024-01-13T07:55:12.330705+0000 mon.smithi078 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.78:0/1838270417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:13.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:12 smithi078 bash[14106]: cluster 2024-01-13T07:55:12.880634+0000 mgr.smithi078.ejuxzq (mgr.14180) 218 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:14.092 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:16.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:14.859337+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:55:16.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: cluster 2024-01-13T07:55:14.881136+0000 mgr.smithi078.ejuxzq (mgr.14180) 219 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.160609+0000 mon.smithi078 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.162022+0000 mon.smithi078 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.168299+0000 mon.smithi078 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.173085+0000 mon.smithi078 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.177130+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.179441+0000 mon.smithi078 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.179723+0000 mon.smithi078 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:16.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:15 smithi078 bash[14106]: audit 2024-01-13T07:55:15.180437+0000 mon.smithi078 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:14.859337+0000 mon.smithi078 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: cluster 2024-01-13T07:55:14.881136+0000 mgr.smithi078.ejuxzq (mgr.14180) 219 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.160609+0000 mon.smithi078 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.162022+0000 mon.smithi078 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.168299+0000 mon.smithi078 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.173085+0000 mon.smithi078 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.177130+0000 mon.smithi078 (mon.0) 415 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.179441+0000 mon.smithi078 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:55:16.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.179723+0000 mon.smithi078 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:16.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:15 smithi177 bash[18353]: audit 2024-01-13T07:55:15.180437+0000 mon.smithi078 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:55:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:16 smithi078 bash[14106]: cluster 2024-01-13T07:55:15.168747+0000 mgr.smithi078.ejuxzq (mgr.14180) 220 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:16 smithi078 bash[14106]: cluster 2024-01-13T07:55:15.854663+0000 mon.smithi078 (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:55:17.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:16 smithi078 bash[14106]: cluster 2024-01-13T07:55:15.854703+0000 mon.smithi078 (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-01-13T07:55:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:16 smithi177 bash[18353]: cluster 2024-01-13T07:55:15.168747+0000 mgr.smithi078.ejuxzq (mgr.14180) 220 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:17.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:16 smithi177 bash[18353]: cluster 2024-01-13T07:55:15.854663+0000 mon.smithi078 (mon.0) 419 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:55:17.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:16 smithi177 bash[18353]: cluster 2024-01-13T07:55:15.854703+0000 mon.smithi078 (mon.0) 420 : cluster [INF] Cluster is now healthy 2024-01-13T07:55:17.316 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:18.108 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:17 smithi078 bash[14106]: audit 2024-01-13T07:55:17.315846+0000 mon.smithi078 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.78:0/124892511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:17 smithi177 bash[18353]: audit 2024-01-13T07:55:17.315846+0000 mon.smithi078 (mon.0) 421 : audit [DBG] from='client.? 172.21.15.78:0/124892511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:19.109 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:19.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:18 smithi078 bash[14106]: cluster 2024-01-13T07:55:17.169117+0000 mgr.smithi078.ejuxzq (mgr.14180) 221 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:19.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:18 smithi177 bash[18353]: cluster 2024-01-13T07:55:17.169117+0000 mgr.smithi078.ejuxzq (mgr.14180) 221 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:21.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:20 smithi177 bash[18353]: cluster 2024-01-13T07:55:19.169505+0000 mgr.smithi078.ejuxzq (mgr.14180) 222 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:21.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:20 smithi078 bash[14106]: cluster 2024-01-13T07:55:19.169505+0000 mgr.smithi078.ejuxzq (mgr.14180) 222 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:22.948 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:23.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:22 smithi078 bash[14106]: cluster 2024-01-13T07:55:21.169944+0000 mgr.smithi078.ejuxzq (mgr.14180) 223 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:23.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:22 smithi078 bash[14106]: audit 2024-01-13T07:55:22.744478+0000 mon.smithi078 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:23.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:22 smithi177 bash[18353]: cluster 2024-01-13T07:55:21.169944+0000 mgr.smithi078.ejuxzq (mgr.14180) 223 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:22 smithi177 bash[18353]: audit 2024-01-13T07:55:22.744478+0000 mon.smithi078 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:23 smithi078 bash[14106]: audit 2024-01-13T07:55:22.947455+0000 mon.smithi078 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.78:0/568057210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:24.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:23 smithi177 bash[18353]: audit 2024-01-13T07:55:22.947455+0000 mon.smithi078 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.78:0/568057210' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:24.573 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":21,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: cluster 2024-01-13T07:55:23.170394+0000 mgr.smithi078.ejuxzq (mgr.14180) 224 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:23.969011+0000 mon.smithi078 (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]: dispatch 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:23.970182+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3487291715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]: dispatch 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:23.978149+0000 mon.smithi078 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]': finished 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: cluster 2024-01-13T07:55:23.978233+0000 mon.smithi078 (mon.0) 426 : cluster [DBG] osdmap e22: 1 total, 0 up, 1 in 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:23.978471+0000 mon.smithi078 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:24.329793+0000 mon.smithi078 (mon.0) 428 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:24.331112+0000 mon.smithi177 (mon.1) 9 : audit [INF] from='client.? 172.21.15.177:0/2504807896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: audit 2024-01-13T07:55:24.338898+0000 mon.smithi078 (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:55:25.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:24 smithi177 bash[18353]: cluster 2024-01-13T07:55:24.338959+0000 mon.smithi078 (mon.0) 430 : cluster [DBG] osdmap e23: 0 total, 0 up, 0 in 2024-01-13T07:55:25.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: cluster 2024-01-13T07:55:23.170394+0000 mgr.smithi078.ejuxzq (mgr.14180) 224 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:25.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:23.969011+0000 mon.smithi078 (mon.0) 424 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]: dispatch 2024-01-13T07:55:25.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:23.970182+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3487291715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]: dispatch 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:23.978149+0000 mon.smithi078 (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a02049c2-fced-43f5-a6ad-42376e54257a"}]': finished 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: cluster 2024-01-13T07:55:23.978233+0000 mon.smithi078 (mon.0) 426 : cluster [DBG] osdmap e22: 1 total, 0 up, 1 in 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:23.978471+0000 mon.smithi078 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:24.329793+0000 mon.smithi078 (mon.0) 428 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:24.331112+0000 mon.smithi177 (mon.1) 9 : audit [INF] from='client.? 172.21.15.177:0/2504807896' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: audit 2024-01-13T07:55:24.338898+0000 mon.smithi078 (mon.0) 429 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:55:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:24 smithi078 bash[14106]: cluster 2024-01-13T07:55:24.338959+0000 mon.smithi078 (mon.0) 430 : cluster [DBG] osdmap e23: 0 total, 0 up, 0 in 2024-01-13T07:55:25.575 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: cluster 2024-01-13T07:55:25.170693+0000 mgr.smithi078.ejuxzq (mgr.14180) 225 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: cephadm 2024-01-13T07:55:25.226022+0000 mgr.smithi078.ejuxzq (mgr.14180) 226 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:27.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:27.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:27.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:27.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: main() 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:27.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: audit 2024-01-13T07:55:26.495851+0000 mon.smithi078 (mon.0) 431 : audit [INF] from='client.? 172.21.15.78:0/2918230451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08d27865-cd32-4d40-9ec0-615d5528ed07"}]: dispatch 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: audit 2024-01-13T07:55:26.500588+0000 mon.smithi078 (mon.0) 432 : audit [INF] from='client.? 172.21.15.78:0/2918230451' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08d27865-cd32-4d40-9ec0-615d5528ed07"}]': finished 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: cluster 2024-01-13T07:55:26.500628+0000 mon.smithi078 (mon.0) 433 : cluster [DBG] osdmap e24: 1 total, 0 up, 1 in 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: audit 2024-01-13T07:55:26.500809+0000 mon.smithi078 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: audit 2024-01-13T07:55:26.846881+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='client.? 172.21.15.78:0/3784594506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: audit 2024-01-13T07:55:26.853206+0000 mon.smithi078 (mon.0) 436 : audit [INF] from='client.? 172.21.15.78:0/3784594506' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:55:27.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:26 smithi078 bash[14106]: cluster 2024-01-13T07:55:26.853388+0000 mon.smithi078 (mon.0) 437 : cluster [DBG] osdmap e25: 0 total, 0 up, 0 in 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: cluster 2024-01-13T07:55:25.170693+0000 mgr.smithi078.ejuxzq (mgr.14180) 225 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: cephadm 2024-01-13T07:55:25.226022+0000 mgr.smithi078.ejuxzq (mgr.14180) 226 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:27.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:27.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:27.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:27.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:27.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:27.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: main() 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:27.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: audit 2024-01-13T07:55:26.495851+0000 mon.smithi078 (mon.0) 431 : audit [INF] from='client.? 172.21.15.78:0/2918230451' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08d27865-cd32-4d40-9ec0-615d5528ed07"}]: dispatch 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: audit 2024-01-13T07:55:26.500588+0000 mon.smithi078 (mon.0) 432 : audit [INF] from='client.? 172.21.15.78:0/2918230451' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08d27865-cd32-4d40-9ec0-615d5528ed07"}]': finished 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: cluster 2024-01-13T07:55:26.500628+0000 mon.smithi078 (mon.0) 433 : cluster [DBG] osdmap e24: 1 total, 0 up, 1 in 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: audit 2024-01-13T07:55:26.500809+0000 mon.smithi078 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: audit 2024-01-13T07:55:26.846881+0000 mon.smithi078 (mon.0) 435 : audit [INF] from='client.? 172.21.15.78:0/3784594506' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: audit 2024-01-13T07:55:26.853206+0000 mon.smithi078 (mon.0) 436 : audit [INF] from='client.? 172.21.15.78:0/3784594506' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:55:27.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:26 smithi177 bash[18353]: cluster 2024-01-13T07:55:26.853388+0000 mon.smithi078 (mon.0) 437 : cluster [DBG] osdmap e25: 0 total, 0 up, 0 in 2024-01-13T07:55:29.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:28 smithi177 bash[18353]: cluster 2024-01-13T07:55:27.171111+0000 mgr.smithi078.ejuxzq (mgr.14180) 227 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:29.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:28 smithi078 bash[14106]: cluster 2024-01-13T07:55:27.171111+0000 mgr.smithi078.ejuxzq (mgr.14180) 227 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:29.696 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:30.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: cephadm 2024-01-13T07:55:28.304723+0000 mgr.smithi078.ejuxzq (mgr.14180) 228 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:55:30.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoi01smg_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpjg3p2sh5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 08d27865-cd32-4d40-9ec0-615d5528ed07 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: main() 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoi01smg_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpjg3p2sh5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: cephadm 2024-01-13T07:55:28.308973+0000 mgr.smithi078.ejuxzq (mgr.14180) 229 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: placement: 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: spec: 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: data_devices: 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: all: true 2024-01-13T07:55:30.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:30.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: main() 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:55:30.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: raise self._value 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:30.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: main() 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: cluster 2024-01-13T07:55:28.310189+0000 mgr.smithi078.ejuxzq (mgr.14180) 230 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: cluster 2024-01-13T07:55:28.919316+0000 mon.smithi078 (mon.0) 438 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:55:30.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:29 smithi078 bash[14106]: audit 2024-01-13T07:55:29.695500+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.78:0/2078604610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: cephadm 2024-01-13T07:55:28.304723+0000 mgr.smithi078.ejuxzq (mgr.14180) 228 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:55:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:55:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoi01smg_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpjg3p2sh5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 08d27865-cd32-4d40-9ec0-615d5528ed07 2024-01-13T07:55:30.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: main() 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpoi01smg_:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpjg3p2sh5:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: cephadm 2024-01-13T07:55:28.308973+0000 mgr.smithi078.ejuxzq (mgr.14180) 229 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: placement: 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: spec: 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: data_devices: 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: all: true 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:55:30.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: main() 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:55:30.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: raise self._value 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:55:30.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:55:30.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:55:30.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:55:30.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:55:30.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:55:30.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a02049c2-fced-43f5-a6ad-42376e54257a 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:55:30.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:55:30.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:55:30.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:55:30.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: main() 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:55:30.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp2uf9daey:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp5ynvl08x:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: cluster 2024-01-13T07:55:28.310189+0000 mgr.smithi078.ejuxzq (mgr.14180) 230 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: cluster 2024-01-13T07:55:28.919316+0000 mon.smithi078 (mon.0) 438 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:55:30.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:29 smithi177 bash[18353]: audit 2024-01-13T07:55:29.695500+0000 mon.smithi078 (mon.0) 439 : audit [DBG] from='client.? 172.21.15.78:0/2078604610' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:30.557 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:31.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:30 smithi177 bash[18353]: cluster 2024-01-13T07:55:30.310752+0000 mgr.smithi078.ejuxzq (mgr.14180) 231 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:30 smithi078 bash[14106]: cluster 2024-01-13T07:55:30.310752+0000 mgr.smithi078.ejuxzq (mgr.14180) 231 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:31.558 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:33.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:33 smithi078 bash[14106]: cluster 2024-01-13T07:55:32.311701+0000 mgr.smithi078.ejuxzq (mgr.14180) 232 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:33.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:33 smithi177 bash[18353]: cluster 2024-01-13T07:55:32.311701+0000 mgr.smithi078.ejuxzq (mgr.14180) 232 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:34.844 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:35.631 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:35 smithi078 bash[14106]: cluster 2024-01-13T07:55:34.312537+0000 mgr.smithi078.ejuxzq (mgr.14180) 233 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:35.631 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:35 smithi078 bash[14106]: audit 2024-01-13T07:55:34.843669+0000 mon.smithi078 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.78:0/992328591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:35.632 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:35.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:35 smithi177 bash[18353]: cluster 2024-01-13T07:55:34.312537+0000 mgr.smithi078.ejuxzq (mgr.14180) 233 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:35.763 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:35 smithi177 bash[18353]: audit 2024-01-13T07:55:34.843669+0000 mon.smithi078 (mon.0) 440 : audit [DBG] from='client.? 172.21.15.78:0/992328591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:36.633 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:37.654 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:37 smithi078 bash[14106]: cluster 2024-01-13T07:55:36.313549+0000 mgr.smithi078.ejuxzq (mgr.14180) 234 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:37.762 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:37 smithi177 bash[18353]: cluster 2024-01-13T07:55:36.313549+0000 mgr.smithi078.ejuxzq (mgr.14180) 234 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:39.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:38 smithi177 bash[18353]: audit 2024-01-13T07:55:37.743307+0000 mon.smithi078 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:39.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:38 smithi078 bash[14106]: audit 2024-01-13T07:55:37.743307+0000 mon.smithi078 (mon.0) 441 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:55:39.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:39 smithi078 bash[14106]: cluster 2024-01-13T07:55:38.314668+0000 mgr.smithi078.ejuxzq (mgr.14180) 235 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:39.978 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:40.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:39 smithi177 bash[18353]: cluster 2024-01-13T07:55:38.314668+0000 mgr.smithi078.ejuxzq (mgr.14180) 235 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:40.773 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:41.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:40 smithi078 bash[14106]: audit 2024-01-13T07:55:39.977532+0000 mon.smithi078 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.78:0/214641522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:40 smithi177 bash[18353]: audit 2024-01-13T07:55:39.977532+0000 mon.smithi078 (mon.0) 442 : audit [DBG] from='client.? 172.21.15.78:0/214641522' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:41.775 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:42.132 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:41 smithi078 bash[14106]: cluster 2024-01-13T07:55:40.315713+0000 mgr.smithi078.ejuxzq (mgr.14180) 236 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:41 smithi177 bash[18353]: cluster 2024-01-13T07:55:40.315713+0000 mgr.smithi078.ejuxzq (mgr.14180) 236 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:43 smithi078 bash[14106]: cluster 2024-01-13T07:55:42.316648+0000 mgr.smithi078.ejuxzq (mgr.14180) 237 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:44.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:43 smithi177 bash[18353]: cluster 2024-01-13T07:55:42.316648+0000 mgr.smithi078.ejuxzq (mgr.14180) 237 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:45.203 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:46.023 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:46.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:45 smithi078 bash[14106]: cluster 2024-01-13T07:55:44.317766+0000 mgr.smithi078.ejuxzq (mgr.14180) 238 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:46.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:45 smithi078 bash[14106]: audit 2024-01-13T07:55:45.202319+0000 mon.smithi078 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.78:0/2386983476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:46.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:45 smithi177 bash[18353]: cluster 2024-01-13T07:55:44.317766+0000 mgr.smithi078.ejuxzq (mgr.14180) 238 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:46.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:45 smithi177 bash[18353]: audit 2024-01-13T07:55:45.202319+0000 mon.smithi078 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.78:0/2386983476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:47.023 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:47 smithi078 bash[14106]: cluster 2024-01-13T07:55:46.318863+0000 mgr.smithi078.ejuxzq (mgr.14180) 239 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:48.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:47 smithi177 bash[18353]: cluster 2024-01-13T07:55:46.318863+0000 mgr.smithi078.ejuxzq (mgr.14180) 239 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:50.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:49 smithi078 bash[14106]: cluster 2024-01-13T07:55:48.319781+0000 mgr.smithi078.ejuxzq (mgr.14180) 240 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:50.167 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:50.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:49 smithi177 bash[18353]: cluster 2024-01-13T07:55:48.319781+0000 mgr.smithi078.ejuxzq (mgr.14180) 240 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:50.929 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:51.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:50 smithi177 bash[18353]: audit 2024-01-13T07:55:50.166867+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.78:0/1620214620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:50 smithi078 bash[14106]: audit 2024-01-13T07:55:50.166867+0000 mon.smithi078 (mon.0) 444 : audit [DBG] from='client.? 172.21.15.78:0/1620214620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:51.931 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:52.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:51 smithi177 bash[18353]: cluster 2024-01-13T07:55:50.320829+0000 mgr.smithi078.ejuxzq (mgr.14180) 241 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:52.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:51 smithi078 bash[14106]: cluster 2024-01-13T07:55:50.320829+0000 mgr.smithi078.ejuxzq (mgr.14180) 241 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:53 smithi177 bash[18353]: cluster 2024-01-13T07:55:52.321880+0000 mgr.smithi078.ejuxzq (mgr.14180) 242 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:54.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:53 smithi078 bash[14106]: cluster 2024-01-13T07:55:52.321880+0000 mgr.smithi078.ejuxzq (mgr.14180) 242 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:55.168 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:55:55.960 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:55:56.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:55 smithi078 bash[14106]: cluster 2024-01-13T07:55:54.322806+0000 mgr.smithi078.ejuxzq (mgr.14180) 243 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:56.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:55 smithi078 bash[14106]: audit 2024-01-13T07:55:55.167082+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.78:0/2434069937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:55 smithi177 bash[18353]: cluster 2024-01-13T07:55:54.322806+0000 mgr.smithi078.ejuxzq (mgr.14180) 243 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:55 smithi177 bash[18353]: audit 2024-01-13T07:55:55.167082+0000 mon.smithi078 (mon.0) 445 : audit [DBG] from='client.? 172.21.15.78:0/2434069937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:55:56.962 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:55:58.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:57 smithi078 bash[14106]: cluster 2024-01-13T07:55:56.323755+0000 mgr.smithi078.ejuxzq (mgr.14180) 244 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:55:58.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:57 smithi177 bash[18353]: cluster 2024-01-13T07:55:56.323755+0000 mgr.smithi078.ejuxzq (mgr.14180) 244 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:00.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:55:59 smithi078 bash[14106]: cluster 2024-01-13T07:55:58.324809+0000 mgr.smithi078.ejuxzq (mgr.14180) 245 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:00.217 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:00.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:55:59 smithi177 bash[18353]: cluster 2024-01-13T07:55:58.324809+0000 mgr.smithi078.ejuxzq (mgr.14180) 245 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:01.112 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:00 smithi177 bash[18353]: audit 2024-01-13T07:56:00.216924+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/4207755671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:01.114 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:00 smithi078 bash[14106]: audit 2024-01-13T07:56:00.216924+0000 mon.smithi078 (mon.0) 446 : audit [DBG] from='client.? 172.21.15.78:0/4207755671' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:02.114 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:02.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:01 smithi177 bash[18353]: cluster 2024-01-13T07:56:00.325505+0000 mgr.smithi078.ejuxzq (mgr.14180) 246 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:02.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:01 smithi078 bash[14106]: cluster 2024-01-13T07:56:00.325505+0000 mgr.smithi078.ejuxzq (mgr.14180) 246 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:04.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:03 smithi177 bash[18353]: cluster 2024-01-13T07:56:02.326293+0000 mgr.smithi078.ejuxzq (mgr.14180) 247 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:04.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:03 smithi078 bash[14106]: cluster 2024-01-13T07:56:02.326293+0000 mgr.smithi078.ejuxzq (mgr.14180) 247 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:05.404 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:06.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:05 smithi078 bash[14106]: cluster 2024-01-13T07:56:04.327262+0000 mgr.smithi078.ejuxzq (mgr.14180) 248 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:06.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:05 smithi078 bash[14106]: audit 2024-01-13T07:56:05.402907+0000 mon.smithi078 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.78:0/1538748765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:06.256 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:05 smithi177 bash[18353]: cluster 2024-01-13T07:56:04.327262+0000 mgr.smithi078.ejuxzq (mgr.14180) 248 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:05 smithi177 bash[18353]: audit 2024-01-13T07:56:05.402907+0000 mon.smithi078 (mon.0) 447 : audit [DBG] from='client.? 172.21.15.78:0/1538748765' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:07.258 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:07 smithi078 bash[14106]: cluster 2024-01-13T07:56:06.328275+0000 mgr.smithi078.ejuxzq (mgr.14180) 249 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:07 smithi177 bash[18353]: cluster 2024-01-13T07:56:06.328275+0000 mgr.smithi078.ejuxzq (mgr.14180) 249 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:10.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:09 smithi177 bash[18353]: cluster 2024-01-13T07:56:08.329232+0000 mgr.smithi078.ejuxzq (mgr.14180) 250 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:10.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:09 smithi078 bash[14106]: cluster 2024-01-13T07:56:08.329232+0000 mgr.smithi078.ejuxzq (mgr.14180) 250 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:10.443 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:11.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:10 smithi078 bash[14106]: audit 2024-01-13T07:56:10.442953+0000 mon.smithi078 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.78:0/2248017125' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:11.258 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:11.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:10 smithi177 bash[18353]: audit 2024-01-13T07:56:10.442953+0000 mon.smithi078 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.78:0/2248017125' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:12.259 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:12.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:11 smithi177 bash[18353]: cluster 2024-01-13T07:56:10.330337+0000 mgr.smithi078.ejuxzq (mgr.14180) 251 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:12.271 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:11 smithi078 bash[14106]: cluster 2024-01-13T07:56:10.330337+0000 mgr.smithi078.ejuxzq (mgr.14180) 251 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:13.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:12 smithi177 bash[18353]: cluster 2024-01-13T07:56:12.331294+0000 mgr.smithi078.ejuxzq (mgr.14180) 252 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:13.351 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:12 smithi078 bash[14106]: cluster 2024-01-13T07:56:12.331294+0000 mgr.smithi078.ejuxzq (mgr.14180) 252 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:15.493 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:16.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:15 smithi078 bash[14106]: cluster 2024-01-13T07:56:14.332373+0000 mgr.smithi078.ejuxzq (mgr.14180) 253 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:16.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:15 smithi078 bash[14106]: audit 2024-01-13T07:56:15.492604+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.78:0/1245158868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:16.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:15 smithi177 bash[18353]: cluster 2024-01-13T07:56:14.332373+0000 mgr.smithi078.ejuxzq (mgr.14180) 253 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:16.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:15 smithi177 bash[18353]: audit 2024-01-13T07:56:15.492604+0000 mon.smithi078 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.78:0/1245158868' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:16.288 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:17.289 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:18.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:17 smithi078 bash[14106]: cluster 2024-01-13T07:56:16.333440+0000 mgr.smithi078.ejuxzq (mgr.14180) 254 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:17 smithi177 bash[18353]: cluster 2024-01-13T07:56:16.333440+0000 mgr.smithi078.ejuxzq (mgr.14180) 254 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:20.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:19 smithi078 bash[14106]: cluster 2024-01-13T07:56:18.334018+0000 mgr.smithi078.ejuxzq (mgr.14180) 255 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:20.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:19 smithi177 bash[18353]: cluster 2024-01-13T07:56:18.334018+0000 mgr.smithi078.ejuxzq (mgr.14180) 255 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:20.399 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:21.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:20 smithi078 bash[14106]: audit 2024-01-13T07:56:20.398429+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.78:0/1728513046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:21.231 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:20 smithi177 bash[18353]: audit 2024-01-13T07:56:20.398429+0000 mon.smithi078 (mon.0) 450 : audit [DBG] from='client.? 172.21.15.78:0/1728513046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:22.232 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:22.243 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:21 smithi078 bash[14106]: cluster 2024-01-13T07:56:20.334882+0000 mgr.smithi078.ejuxzq (mgr.14180) 256 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:22.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:21 smithi177 bash[18353]: cluster 2024-01-13T07:56:20.334882+0000 mgr.smithi078.ejuxzq (mgr.14180) 256 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:24.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:23 smithi078 bash[14106]: cluster 2024-01-13T07:56:22.335858+0000 mgr.smithi078.ejuxzq (mgr.14180) 257 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:24.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:23 smithi177 bash[18353]: cluster 2024-01-13T07:56:22.335858+0000 mgr.smithi078.ejuxzq (mgr.14180) 257 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:25.613 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:25 smithi078 bash[14106]: cluster 2024-01-13T07:56:24.336437+0000 mgr.smithi078.ejuxzq (mgr.14180) 258 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:26.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:25 smithi078 bash[14106]: audit 2024-01-13T07:56:25.613131+0000 mon.smithi078 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.78:0/550500981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:26.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:25 smithi177 bash[18353]: cluster 2024-01-13T07:56:24.336437+0000 mgr.smithi078.ejuxzq (mgr.14180) 258 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:26.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:25 smithi177 bash[18353]: audit 2024-01-13T07:56:25.613131+0000 mon.smithi078 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.78:0/550500981' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:26.425 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:27.427 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:28.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:27 smithi078 bash[14106]: cluster 2024-01-13T07:56:26.337398+0000 mgr.smithi078.ejuxzq (mgr.14180) 259 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:28.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:27 smithi177 bash[18353]: cluster 2024-01-13T07:56:26.337398+0000 mgr.smithi078.ejuxzq (mgr.14180) 259 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:29.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.312627+0000 mon.smithi078 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.610084+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.611450+0000 mon.smithi078 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.618637+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.625374+0000 mon.smithi078 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.630960+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.632239+0000 mon.smithi078 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.632595+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:29.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:28 smithi078 bash[14106]: audit 2024-01-13T07:56:28.633209+0000 mon.smithi078 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:29.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.312627+0000 mon.smithi078 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:56:29.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.610084+0000 mon.smithi078 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.611450+0000 mon.smithi078 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.618637+0000 mon.smithi078 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.625374+0000 mon.smithi078 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.630960+0000 mon.smithi078 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.632239+0000 mon.smithi078 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.632595+0000 mon.smithi078 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:29.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:28 smithi177 bash[18353]: audit 2024-01-13T07:56:28.633209+0000 mon.smithi078 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:56:30.219 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:29 smithi078 bash[14106]: cluster 2024-01-13T07:56:28.338109+0000 mgr.smithi078.ejuxzq (mgr.14180) 260 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:30.220 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:29 smithi078 bash[14106]: cluster 2024-01-13T07:56:28.619236+0000 mgr.smithi078.ejuxzq (mgr.14180) 261 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:30.220 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:29 smithi078 bash[14106]: cluster 2024-01-13T07:56:28.930757+0000 mon.smithi078 (mon.0) 461 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:56:30.220 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:29 smithi078 bash[14106]: cluster 2024-01-13T07:56:28.930816+0000 mon.smithi078 (mon.0) 462 : cluster [INF] Cluster is now healthy 2024-01-13T07:56:30.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:29 smithi177 bash[18353]: cluster 2024-01-13T07:56:28.338109+0000 mgr.smithi078.ejuxzq (mgr.14180) 260 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:30.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:29 smithi177 bash[18353]: cluster 2024-01-13T07:56:28.619236+0000 mgr.smithi078.ejuxzq (mgr.14180) 261 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:29 smithi177 bash[18353]: cluster 2024-01-13T07:56:28.930757+0000 mon.smithi078 (mon.0) 461 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:56:30.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:29 smithi177 bash[18353]: cluster 2024-01-13T07:56:28.930816+0000 mon.smithi078 (mon.0) 462 : cluster [INF] Cluster is now healthy 2024-01-13T07:56:30.603 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:31.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:30 smithi078 bash[14106]: audit 2024-01-13T07:56:30.602514+0000 mon.smithi078 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/515986909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:31.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:30 smithi177 bash[18353]: audit 2024-01-13T07:56:30.602514+0000 mon.smithi078 (mon.0) 463 : audit [DBG] from='client.? 172.21.15.78:0/515986909' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:31.355 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:32.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:31 smithi177 bash[18353]: cluster 2024-01-13T07:56:30.619646+0000 mgr.smithi078.ejuxzq (mgr.14180) 262 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:32.356 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:32.369 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:31 smithi078 bash[14106]: cluster 2024-01-13T07:56:30.619646+0000 mgr.smithi078.ejuxzq (mgr.14180) 262 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:33.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:32 smithi177 bash[18353]: cluster 2024-01-13T07:56:32.620114+0000 mgr.smithi078.ejuxzq (mgr.14180) 263 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:33.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:32 smithi078 bash[14106]: cluster 2024-01-13T07:56:32.620114+0000 mgr.smithi078.ejuxzq (mgr.14180) 263 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:36.095 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:35 smithi078 bash[14106]: cluster 2024-01-13T07:56:34.620459+0000 mgr.smithi078.ejuxzq (mgr.14180) 264 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:36.215 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:36.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:35 smithi177 bash[18353]: cluster 2024-01-13T07:56:34.620459+0000 mgr.smithi078.ejuxzq (mgr.14180) 264 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:37.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:36 smithi078 bash[14106]: audit 2024-01-13T07:56:36.214150+0000 mon.smithi078 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/64865211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:37.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:36 smithi177 bash[18353]: audit 2024-01-13T07:56:36.214150+0000 mon.smithi078 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.78:0/64865211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:37.752 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":25,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:38.058 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: cluster 2024-01-13T07:56:36.620951+0000 mgr.smithi078.ejuxzq (mgr.14180) 265 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: audit 2024-01-13T07:56:37.617841+0000 mon.smithi078 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]: dispatch 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: audit 2024-01-13T07:56:37.619556+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='client.? 172.21.15.177:0/1472232007' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]: dispatch 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: audit 2024-01-13T07:56:37.625151+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]': finished 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: cluster 2024-01-13T07:56:37.625389+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e26: 1 total, 0 up, 1 in 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: audit 2024-01-13T07:56:37.625557+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:56:38.059 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:37 smithi078 bash[14106]: audit 2024-01-13T07:56:37.746021+0000 mon.smithi078 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: cluster 2024-01-13T07:56:36.620951+0000 mgr.smithi078.ejuxzq (mgr.14180) 265 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: audit 2024-01-13T07:56:37.617841+0000 mon.smithi078 (mon.0) 465 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]: dispatch 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: audit 2024-01-13T07:56:37.619556+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='client.? 172.21.15.177:0/1472232007' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]: dispatch 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: audit 2024-01-13T07:56:37.625151+0000 mon.smithi078 (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63763e88-ee5d-42d2-9436-9eed1174c731"}]': finished 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: cluster 2024-01-13T07:56:37.625389+0000 mon.smithi078 (mon.0) 467 : cluster [DBG] osdmap e26: 1 total, 0 up, 1 in 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: audit 2024-01-13T07:56:37.625557+0000 mon.smithi078 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:56:38.179 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:37 smithi177 bash[18353]: audit 2024-01-13T07:56:37.746021+0000 mon.smithi078 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:38.753 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:39.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:38 smithi078 bash[14106]: audit 2024-01-13T07:56:37.981866+0000 mon.smithi078 (mon.0) 470 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:39.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:38 smithi078 bash[14106]: audit 2024-01-13T07:56:37.983687+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='client.? 172.21.15.177:0/2324300469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:39.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:38 smithi078 bash[14106]: audit 2024-01-13T07:56:37.987388+0000 mon.smithi078 (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:56:39.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:38 smithi078 bash[14106]: cluster 2024-01-13T07:56:37.987540+0000 mon.smithi078 (mon.0) 472 : cluster [DBG] osdmap e27: 0 total, 0 up, 0 in 2024-01-13T07:56:39.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:38 smithi177 bash[18353]: audit 2024-01-13T07:56:37.981866+0000 mon.smithi078 (mon.0) 470 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:39.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:38 smithi177 bash[18353]: audit 2024-01-13T07:56:37.983687+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='client.? 172.21.15.177:0/2324300469' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:39.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:38 smithi177 bash[18353]: audit 2024-01-13T07:56:37.987388+0000 mon.smithi078 (mon.0) 471 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:56:39.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:38 smithi177 bash[18353]: cluster 2024-01-13T07:56:37.987540+0000 mon.smithi078 (mon.0) 472 : cluster [DBG] osdmap e27: 0 total, 0 up, 0 in 2024-01-13T07:56:40.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: cluster 2024-01-13T07:56:38.621452+0000 mgr.smithi078.ejuxzq (mgr.14180) 266 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:40.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: cephadm 2024-01-13T07:56:38.882230+0000 mgr.smithi078.ejuxzq (mgr.14180) 267 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:40.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:40.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:40.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:40.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:40.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: main() 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:40.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: audit 2024-01-13T07:56:39.625992+0000 mon.smithi078 (mon.0) 473 : audit [INF] from='client.? 172.21.15.78:0/4246916552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fd55655-2e3d-490f-be3a-3a6d6b78efd6"}]: dispatch 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: audit 2024-01-13T07:56:39.632894+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='client.? 172.21.15.78:0/4246916552' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fd55655-2e3d-490f-be3a-3a6d6b78efd6"}]': finished 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: cluster 2024-01-13T07:56:39.632995+0000 mon.smithi078 (mon.0) 475 : cluster [DBG] osdmap e28: 1 total, 0 up, 1 in 2024-01-13T07:56:40.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:39 smithi078 bash[14106]: audit 2024-01-13T07:56:39.633194+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: cluster 2024-01-13T07:56:38.621452+0000 mgr.smithi078.ejuxzq (mgr.14180) 266 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: cephadm 2024-01-13T07:56:38.882230+0000 mgr.smithi078.ejuxzq (mgr.14180) 267 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:40.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:40.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:40.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:40.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:40.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: main() 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:56:40.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: audit 2024-01-13T07:56:39.625992+0000 mon.smithi078 (mon.0) 473 : audit [INF] from='client.? 172.21.15.78:0/4246916552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3fd55655-2e3d-490f-be3a-3a6d6b78efd6"}]: dispatch 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: audit 2024-01-13T07:56:39.632894+0000 mon.smithi078 (mon.0) 474 : audit [INF] from='client.? 172.21.15.78:0/4246916552' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3fd55655-2e3d-490f-be3a-3a6d6b78efd6"}]': finished 2024-01-13T07:56:40.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: cluster 2024-01-13T07:56:39.632995+0000 mon.smithi078 (mon.0) 475 : cluster [DBG] osdmap e28: 1 total, 0 up, 1 in 2024-01-13T07:56:40.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:39 smithi177 bash[18353]: audit 2024-01-13T07:56:39.633194+0000 mon.smithi078 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:56:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:40 smithi177 bash[18353]: audit 2024-01-13T07:56:39.976044+0000 mon.smithi078 (mon.0) 477 : audit [INF] from='client.? 172.21.15.78:0/525472959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:40 smithi177 bash[18353]: audit 2024-01-13T07:56:39.984069+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='client.? 172.21.15.78:0/525472959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:56:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:40 smithi177 bash[18353]: cluster 2024-01-13T07:56:39.984160+0000 mon.smithi078 (mon.0) 479 : cluster [DBG] osdmap e29: 0 total, 0 up, 0 in 2024-01-13T07:56:41.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:40 smithi078 bash[14106]: audit 2024-01-13T07:56:39.976044+0000 mon.smithi078 (mon.0) 477 : audit [INF] from='client.? 172.21.15.78:0/525472959' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:56:41.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:40 smithi078 bash[14106]: audit 2024-01-13T07:56:39.984069+0000 mon.smithi078 (mon.0) 478 : audit [INF] from='client.? 172.21.15.78:0/525472959' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:56:41.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:40 smithi078 bash[14106]: cluster 2024-01-13T07:56:39.984160+0000 mon.smithi078 (mon.0) 479 : cluster [DBG] osdmap e29: 0 total, 0 up, 0 in 2024-01-13T07:56:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:41 smithi177 bash[18353]: cluster 2024-01-13T07:56:40.621714+0000 mgr.smithi078.ejuxzq (mgr.14180) 268 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:42.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:41 smithi078 bash[14106]: cluster 2024-01-13T07:56:40.621714+0000 mgr.smithi078.ejuxzq (mgr.14180) 268 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:42.919 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: cephadm 2024-01-13T07:56:41.479930+0000 mgr.smithi078.ejuxzq (mgr.14180) 269 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpqekjfbx6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsfrwxvn3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.196 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 3fd55655-2e3d-490f-be3a-3a6d6b78efd6 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.197 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.198 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.199 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.200 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: main() 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpqekjfbx6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsfrwxvn3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: cephadm 2024-01-13T07:56:41.481850+0000 mgr.smithi078.ejuxzq (mgr.14180) 270 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: placement: 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: spec: 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: data_devices: 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: all: true 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:56:43.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: main() 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:56:43.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: raise self._value 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:56:43.210 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.211 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.212 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.213 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.214 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.215 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: main() 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:56:43.216 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: cluster 2024-01-13T07:56:41.483014+0000 mgr.smithi078.ejuxzq (mgr.14180) 271 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:43.217 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: cluster 2024-01-13T07:56:41.980119+0000 mon.smithi078 (mon.0) 480 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:56:43.218 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:42 smithi078 bash[14106]: audit 2024-01-13T07:56:42.918918+0000 mon.smithi078 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.78:0/1258471241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: cephadm 2024-01-13T07:56:41.479930+0000 mgr.smithi078.ejuxzq (mgr.14180) 269 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpqekjfbx6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsfrwxvn3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 3fd55655-2e3d-490f-be3a-3a6d6b78efd6 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: main() 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpqekjfbx6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpsfrwxvn3:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: cephadm 2024-01-13T07:56:41.481850+0000 mgr.smithi078.ejuxzq (mgr.14180) 270 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:56:43.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: placement: 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: spec: 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: data_devices: 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: all: true 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: main() 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:56:43.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: raise self._value 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:56:43.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 63763e88-ee5d-42d2-9436-9eed1174c731 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:56:43.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:56:43.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:56:43.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:56:43.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: main() 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:56:43.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmp_j2vddgu:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp_d0k142d:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: cluster 2024-01-13T07:56:41.483014+0000 mgr.smithi078.ejuxzq (mgr.14180) 271 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: cluster 2024-01-13T07:56:41.980119+0000 mon.smithi078 (mon.0) 480 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:56:43.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:42 smithi177 bash[18353]: audit 2024-01-13T07:56:42.918918+0000 mon.smithi078 (mon.0) 481 : audit [DBG] from='client.? 172.21.15.78:0/1258471241' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:43.743 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:44.745 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:45.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:44 smithi078 bash[14106]: cluster 2024-01-13T07:56:43.484080+0000 mgr.smithi078.ejuxzq (mgr.14180) 272 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:45.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:44 smithi177 bash[18353]: cluster 2024-01-13T07:56:43.484080+0000 mgr.smithi078.ejuxzq (mgr.14180) 272 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:47.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:46 smithi078 bash[14106]: cluster 2024-01-13T07:56:45.485139+0000 mgr.smithi078.ejuxzq (mgr.14180) 273 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:47.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:46 smithi177 bash[18353]: cluster 2024-01-13T07:56:45.485139+0000 mgr.smithi078.ejuxzq (mgr.14180) 273 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:47.947 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:47 smithi078 bash[14106]: audit 2024-01-13T07:56:47.945906+0000 mon.smithi078 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.78:0/3214278548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:48.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:47 smithi177 bash[18353]: audit 2024-01-13T07:56:47.945906+0000 mon.smithi078 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.78:0/3214278548' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:48.750 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:49.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:48 smithi078 bash[14106]: cluster 2024-01-13T07:56:47.486121+0000 mgr.smithi078.ejuxzq (mgr.14180) 274 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:49.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:48 smithi177 bash[18353]: cluster 2024-01-13T07:56:47.486121+0000 mgr.smithi078.ejuxzq (mgr.14180) 274 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:49.751 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:51.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:50 smithi078 bash[14106]: cluster 2024-01-13T07:56:49.487142+0000 mgr.smithi078.ejuxzq (mgr.14180) 275 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:51.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:50 smithi177 bash[18353]: cluster 2024-01-13T07:56:49.487142+0000 mgr.smithi078.ejuxzq (mgr.14180) 275 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:52.865 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:53.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:52 smithi078 bash[14106]: cluster 2024-01-13T07:56:51.488193+0000 mgr.smithi078.ejuxzq (mgr.14180) 276 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:53.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:52 smithi078 bash[14106]: audit 2024-01-13T07:56:52.746985+0000 mon.smithi078 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:53.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:52 smithi078 bash[14106]: audit 2024-01-13T07:56:52.864737+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/381165851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:52 smithi177 bash[18353]: cluster 2024-01-13T07:56:51.488193+0000 mgr.smithi078.ejuxzq (mgr.14180) 276 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:52 smithi177 bash[18353]: audit 2024-01-13T07:56:52.746985+0000 mon.smithi078 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:56:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:52 smithi177 bash[18353]: audit 2024-01-13T07:56:52.864737+0000 mon.smithi078 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.78:0/381165851' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:53.652 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:54.653 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:56:55.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:54 smithi078 bash[14106]: cluster 2024-01-13T07:56:53.489229+0000 mgr.smithi078.ejuxzq (mgr.14180) 277 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:55.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:54 smithi177 bash[18353]: cluster 2024-01-13T07:56:53.489229+0000 mgr.smithi078.ejuxzq (mgr.14180) 277 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:57.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:56 smithi078 bash[14106]: cluster 2024-01-13T07:56:55.490187+0000 mgr.smithi078.ejuxzq (mgr.14180) 278 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:57.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:56 smithi177 bash[18353]: cluster 2024-01-13T07:56:55.490187+0000 mgr.smithi078.ejuxzq (mgr.14180) 278 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:57.924 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:56:58.746 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:56:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:58 smithi078 bash[14106]: cluster 2024-01-13T07:56:57.491245+0000 mgr.smithi078.ejuxzq (mgr.14180) 279 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:56:58 smithi078 bash[14106]: audit 2024-01-13T07:56:57.922639+0000 mon.smithi078 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.78:0/382531140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:59.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:58 smithi177 bash[18353]: cluster 2024-01-13T07:56:57.491245+0000 mgr.smithi078.ejuxzq (mgr.14180) 279 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:56:59.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:56:58 smithi177 bash[18353]: audit 2024-01-13T07:56:57.922639+0000 mon.smithi078 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.78:0/382531140' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:56:59.747 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:00 smithi078 bash[14106]: cluster 2024-01-13T07:56:59.492241+0000 mgr.smithi078.ejuxzq (mgr.14180) 280 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:00 smithi177 bash[18353]: cluster 2024-01-13T07:56:59.492241+0000 mgr.smithi078.ejuxzq (mgr.14180) 280 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:03.003 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:03.242 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:02 smithi078 bash[14106]: cluster 2024-01-13T07:57:01.493174+0000 mgr.smithi078.ejuxzq (mgr.14180) 281 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:03.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:02 smithi177 bash[18353]: cluster 2024-01-13T07:57:01.493174+0000 mgr.smithi078.ejuxzq (mgr.14180) 281 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:03.844 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:04.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:03 smithi078 bash[14106]: audit 2024-01-13T07:57:03.002122+0000 mon.smithi078 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.78:0/1646380994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:04.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:03 smithi177 bash[18353]: audit 2024-01-13T07:57:03.002122+0000 mon.smithi078 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.78:0/1646380994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:04.845 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:04 smithi078 bash[14106]: cluster 2024-01-13T07:57:03.494277+0000 mgr.smithi078.ejuxzq (mgr.14180) 282 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:04 smithi177 bash[18353]: cluster 2024-01-13T07:57:03.494277+0000 mgr.smithi078.ejuxzq (mgr.14180) 282 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:06.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:05 smithi078 bash[14106]: cluster 2024-01-13T07:57:05.495435+0000 mgr.smithi078.ejuxzq (mgr.14180) 283 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:05 smithi177 bash[18353]: cluster 2024-01-13T07:57:05.495435+0000 mgr.smithi078.ejuxzq (mgr.14180) 283 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:07.885 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:08.700 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:08.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:08 smithi078 bash[14106]: cluster 2024-01-13T07:57:07.496492+0000 mgr.smithi078.ejuxzq (mgr.14180) 284 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:08.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:08 smithi078 bash[14106]: audit 2024-01-13T07:57:07.884161+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.78:0/2279103473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:09.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:08 smithi177 bash[18353]: cluster 2024-01-13T07:57:07.496492+0000 mgr.smithi078.ejuxzq (mgr.14180) 284 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:09.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:08 smithi177 bash[18353]: audit 2024-01-13T07:57:07.884161+0000 mon.smithi078 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.78:0/2279103473' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:09.702 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:11.134 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:10 smithi078 bash[14106]: cluster 2024-01-13T07:57:09.497575+0000 mgr.smithi078.ejuxzq (mgr.14180) 285 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:11.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:10 smithi177 bash[18353]: cluster 2024-01-13T07:57:09.497575+0000 mgr.smithi078.ejuxzq (mgr.14180) 285 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:12.927 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:13.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:12 smithi078 bash[14106]: cluster 2024-01-13T07:57:11.498153+0000 mgr.smithi078.ejuxzq (mgr.14180) 286 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:13.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:12 smithi177 bash[18353]: cluster 2024-01-13T07:57:11.498153+0000 mgr.smithi078.ejuxzq (mgr.14180) 286 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:13.729 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:14.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:13 smithi078 bash[14106]: audit 2024-01-13T07:57:12.926606+0000 mon.smithi078 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.78:0/1932810052' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:14.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:13 smithi177 bash[18353]: audit 2024-01-13T07:57:12.926606+0000 mon.smithi078 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.78:0/1932810052' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:14.731 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:15.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:14 smithi078 bash[14106]: cluster 2024-01-13T07:57:13.498980+0000 mgr.smithi078.ejuxzq (mgr.14180) 287 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:15.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:14 smithi177 bash[18353]: cluster 2024-01-13T07:57:13.498980+0000 mgr.smithi078.ejuxzq (mgr.14180) 287 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:16 smithi177 bash[18353]: cluster 2024-01-13T07:57:15.500006+0000 mgr.smithi078.ejuxzq (mgr.14180) 288 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:17.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:16 smithi078 bash[14106]: cluster 2024-01-13T07:57:15.500006+0000 mgr.smithi078.ejuxzq (mgr.14180) 288 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:17.853 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:18.133 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:17 smithi078 bash[14106]: audit 2024-01-13T07:57:17.852553+0000 mon.smithi078 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.78:0/3506392810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:17 smithi177 bash[18353]: audit 2024-01-13T07:57:17.852553+0000 mon.smithi078 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.78:0/3506392810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:18.675 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:19.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:18 smithi177 bash[18353]: cluster 2024-01-13T07:57:17.501034+0000 mgr.smithi078.ejuxzq (mgr.14180) 289 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:19.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:18 smithi078 bash[14106]: cluster 2024-01-13T07:57:17.501034+0000 mgr.smithi078.ejuxzq (mgr.14180) 289 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:19.676 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:21.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:20 smithi078 bash[14106]: cluster 2024-01-13T07:57:19.502102+0000 mgr.smithi078.ejuxzq (mgr.14180) 290 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:20 smithi177 bash[18353]: cluster 2024-01-13T07:57:19.502102+0000 mgr.smithi078.ejuxzq (mgr.14180) 290 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:22.860 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:22 smithi078 bash[14106]: cluster 2024-01-13T07:57:21.503109+0000 mgr.smithi078.ejuxzq (mgr.14180) 291 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:23.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:22 smithi078 bash[14106]: audit 2024-01-13T07:57:22.859679+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.78:0/3376225225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:22 smithi177 bash[18353]: cluster 2024-01-13T07:57:21.503109+0000 mgr.smithi078.ejuxzq (mgr.14180) 291 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:23.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:22 smithi177 bash[18353]: audit 2024-01-13T07:57:22.859679+0000 mon.smithi078 (mon.0) 490 : audit [DBG] from='client.? 172.21.15.78:0/3376225225' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:23.614 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:24.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:23 smithi177 bash[18353]: cluster 2024-01-13T07:57:23.504198+0000 mgr.smithi078.ejuxzq (mgr.14180) 292 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:24.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:23 smithi078 bash[14106]: cluster 2024-01-13T07:57:23.504198+0000 mgr.smithi078.ejuxzq (mgr.14180) 292 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:24.615 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:27.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:26 smithi078 bash[14106]: cluster 2024-01-13T07:57:25.505268+0000 mgr.smithi078.ejuxzq (mgr.14180) 293 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:27.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:26 smithi177 bash[18353]: cluster 2024-01-13T07:57:25.505268+0000 mgr.smithi078.ejuxzq (mgr.14180) 293 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:27.605 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:28.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:27 smithi078 bash[14106]: audit 2024-01-13T07:57:27.604232+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.78:0/4253812056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:28.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:27 smithi177 bash[18353]: audit 2024-01-13T07:57:27.604232+0000 mon.smithi078 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.78:0/4253812056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:28.382 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:29.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:28 smithi177 bash[18353]: cluster 2024-01-13T07:57:27.506268+0000 mgr.smithi078.ejuxzq (mgr.14180) 294 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:29.383 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:29.397 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:28 smithi078 bash[14106]: cluster 2024-01-13T07:57:27.506268+0000 mgr.smithi078.ejuxzq (mgr.14180) 294 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:31.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:30 smithi078 bash[14106]: cluster 2024-01-13T07:57:29.507254+0000 mgr.smithi078.ejuxzq (mgr.14180) 295 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:31.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:30 smithi177 bash[18353]: cluster 2024-01-13T07:57:29.507254+0000 mgr.smithi078.ejuxzq (mgr.14180) 295 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:32.629 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:33.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:32 smithi078 bash[14106]: cluster 2024-01-13T07:57:31.508303+0000 mgr.smithi078.ejuxzq (mgr.14180) 296 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:33.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:32 smithi078 bash[14106]: audit 2024-01-13T07:57:32.627801+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/849578506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:33.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:32 smithi177 bash[18353]: cluster 2024-01-13T07:57:31.508303+0000 mgr.smithi078.ejuxzq (mgr.14180) 296 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:33.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:32 smithi177 bash[18353]: audit 2024-01-13T07:57:32.627801+0000 mon.smithi078 (mon.0) 492 : audit [DBG] from='client.? 172.21.15.78:0/849578506' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:33.464 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:34.465 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:35.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:34 smithi177 bash[18353]: cluster 2024-01-13T07:57:33.509362+0000 mgr.smithi078.ejuxzq (mgr.14180) 297 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:35.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:34 smithi078 bash[14106]: cluster 2024-01-13T07:57:33.509362+0000 mgr.smithi078.ejuxzq (mgr.14180) 297 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:37.259 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:36 smithi078 bash[14106]: cluster 2024-01-13T07:57:35.510343+0000 mgr.smithi078.ejuxzq (mgr.14180) 298 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:37.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:36 smithi177 bash[18353]: cluster 2024-01-13T07:57:35.510343+0000 mgr.smithi078.ejuxzq (mgr.14180) 298 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:37.649 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:38.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:37 smithi177 bash[18353]: audit 2024-01-13T07:57:37.648133+0000 mon.smithi078 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.78:0/1954098826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:38.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:37 smithi078 bash[14106]: audit 2024-01-13T07:57:37.648133+0000 mon.smithi078 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.78:0/1954098826' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:38.603 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:39.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:38 smithi177 bash[18353]: cluster 2024-01-13T07:57:37.511326+0000 mgr.smithi078.ejuxzq (mgr.14180) 299 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:39.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:38 smithi078 bash[14106]: cluster 2024-01-13T07:57:37.511326+0000 mgr.smithi078.ejuxzq (mgr.14180) 299 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:39.605 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:41.138 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:40 smithi078 bash[14106]: cluster 2024-01-13T07:57:39.512328+0000 mgr.smithi078.ejuxzq (mgr.14180) 300 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:41.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:40 smithi177 bash[18353]: cluster 2024-01-13T07:57:39.512328+0000 mgr.smithi078.ejuxzq (mgr.14180) 300 : cluster [DBG] pgmap v265: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:42.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.484749+0000 mon.smithi078 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.787325+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.788255+0000 mon.smithi078 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.793569+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.800842+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.805357+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.808982+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.809299+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:41 smithi078 bash[14106]: audit 2024-01-13T07:57:41.809996+0000 mon.smithi078 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.484749+0000 mon.smithi078 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.787325+0000 mon.smithi078 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.788255+0000 mon.smithi078 (mon.0) 496 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.793569+0000 mon.smithi078 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.800842+0000 mon.smithi078 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:57:42.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.805357+0000 mon.smithi078 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:57:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.808982+0000 mon.smithi078 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:57:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.809299+0000 mon.smithi078 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:41 smithi177 bash[18353]: audit 2024-01-13T07:57:41.809996+0000 mon.smithi078 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:57:42.947 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:43.203 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:42 smithi078 bash[14106]: cluster 2024-01-13T07:57:41.512873+0000 mgr.smithi078.ejuxzq (mgr.14180) 301 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:42 smithi078 bash[14106]: cluster 2024-01-13T07:57:41.794101+0000 mgr.smithi078.ejuxzq (mgr.14180) 302 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:42 smithi078 bash[14106]: cluster 2024-01-13T07:57:41.915435+0000 mon.smithi078 (mon.0) 503 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:57:43.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:42 smithi078 bash[14106]: cluster 2024-01-13T07:57:41.915495+0000 mon.smithi078 (mon.0) 504 : cluster [INF] Cluster is now healthy 2024-01-13T07:57:43.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:42 smithi177 bash[18353]: cluster 2024-01-13T07:57:41.512873+0000 mgr.smithi078.ejuxzq (mgr.14180) 301 : cluster [DBG] pgmap v266: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:43.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:42 smithi177 bash[18353]: cluster 2024-01-13T07:57:41.794101+0000 mgr.smithi078.ejuxzq (mgr.14180) 302 : cluster [DBG] pgmap v267: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:43.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:42 smithi177 bash[18353]: cluster 2024-01-13T07:57:41.915435+0000 mon.smithi078 (mon.0) 503 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:57:43.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:42 smithi177 bash[18353]: cluster 2024-01-13T07:57:41.915495+0000 mon.smithi078 (mon.0) 504 : cluster [INF] Cluster is now healthy 2024-01-13T07:57:43.782 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:44.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:43 smithi078 bash[14106]: audit 2024-01-13T07:57:42.945918+0000 mon.smithi078 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.78:0/164412237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:44.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:43 smithi177 bash[18353]: audit 2024-01-13T07:57:42.945918+0000 mon.smithi078 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.78:0/164412237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:44.783 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:45.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:44 smithi078 bash[14106]: cluster 2024-01-13T07:57:43.794455+0000 mgr.smithi078.ejuxzq (mgr.14180) 303 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:45.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:44 smithi177 bash[18353]: cluster 2024-01-13T07:57:43.794455+0000 mgr.smithi078.ejuxzq (mgr.14180) 303 : cluster [DBG] pgmap v268: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:47.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:46 smithi177 bash[18353]: cluster 2024-01-13T07:57:45.794909+0000 mgr.smithi078.ejuxzq (mgr.14180) 304 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:47.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:46 smithi078 bash[14106]: cluster 2024-01-13T07:57:45.794909+0000 mgr.smithi078.ejuxzq (mgr.14180) 304 : cluster [DBG] pgmap v269: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:48.064 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:49.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:48 smithi078 bash[14106]: cluster 2024-01-13T07:57:47.795284+0000 mgr.smithi078.ejuxzq (mgr.14180) 305 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:49.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:48 smithi078 bash[14106]: audit 2024-01-13T07:57:48.062887+0000 mon.smithi078 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.78:0/1293227742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:49.176 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":29,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:49.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:48 smithi177 bash[18353]: cluster 2024-01-13T07:57:47.795284+0000 mgr.smithi078.ejuxzq (mgr.14180) 305 : cluster [DBG] pgmap v270: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:49.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:48 smithi177 bash[18353]: audit 2024-01-13T07:57:48.062887+0000 mon.smithi078 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.78:0/1293227742' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:50.177 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: cluster 2024-01-13T07:57:49.795709+0000 mgr.smithi078.ejuxzq (mgr.14180) 306 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: audit 2024-01-13T07:57:50.546179+0000 mon.smithi078 (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]: dispatch 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: audit 2024-01-13T07:57:50.548212+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='client.? 172.21.15.177:0/3140406378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]: dispatch 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: audit 2024-01-13T07:57:50.551512+0000 mon.smithi078 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]': finished 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: cluster 2024-01-13T07:57:50.551574+0000 mon.smithi078 (mon.0) 509 : cluster [DBG] osdmap e30: 1 total, 0 up, 1 in 2024-01-13T07:57:51.241 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:50 smithi177 bash[18353]: audit 2024-01-13T07:57:50.551787+0000 mon.smithi078 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:57:51.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: cluster 2024-01-13T07:57:49.795709+0000 mgr.smithi078.ejuxzq (mgr.14180) 306 : cluster [DBG] pgmap v271: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: audit 2024-01-13T07:57:50.546179+0000 mon.smithi078 (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]: dispatch 2024-01-13T07:57:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: audit 2024-01-13T07:57:50.548212+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='client.? 172.21.15.177:0/3140406378' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]: dispatch 2024-01-13T07:57:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: audit 2024-01-13T07:57:50.551512+0000 mon.smithi078 (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fe41c1a-ef72-48b9-87bc-be22386e1b8a"}]': finished 2024-01-13T07:57:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: cluster 2024-01-13T07:57:50.551574+0000 mon.smithi078 (mon.0) 509 : cluster [DBG] osdmap e30: 1 total, 0 up, 1 in 2024-01-13T07:57:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:50 smithi078 bash[14106]: audit 2024-01-13T07:57:50.551787+0000 mon.smithi078 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:57:52.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:51 smithi078 bash[14106]: audit 2024-01-13T07:57:50.912759+0000 mon.smithi078 (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:52.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:51 smithi078 bash[14106]: audit 2024-01-13T07:57:50.913998+0000 mon.smithi177 (mon.1) 13 : audit [INF] from='client.? 172.21.15.177:0/1057982194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:52.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:51 smithi078 bash[14106]: audit 2024-01-13T07:57:50.924596+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:57:52.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:51 smithi078 bash[14106]: cluster 2024-01-13T07:57:50.924654+0000 mon.smithi078 (mon.0) 513 : cluster [DBG] osdmap e31: 0 total, 0 up, 0 in 2024-01-13T07:57:52.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:51 smithi177 bash[18353]: audit 2024-01-13T07:57:50.912759+0000 mon.smithi078 (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:52.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:51 smithi177 bash[18353]: audit 2024-01-13T07:57:50.913998+0000 mon.smithi177 (mon.1) 13 : audit [INF] from='client.? 172.21.15.177:0/1057982194' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:52.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:51 smithi177 bash[18353]: audit 2024-01-13T07:57:50.924596+0000 mon.smithi078 (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:57:52.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:51 smithi177 bash[18353]: cluster 2024-01-13T07:57:50.924654+0000 mon.smithi078 (mon.0) 513 : cluster [DBG] osdmap e31: 0 total, 0 up, 0 in 2024-01-13T07:57:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: cephadm 2024-01-13T07:57:51.746443+0000 mgr.smithi078.ejuxzq (mgr.14180) 307 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:57:53.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:53.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:53.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:53.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:53.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:53.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: main() 2024-01-13T07:57:53.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:53.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:53.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: cluster 2024-01-13T07:57:51.796074+0000 mgr.smithi078.ejuxzq (mgr.14180) 308 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:53.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:52 smithi177 bash[18353]: audit 2024-01-13T07:57:52.746557+0000 mon.smithi078 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: cephadm 2024-01-13T07:57:51.746443+0000 mgr.smithi078.ejuxzq (mgr.14180) 307 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:53.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:53.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:53.407 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:53.408 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:53.409 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:53.410 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: main() 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:53.411 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:53.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:53.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:53.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: cluster 2024-01-13T07:57:51.796074+0000 mgr.smithi078.ejuxzq (mgr.14180) 308 : cluster [DBG] pgmap v274: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:53.412 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:52 smithi078 bash[14106]: audit 2024-01-13T07:57:52.746557+0000 mon.smithi078 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:57:53.843 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:54.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.074092+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='client.? 172.21.15.78:0/1399639214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59cc9855-814c-4757-ba49-2dd33487573f"}]: dispatch 2024-01-13T07:57:54.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.080371+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='client.? 172.21.15.78:0/1399639214' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59cc9855-814c-4757-ba49-2dd33487573f"}]': finished 2024-01-13T07:57:54.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: cluster 2024-01-13T07:57:53.080457+0000 mon.smithi078 (mon.0) 517 : cluster [DBG] osdmap e32: 1 total, 0 up, 1 in 2024-01-13T07:57:54.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.080599+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:57:54.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.423629+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='client.? 172.21.15.78:0/3510548655' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:54.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.429217+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='client.? 172.21.15.78:0/3510548655' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:57:54.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: cluster 2024-01-13T07:57:53.429288+0000 mon.smithi078 (mon.0) 521 : cluster [DBG] osdmap e33: 0 total, 0 up, 0 in 2024-01-13T07:57:54.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:53 smithi078 bash[14106]: audit 2024-01-13T07:57:53.843054+0000 mon.smithi078 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.78:0/722701495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.074092+0000 mon.smithi078 (mon.0) 515 : audit [INF] from='client.? 172.21.15.78:0/1399639214' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "59cc9855-814c-4757-ba49-2dd33487573f"}]: dispatch 2024-01-13T07:57:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.080371+0000 mon.smithi078 (mon.0) 516 : audit [INF] from='client.? 172.21.15.78:0/1399639214' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "59cc9855-814c-4757-ba49-2dd33487573f"}]': finished 2024-01-13T07:57:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: cluster 2024-01-13T07:57:53.080457+0000 mon.smithi078 (mon.0) 517 : cluster [DBG] osdmap e32: 1 total, 0 up, 1 in 2024-01-13T07:57:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.080599+0000 mon.smithi078 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:57:54.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.423629+0000 mon.smithi078 (mon.0) 519 : audit [INF] from='client.? 172.21.15.78:0/3510548655' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:57:54.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.429217+0000 mon.smithi078 (mon.0) 520 : audit [INF] from='client.? 172.21.15.78:0/3510548655' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:57:54.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: cluster 2024-01-13T07:57:53.429288+0000 mon.smithi078 (mon.0) 521 : cluster [DBG] osdmap e33: 0 total, 0 up, 0 in 2024-01-13T07:57:54.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:53 smithi177 bash[18353]: audit 2024-01-13T07:57:53.843054+0000 mon.smithi078 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.78:0/722701495' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:57:55.069 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:57:55.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:54 smithi177 bash[18353]: cluster 2024-01-13T07:57:53.796404+0000 mgr.smithi078.ejuxzq (mgr.14180) 309 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:55.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:54 smithi078 bash[14106]: cluster 2024-01-13T07:57:53.796404+0000 mgr.smithi078.ejuxzq (mgr.14180) 309 : cluster [DBG] pgmap v277: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:56.071 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: cephadm 2024-01-13T07:57:54.609576+0000 mgr.smithi078.ejuxzq (mgr.14180) 310 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaty2b9tt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp7oevli_a:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 59cc9855-814c-4757-ba49-2dd33487573f 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: main() 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:57:56.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaty2b9tt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp7oevli_a:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: cephadm 2024-01-13T07:57:54.611947+0000 mgr.smithi078.ejuxzq (mgr.14180) 311 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: placement: 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: spec: 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: data_devices: 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: all: true 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:56.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.274 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: main() 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:57:56.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: raise self._value 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:57:56.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:57:56.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:56.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:57:56.286 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.287 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.288 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: main() 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: cluster 2024-01-13T07:57:54.613028+0000 mgr.smithi078.ejuxzq (mgr.14180) 312 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:56.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:55 smithi177 bash[18353]: cluster 2024-01-13T07:57:55.428819+0000 mon.smithi078 (mon.0) 523 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: cephadm 2024-01-13T07:57:54.609576+0000 mgr.smithi078.ejuxzq (mgr.14180) 310 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:56.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaty2b9tt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp7oevli_a:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 59cc9855-814c-4757-ba49-2dd33487573f 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: main() 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpaty2b9tt:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp7oevli_a:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: cephadm 2024-01-13T07:57:54.611947+0000 mgr.smithi078.ejuxzq (mgr.14180) 311 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:57:56.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: placement: 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: spec: 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: data_devices: 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: all: true 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:56.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.307 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.308 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: main() 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:57:56.310 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:57:56.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: raise self._value 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:57:56.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 2fe41c1a-ef72-48b9-87bc-be22386e1b8a 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.313 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:57:56.314 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:57:56.315 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:57:56.316 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:57:56.317 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: main() 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:57:56.318 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpabamfcgj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp96uzc97z:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: cluster 2024-01-13T07:57:54.613028+0000 mgr.smithi078.ejuxzq (mgr.14180) 312 : cluster [DBG] pgmap v278: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:56.319 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:55 smithi078 bash[14106]: cluster 2024-01-13T07:57:55.428819+0000 mon.smithi078 (mon.0) 523 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:57:58.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:57 smithi078 bash[14106]: cluster 2024-01-13T07:57:56.614085+0000 mgr.smithi078.ejuxzq (mgr.14180) 313 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:58.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:57 smithi177 bash[18353]: cluster 2024-01-13T07:57:56.614085+0000 mgr.smithi078.ejuxzq (mgr.14180) 313 : cluster [DBG] pgmap v279: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:59.373 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:57:59.402 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:57:59 smithi078 bash[14106]: cluster 2024-01-13T07:57:58.615080+0000 mgr.smithi078.ejuxzq (mgr.14180) 314 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:57:59.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:57:59 smithi177 bash[18353]: cluster 2024-01-13T07:57:58.615080+0000 mgr.smithi078.ejuxzq (mgr.14180) 314 : cluster [DBG] pgmap v280: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:00.152 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:00.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:00 smithi078 bash[14106]: audit 2024-01-13T07:57:59.372694+0000 mon.smithi078 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.78:0/1019656842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:00.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:00 smithi177 bash[18353]: audit 2024-01-13T07:57:59.372694+0000 mon.smithi078 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.78:0/1019656842' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:01.153 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:01.349 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:01 smithi078 bash[14106]: cluster 2024-01-13T07:58:00.616069+0000 mgr.smithi078.ejuxzq (mgr.14180) 315 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:01.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:01 smithi177 bash[18353]: cluster 2024-01-13T07:58:00.616069+0000 mgr.smithi078.ejuxzq (mgr.14180) 315 : cluster [DBG] pgmap v281: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:03.987 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:03 smithi078 bash[14106]: cluster 2024-01-13T07:58:02.617129+0000 mgr.smithi078.ejuxzq (mgr.14180) 316 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:04.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:03 smithi177 bash[18353]: cluster 2024-01-13T07:58:02.617129+0000 mgr.smithi078.ejuxzq (mgr.14180) 316 : cluster [DBG] pgmap v282: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:04.369 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:05.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:04 smithi177 bash[18353]: audit 2024-01-13T07:58:04.368491+0000 mon.smithi078 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.78:0/2225312798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:05.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:04 smithi078 bash[14106]: audit 2024-01-13T07:58:04.368491+0000 mon.smithi078 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.78:0/2225312798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:05.299 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:05 smithi177 bash[18353]: cluster 2024-01-13T07:58:04.618174+0000 mgr.smithi078.ejuxzq (mgr.14180) 317 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:06.300 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:06.312 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:05 smithi078 bash[14106]: cluster 2024-01-13T07:58:04.618174+0000 mgr.smithi078.ejuxzq (mgr.14180) 317 : cluster [DBG] pgmap v283: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:07 smithi078 bash[14106]: cluster 2024-01-13T07:58:06.619132+0000 mgr.smithi078.ejuxzq (mgr.14180) 318 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:08.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:07 smithi078 bash[14106]: audit 2024-01-13T07:58:07.749080+0000 mon.smithi078 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:07 smithi177 bash[18353]: cluster 2024-01-13T07:58:06.619132+0000 mgr.smithi078.ejuxzq (mgr.14180) 318 : cluster [DBG] pgmap v284: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:07 smithi177 bash[18353]: audit 2024-01-13T07:58:07.749080+0000 mon.smithi078 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:09.726 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:10.030 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:09 smithi078 bash[14106]: cluster 2024-01-13T07:58:08.619814+0000 mgr.smithi078.ejuxzq (mgr.14180) 319 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:10.031 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:09 smithi078 bash[14106]: audit 2024-01-13T07:58:09.725206+0000 mon.smithi078 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.78:0/3531171551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:10.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:09 smithi177 bash[18353]: cluster 2024-01-13T07:58:08.619814+0000 mgr.smithi078.ejuxzq (mgr.14180) 319 : cluster [DBG] pgmap v285: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:10.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:09 smithi177 bash[18353]: audit 2024-01-13T07:58:09.725206+0000 mon.smithi078 (mon.0) 527 : audit [DBG] from='client.? 172.21.15.78:0/3531171551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:10.600 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:11.601 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:12.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:11 smithi177 bash[18353]: cluster 2024-01-13T07:58:10.620806+0000 mgr.smithi078.ejuxzq (mgr.14180) 320 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:12.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:11 smithi078 bash[14106]: cluster 2024-01-13T07:58:10.620806+0000 mgr.smithi078.ejuxzq (mgr.14180) 320 : cluster [DBG] pgmap v286: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:14.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:13 smithi177 bash[18353]: cluster 2024-01-13T07:58:12.621883+0000 mgr.smithi078.ejuxzq (mgr.14180) 321 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:14.270 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:13 smithi078 bash[14106]: cluster 2024-01-13T07:58:12.621883+0000 mgr.smithi078.ejuxzq (mgr.14180) 321 : cluster [DBG] pgmap v287: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:14.674 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:15.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:14 smithi177 bash[18353]: audit 2024-01-13T07:58:14.673210+0000 mon.smithi078 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.78:0/2711481905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:15.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:14 smithi078 bash[14106]: audit 2024-01-13T07:58:14.673210+0000 mon.smithi078 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.78:0/2711481905' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:15.457 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:16.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:15 smithi177 bash[18353]: cluster 2024-01-13T07:58:14.622865+0000 mgr.smithi078.ejuxzq (mgr.14180) 322 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:16.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:15 smithi078 bash[14106]: cluster 2024-01-13T07:58:14.622865+0000 mgr.smithi078.ejuxzq (mgr.14180) 322 : cluster [DBG] pgmap v288: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:16.458 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:16 smithi177 bash[18353]: cluster 2024-01-13T07:58:16.623867+0000 mgr.smithi078.ejuxzq (mgr.14180) 323 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:17.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:16 smithi078 bash[14106]: cluster 2024-01-13T07:58:16.623867+0000 mgr.smithi078.ejuxzq (mgr.14180) 323 : cluster [DBG] pgmap v289: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:19.586 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:19.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:19 smithi078 bash[14106]: cluster 2024-01-13T07:58:18.624814+0000 mgr.smithi078.ejuxzq (mgr.14180) 324 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:19.904 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:19 smithi078 bash[14106]: audit 2024-01-13T07:58:19.585441+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.78:0/3289651300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:20.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:19 smithi177 bash[18353]: cluster 2024-01-13T07:58:18.624814+0000 mgr.smithi078.ejuxzq (mgr.14180) 324 : cluster [DBG] pgmap v290: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:20.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:19 smithi177 bash[18353]: audit 2024-01-13T07:58:19.585441+0000 mon.smithi078 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.78:0/3289651300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:20.381 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:21.382 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:22.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:21 smithi177 bash[18353]: cluster 2024-01-13T07:58:20.625855+0000 mgr.smithi078.ejuxzq (mgr.14180) 325 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:22.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:21 smithi078 bash[14106]: cluster 2024-01-13T07:58:20.625855+0000 mgr.smithi078.ejuxzq (mgr.14180) 325 : cluster [DBG] pgmap v291: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:24.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:23 smithi177 bash[18353]: cluster 2024-01-13T07:58:22.626962+0000 mgr.smithi078.ejuxzq (mgr.14180) 326 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:24.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:23 smithi078 bash[14106]: cluster 2024-01-13T07:58:22.626962+0000 mgr.smithi078.ejuxzq (mgr.14180) 326 : cluster [DBG] pgmap v292: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:24.646 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:25.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:24 smithi177 bash[18353]: audit 2024-01-13T07:58:24.645286+0000 mon.smithi078 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.78:0/2234649112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:25.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:24 smithi078 bash[14106]: audit 2024-01-13T07:58:24.645286+0000 mon.smithi078 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.78:0/2234649112' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:25.472 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:26.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:25 smithi177 bash[18353]: cluster 2024-01-13T07:58:24.627931+0000 mgr.smithi078.ejuxzq (mgr.14180) 327 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:26.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:25 smithi078 bash[14106]: cluster 2024-01-13T07:58:24.627931+0000 mgr.smithi078.ejuxzq (mgr.14180) 327 : cluster [DBG] pgmap v293: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:26.473 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:28.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:27 smithi078 bash[14106]: cluster 2024-01-13T07:58:26.628914+0000 mgr.smithi078.ejuxzq (mgr.14180) 328 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:28.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:27 smithi177 bash[18353]: cluster 2024-01-13T07:58:26.628914+0000 mgr.smithi078.ejuxzq (mgr.14180) 328 : cluster [DBG] pgmap v294: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:29.840 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:30.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:29 smithi078 bash[14106]: cluster 2024-01-13T07:58:28.630007+0000 mgr.smithi078.ejuxzq (mgr.14180) 329 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:30.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:29 smithi078 bash[14106]: audit 2024-01-13T07:58:29.838778+0000 mon.smithi078 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.78:0/338730511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:30.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:29 smithi177 bash[18353]: cluster 2024-01-13T07:58:28.630007+0000 mgr.smithi078.ejuxzq (mgr.14180) 329 : cluster [DBG] pgmap v295: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:30.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:29 smithi177 bash[18353]: audit 2024-01-13T07:58:29.838778+0000 mon.smithi078 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.78:0/338730511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:30.643 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:31.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:30 smithi177 bash[18353]: cluster 2024-01-13T07:58:30.631001+0000 mgr.smithi078.ejuxzq (mgr.14180) 330 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:31.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:30 smithi078 bash[14106]: cluster 2024-01-13T07:58:30.631001+0000 mgr.smithi078.ejuxzq (mgr.14180) 330 : cluster [DBG] pgmap v296: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:31.645 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:34.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:33 smithi177 bash[18353]: cluster 2024-01-13T07:58:32.631993+0000 mgr.smithi078.ejuxzq (mgr.14180) 331 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:34.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:33 smithi078 bash[14106]: cluster 2024-01-13T07:58:32.631993+0000 mgr.smithi078.ejuxzq (mgr.14180) 331 : cluster [DBG] pgmap v297: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:35.087 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:35.876 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:36.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:35 smithi078 bash[14106]: cluster 2024-01-13T07:58:34.633000+0000 mgr.smithi078.ejuxzq (mgr.14180) 332 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:36.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:35 smithi078 bash[14106]: audit 2024-01-13T07:58:35.085775+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.78:0/2495402423' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:36.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:35 smithi177 bash[18353]: cluster 2024-01-13T07:58:34.633000+0000 mgr.smithi078.ejuxzq (mgr.14180) 332 : cluster [DBG] pgmap v298: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:36.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:35 smithi177 bash[18353]: audit 2024-01-13T07:58:35.085775+0000 mon.smithi078 (mon.0) 532 : audit [DBG] from='client.? 172.21.15.78:0/2495402423' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:36.878 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:38.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:37 smithi078 bash[14106]: cluster 2024-01-13T07:58:36.634007+0000 mgr.smithi078.ejuxzq (mgr.14180) 333 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:38.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:37 smithi177 bash[18353]: cluster 2024-01-13T07:58:36.634007+0000 mgr.smithi078.ejuxzq (mgr.14180) 333 : cluster [DBG] pgmap v299: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:40.077 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:40.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:39 smithi177 bash[18353]: cluster 2024-01-13T07:58:38.634991+0000 mgr.smithi078.ejuxzq (mgr.14180) 334 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:40.371 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:39 smithi078 bash[14106]: cluster 2024-01-13T07:58:38.634991+0000 mgr.smithi078.ejuxzq (mgr.14180) 334 : cluster [DBG] pgmap v300: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:40.890 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:41.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:40 smithi078 bash[14106]: audit 2024-01-13T07:58:40.075841+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.78:0/2184601197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:41.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:40 smithi177 bash[18353]: audit 2024-01-13T07:58:40.075841+0000 mon.smithi078 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.78:0/2184601197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:41.891 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:42.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:41 smithi078 bash[14106]: cluster 2024-01-13T07:58:40.636102+0000 mgr.smithi078.ejuxzq (mgr.14180) 335 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:42.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:41 smithi177 bash[18353]: cluster 2024-01-13T07:58:40.636102+0000 mgr.smithi078.ejuxzq (mgr.14180) 335 : cluster [DBG] pgmap v301: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:43.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:42 smithi177 bash[18353]: cluster 2024-01-13T07:58:42.637271+0000 mgr.smithi078.ejuxzq (mgr.14180) 336 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:43.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:42 smithi078 bash[14106]: cluster 2024-01-13T07:58:42.637271+0000 mgr.smithi078.ejuxzq (mgr.14180) 336 : cluster [DBG] pgmap v302: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:45.202 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:46.030 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:46.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:45 smithi177 bash[18353]: cluster 2024-01-13T07:58:44.638246+0000 mgr.smithi078.ejuxzq (mgr.14180) 337 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:46.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:45 smithi177 bash[18353]: audit 2024-01-13T07:58:45.201049+0000 mon.smithi078 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.78:0/2361686292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:46.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:45 smithi078 bash[14106]: cluster 2024-01-13T07:58:44.638246+0000 mgr.smithi078.ejuxzq (mgr.14180) 337 : cluster [DBG] pgmap v303: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:46.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:45 smithi078 bash[14106]: audit 2024-01-13T07:58:45.201049+0000 mon.smithi078 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.78:0/2361686292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:47.031 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:48.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:47 smithi078 bash[14106]: cluster 2024-01-13T07:58:46.639278+0000 mgr.smithi078.ejuxzq (mgr.14180) 338 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:48.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:47 smithi177 bash[18353]: cluster 2024-01-13T07:58:46.639278+0000 mgr.smithi078.ejuxzq (mgr.14180) 338 : cluster [DBG] pgmap v304: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:50.143 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:50.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:49 smithi078 bash[14106]: cluster 2024-01-13T07:58:48.640227+0000 mgr.smithi078.ejuxzq (mgr.14180) 339 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:50.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:49 smithi177 bash[18353]: cluster 2024-01-13T07:58:48.640227+0000 mgr.smithi078.ejuxzq (mgr.14180) 339 : cluster [DBG] pgmap v305: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:50.914 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:51.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:50 smithi177 bash[18353]: audit 2024-01-13T07:58:50.142606+0000 mon.smithi078 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.78:0/2641162390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:51.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:50 smithi078 bash[14106]: audit 2024-01-13T07:58:50.142606+0000 mon.smithi078 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.78:0/2641162390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:51.915 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:52.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:51 smithi177 bash[18353]: cluster 2024-01-13T07:58:50.641274+0000 mgr.smithi078.ejuxzq (mgr.14180) 340 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:52.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:51 smithi078 bash[14106]: cluster 2024-01-13T07:58:50.641274+0000 mgr.smithi078.ejuxzq (mgr.14180) 340 : cluster [DBG] pgmap v306: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:53.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:52 smithi177 bash[18353]: cluster 2024-01-13T07:58:52.642319+0000 mgr.smithi078.ejuxzq (mgr.14180) 341 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:53.353 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:52 smithi078 bash[14106]: cluster 2024-01-13T07:58:52.642319+0000 mgr.smithi078.ejuxzq (mgr.14180) 341 : cluster [DBG] pgmap v307: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:55.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:54 smithi177 bash[18353]: audit 2024-01-13T07:58:54.615015+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:58:55.093 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:58:55.148 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:54 smithi078 bash[14106]: audit 2024-01-13T07:58:54.615015+0000 mon.smithi078 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T07:58:55.891 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: cluster 2024-01-13T07:58:54.643044+0000 mgr.smithi078.ejuxzq (mgr.14180) 342 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:54.883829+0000 mon.smithi078 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.092346+0000 mon.smithi078 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.78:0/2817423105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.179840+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.181084+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.189066+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.194387+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.200621+0000 mon.smithi078 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.203254+0000 mon.smithi078 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:58:56.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.203811+0000 mon.smithi078 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:55 smithi078 bash[14106]: audit 2024-01-13T07:58:55.204739+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: cluster 2024-01-13T07:58:54.643044+0000 mgr.smithi078.ejuxzq (mgr.14180) 342 : cluster [DBG] pgmap v308: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:54.883829+0000 mon.smithi078 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.092346+0000 mon.smithi078 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.78:0/2817423105' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.179840+0000 mon.smithi078 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.181084+0000 mon.smithi078 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.189066+0000 mon.smithi078 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.194387+0000 mon.smithi078 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.200621+0000 mon.smithi078 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.203254+0000 mon.smithi078 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.203811+0000 mon.smithi078 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:55 smithi177 bash[18353]: audit 2024-01-13T07:58:55.204739+0000 mon.smithi078 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T07:58:56.892 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:58:57.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:56 smithi078 bash[14106]: cluster 2024-01-13T07:58:55.189509+0000 mgr.smithi078.ejuxzq (mgr.14180) 343 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:57.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:56 smithi078 bash[14106]: cluster 2024-01-13T07:58:56.186249+0000 mon.smithi078 (mon.0) 547 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:58:57.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:56 smithi078 bash[14106]: cluster 2024-01-13T07:58:56.186340+0000 mon.smithi078 (mon.0) 548 : cluster [INF] Cluster is now healthy 2024-01-13T07:58:57.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:56 smithi177 bash[18353]: cluster 2024-01-13T07:58:55.189509+0000 mgr.smithi078.ejuxzq (mgr.14180) 343 : cluster [DBG] pgmap v309: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:57.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:56 smithi177 bash[18353]: cluster 2024-01-13T07:58:56.186249+0000 mon.smithi078 (mon.0) 547 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T07:58:57.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:56 smithi177 bash[18353]: cluster 2024-01-13T07:58:56.186340+0000 mon.smithi078 (mon.0) 548 : cluster [INF] Cluster is now healthy 2024-01-13T07:58:59.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:58:58 smithi078 bash[14106]: cluster 2024-01-13T07:58:57.189886+0000 mgr.smithi078.ejuxzq (mgr.14180) 344 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:58:59.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:58:58 smithi177 bash[18353]: cluster 2024-01-13T07:58:57.189886+0000 mgr.smithi078.ejuxzq (mgr.14180) 344 : cluster [DBG] pgmap v310: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:00.267 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:01.111 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:00 smithi177 bash[18353]: cluster 2024-01-13T07:58:59.190327+0000 mgr.smithi078.ejuxzq (mgr.14180) 345 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:01.111 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:00 smithi177 bash[18353]: audit 2024-01-13T07:59:00.269913+0000 mon.smithi177 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.78:0/1295946409' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:00 smithi078 bash[14106]: cluster 2024-01-13T07:58:59.190327+0000 mgr.smithi078.ejuxzq (mgr.14180) 345 : cluster [DBG] pgmap v311: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:01.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:00 smithi078 bash[14106]: audit 2024-01-13T07:59:00.269913+0000 mon.smithi177 (mon.1) 14 : audit [DBG] from='client.? 172.21.15.78:0/1295946409' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:01.341 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":33,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:02.342 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:03.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:02 smithi177 bash[18353]: cluster 2024-01-13T07:59:01.190745+0000 mgr.smithi078.ejuxzq (mgr.14180) 346 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:03.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:02 smithi078 bash[14106]: cluster 2024-01-13T07:59:01.190745+0000 mgr.smithi078.ejuxzq (mgr.14180) 346 : cluster [DBG] pgmap v312: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: cluster 2024-01-13T07:59:03.191028+0000 mgr.smithi078.ejuxzq (mgr.14180) 347 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.091987+0000 mon.smithi078 (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]: dispatch 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.094926+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='client.? 172.21.15.177:0/1106803476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]: dispatch 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.098895+0000 mon.smithi078 (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]': finished 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: cluster 2024-01-13T07:59:04.099011+0000 mon.smithi078 (mon.0) 551 : cluster [DBG] osdmap e34: 1 total, 0 up, 1 in 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.099278+0000 mon.smithi078 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.449993+0000 mon.smithi078 (mon.0) 553 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.452734+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='client.? 172.21.15.177:0/700629535' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: audit 2024-01-13T07:59:04.456248+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:59:05.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:04 smithi078 bash[14106]: cluster 2024-01-13T07:59:04.456335+0000 mon.smithi078 (mon.0) 555 : cluster [DBG] osdmap e35: 0 total, 0 up, 0 in 2024-01-13T07:59:05.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: cluster 2024-01-13T07:59:03.191028+0000 mgr.smithi078.ejuxzq (mgr.14180) 347 : cluster [DBG] pgmap v313: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.091987+0000 mon.smithi078 (mon.0) 549 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]: dispatch 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.094926+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='client.? 172.21.15.177:0/1106803476' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]: dispatch 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.098895+0000 mon.smithi078 (mon.0) 550 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a6a63c80-0550-4de9-8c3f-cd3578d8060f"}]': finished 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: cluster 2024-01-13T07:59:04.099011+0000 mon.smithi078 (mon.0) 551 : cluster [DBG] osdmap e34: 1 total, 0 up, 1 in 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.099278+0000 mon.smithi078 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.449993+0000 mon.smithi078 (mon.0) 553 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.452734+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='client.? 172.21.15.177:0/700629535' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: audit 2024-01-13T07:59:04.456248+0000 mon.smithi078 (mon.0) 554 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:59:05.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:04 smithi177 bash[18353]: cluster 2024-01-13T07:59:04.456335+0000 mon.smithi078 (mon.0) 555 : cluster [DBG] osdmap e35: 0 total, 0 up, 0 in 2024-01-13T07:59:06.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: audit 2024-01-13T07:59:05.499523+0000 mon.smithi078 (mon.0) 556 : audit [INF] from='client.? 172.21.15.78:0/2064647679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca54e4-8c2e-4917-98ab-5ee3883eef8b"}]: dispatch 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: audit 2024-01-13T07:59:05.504513+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='client.? 172.21.15.78:0/2064647679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ca54e4-8c2e-4917-98ab-5ee3883eef8b"}]': finished 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: cluster 2024-01-13T07:59:05.504555+0000 mon.smithi078 (mon.0) 558 : cluster [DBG] osdmap e36: 1 total, 0 up, 1 in 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: audit 2024-01-13T07:59:05.504822+0000 mon.smithi078 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: audit 2024-01-13T07:59:05.853167+0000 mon.smithi078 (mon.0) 560 : audit [INF] from='client.? 172.21.15.78:0/3149481862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: audit 2024-01-13T07:59:05.857992+0000 mon.smithi078 (mon.0) 561 : audit [INF] from='client.? 172.21.15.78:0/3149481862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:59:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:05 smithi078 bash[14106]: cluster 2024-01-13T07:59:05.858060+0000 mon.smithi078 (mon.0) 562 : cluster [DBG] osdmap e37: 0 total, 0 up, 0 in 2024-01-13T07:59:06.187 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: audit 2024-01-13T07:59:05.499523+0000 mon.smithi078 (mon.0) 556 : audit [INF] from='client.? 172.21.15.78:0/2064647679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95ca54e4-8c2e-4917-98ab-5ee3883eef8b"}]: dispatch 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: audit 2024-01-13T07:59:05.504513+0000 mon.smithi078 (mon.0) 557 : audit [INF] from='client.? 172.21.15.78:0/2064647679' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95ca54e4-8c2e-4917-98ab-5ee3883eef8b"}]': finished 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: cluster 2024-01-13T07:59:05.504555+0000 mon.smithi078 (mon.0) 558 : cluster [DBG] osdmap e36: 1 total, 0 up, 1 in 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: audit 2024-01-13T07:59:05.504822+0000 mon.smithi078 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: audit 2024-01-13T07:59:05.853167+0000 mon.smithi078 (mon.0) 560 : audit [INF] from='client.? 172.21.15.78:0/3149481862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: audit 2024-01-13T07:59:05.857992+0000 mon.smithi078 (mon.0) 561 : audit [INF] from='client.? 172.21.15.78:0/3149481862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T07:59:06.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:05 smithi177 bash[18353]: cluster 2024-01-13T07:59:05.858060+0000 mon.smithi078 (mon.0) 562 : cluster [DBG] osdmap e37: 0 total, 0 up, 0 in 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: cluster 2024-01-13T07:59:05.191373+0000 mgr.smithi078.ejuxzq (mgr.14180) 348 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: cephadm 2024-01-13T07:59:05.397205+0000 mgr.smithi078.ejuxzq (mgr.14180) 349 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:07.201 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:07.202 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:07.203 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:07.204 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:07.205 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:07.206 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:07.207 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: main() 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:07.208 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:07.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:07.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:07.209 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:06 smithi078 bash[14106]: audit 2024-01-13T07:59:06.185808+0000 mon.smithi078 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.78:0/2130496698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: cluster 2024-01-13T07:59:05.191373+0000 mgr.smithi078.ejuxzq (mgr.14180) 348 : cluster [DBG] pgmap v316: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: cephadm 2024-01-13T07:59:05.397205+0000 mgr.smithi078.ejuxzq (mgr.14180) 349 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:07.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:07.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:07.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:07.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:07.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:07.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:07.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: main() 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:07.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:07.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:06 smithi177 bash[18353]: audit 2024-01-13T07:59:06.185808+0000 mon.smithi078 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.78:0/2130496698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:08.204 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:09.012 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: cephadm 2024-01-13T07:59:07.060554+0000 mgr.smithi078.ejuxzq (mgr.14180) 350 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpa10mktwj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzsbzp2vq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 95ca54e4-8c2e-4917-98ab-5ee3883eef8b 2024-01-13T07:59:09.013 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.014 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.015 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.016 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.017 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: main() 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.018 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpa10mktwj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzsbzp2vq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: cephadm 2024-01-13T07:59:07.064363+0000 mgr.smithi078.ejuxzq (mgr.14180) 351 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: placement: 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: spec: 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: data_devices: 2024-01-13T07:59:09.019 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: all: true 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: filter_logic: AND 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.020 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.021 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.022 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.023 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.024 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: main() 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.025 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.026 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.026 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.026 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.026 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.026 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:59:09.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: raise self._value 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return f(*arg) 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T07:59:09.028 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: main() 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.033 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: return func(ctx) 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: cluster 2024-01-13T07:59:07.065805+0000 mgr.smithi078.ejuxzq (mgr.14180) 352 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: audit 2024-01-13T07:59:07.751074+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:59:09.034 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:08 smithi177 bash[18353]: cluster 2024-01-13T07:59:07.972841+0000 mon.smithi078 (mon.0) 565 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: cephadm 2024-01-13T07:59:07.060554+0000 mgr.smithi078.ejuxzq (mgr.14180) 350 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:09.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpa10mktwj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzsbzp2vq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 95ca54e4-8c2e-4917-98ab-5ee3883eef8b 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: main() 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpa10mktwj:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpzsbzp2vq:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: cephadm 2024-01-13T07:59:07.064363+0000 mgr.smithi078.ejuxzq (mgr.14180) 351 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T07:59:09.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: placement: 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: spec: 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: data_devices: 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: all: true 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: filter_logic: AND 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:09.163 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.164 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.165 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.166 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.167 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.168 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: main() 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.169 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T07:59:09.170 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: raise self._value 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return f(*arg) 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T07:59:09.171 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T07:59:09.172 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T07:59:09.173 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.174 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T07:59:09.175 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: main() 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T07:59:09.176 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: return func(ctx) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: cluster 2024-01-13T07:59:07.065805+0000 mgr.smithi078.ejuxzq (mgr.14180) 352 : cluster [DBG] pgmap v319: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: audit 2024-01-13T07:59:07.751074+0000 mon.smithi078 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:59:09.177 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:08 smithi078 bash[14106]: cluster 2024-01-13T07:59:07.972841+0000 mon.smithi078 (mon.0) 565 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T07:59:11.240 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:10 smithi078 bash[14106]: cluster 2024-01-13T07:59:09.066707+0000 mgr.smithi078.ejuxzq (mgr.14180) 353 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:11.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:10 smithi177 bash[18353]: cluster 2024-01-13T07:59:09.066707+0000 mgr.smithi078.ejuxzq (mgr.14180) 353 : cluster [DBG] pgmap v320: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:11.588 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:12.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:11 smithi078 bash[14106]: audit 2024-01-13T07:59:11.587319+0000 mon.smithi078 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.78:0/392298119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:12.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:11 smithi177 bash[18353]: audit 2024-01-13T07:59:11.587319+0000 mon.smithi078 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.78:0/392298119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:12.391 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:13.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:12 smithi177 bash[18353]: cluster 2024-01-13T07:59:11.067691+0000 mgr.smithi078.ejuxzq (mgr.14180) 354 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:13.393 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:13.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:12 smithi078 bash[14106]: cluster 2024-01-13T07:59:11.067691+0000 mgr.smithi078.ejuxzq (mgr.14180) 354 : cluster [DBG] pgmap v321: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:15.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:14 smithi078 bash[14106]: cluster 2024-01-13T07:59:13.068656+0000 mgr.smithi078.ejuxzq (mgr.14180) 355 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:15.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:14 smithi177 bash[18353]: cluster 2024-01-13T07:59:13.068656+0000 mgr.smithi078.ejuxzq (mgr.14180) 355 : cluster [DBG] pgmap v322: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:16.505 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:17.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:16 smithi078 bash[14106]: cluster 2024-01-13T07:59:15.069159+0000 mgr.smithi078.ejuxzq (mgr.14180) 356 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:17.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:16 smithi078 bash[14106]: audit 2024-01-13T07:59:16.503712+0000 mon.smithi078 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.78:0/1669409788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:16 smithi177 bash[18353]: cluster 2024-01-13T07:59:15.069159+0000 mgr.smithi078.ejuxzq (mgr.14180) 356 : cluster [DBG] pgmap v323: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:16 smithi177 bash[18353]: audit 2024-01-13T07:59:16.503712+0000 mon.smithi078 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.78:0/1669409788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:17.285 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:17 smithi078 bash[14106]: cluster 2024-01-13T07:59:17.070124+0000 mgr.smithi078.ejuxzq (mgr.14180) 357 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:18.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:18 smithi177 bash[18353]: cluster 2024-01-13T07:59:17.070124+0000 mgr.smithi078.ejuxzq (mgr.14180) 357 : cluster [DBG] pgmap v324: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:18.286 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:21.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:20 smithi177 bash[18353]: cluster 2024-01-13T07:59:19.070653+0000 mgr.smithi078.ejuxzq (mgr.14180) 358 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:21.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:20 smithi078 bash[14106]: cluster 2024-01-13T07:59:19.070653+0000 mgr.smithi078.ejuxzq (mgr.14180) 358 : cluster [DBG] pgmap v325: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:21.511 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:22.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:21 smithi078 bash[14106]: audit 2024-01-13T07:59:21.510627+0000 mon.smithi078 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.78:0/1979283587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:22.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:21 smithi177 bash[18353]: audit 2024-01-13T07:59:21.510627+0000 mon.smithi078 (mon.0) 568 : audit [DBG] from='client.? 172.21.15.78:0/1979283587' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:22.319 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:23.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:22 smithi177 bash[18353]: cluster 2024-01-13T07:59:21.071571+0000 mgr.smithi078.ejuxzq (mgr.14180) 359 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:23.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:22 smithi177 bash[18353]: audit 2024-01-13T07:59:22.751464+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:59:23.321 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:23.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:22 smithi078 bash[14106]: cluster 2024-01-13T07:59:21.071571+0000 mgr.smithi078.ejuxzq (mgr.14180) 359 : cluster [DBG] pgmap v326: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:23.332 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:22 smithi078 bash[14106]: audit 2024-01-13T07:59:22.751464+0000 mon.smithi078 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T07:59:25.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:24 smithi078 bash[14106]: cluster 2024-01-13T07:59:23.072566+0000 mgr.smithi078.ejuxzq (mgr.14180) 360 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:25.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:24 smithi177 bash[18353]: cluster 2024-01-13T07:59:23.072566+0000 mgr.smithi078.ejuxzq (mgr.14180) 360 : cluster [DBG] pgmap v327: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:26.623 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:26 smithi078 bash[14106]: cluster 2024-01-13T07:59:25.073594+0000 mgr.smithi078.ejuxzq (mgr.14180) 361 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:27.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:26 smithi078 bash[14106]: audit 2024-01-13T07:59:26.621891+0000 mon.smithi078 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.78:0/2222049242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:27.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:26 smithi177 bash[18353]: cluster 2024-01-13T07:59:25.073594+0000 mgr.smithi078.ejuxzq (mgr.14180) 361 : cluster [DBG] pgmap v328: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:27.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:26 smithi177 bash[18353]: audit 2024-01-13T07:59:26.621891+0000 mon.smithi078 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.78:0/2222049242' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:27.393 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:28.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:27 smithi078 bash[14106]: cluster 2024-01-13T07:59:27.074302+0000 mgr.smithi078.ejuxzq (mgr.14180) 362 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:28.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:28 smithi177 bash[18353]: cluster 2024-01-13T07:59:27.074302+0000 mgr.smithi078.ejuxzq (mgr.14180) 362 : cluster [DBG] pgmap v329: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:28.394 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:31.226 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:30 smithi078 bash[14106]: cluster 2024-01-13T07:59:29.075308+0000 mgr.smithi078.ejuxzq (mgr.14180) 363 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:31.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:30 smithi177 bash[18353]: cluster 2024-01-13T07:59:29.075308+0000 mgr.smithi078.ejuxzq (mgr.14180) 363 : cluster [DBG] pgmap v330: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:31.585 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:32.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:31 smithi078 bash[14106]: audit 2024-01-13T07:59:31.583712+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.78:0/684311088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:32.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:31 smithi177 bash[18353]: audit 2024-01-13T07:59:31.583712+0000 mon.smithi078 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.78:0/684311088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:32.395 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:33.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:32 smithi177 bash[18353]: cluster 2024-01-13T07:59:31.076368+0000 mgr.smithi078.ejuxzq (mgr.14180) 364 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:33.396 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:33.404 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:32 smithi078 bash[14106]: cluster 2024-01-13T07:59:31.076368+0000 mgr.smithi078.ejuxzq (mgr.14180) 364 : cluster [DBG] pgmap v331: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:35.154 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:34 smithi078 bash[14106]: cluster 2024-01-13T07:59:33.077395+0000 mgr.smithi078.ejuxzq (mgr.14180) 365 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:35.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:34 smithi177 bash[18353]: cluster 2024-01-13T07:59:33.077395+0000 mgr.smithi078.ejuxzq (mgr.14180) 365 : cluster [DBG] pgmap v332: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:36.342 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:36 smithi078 bash[14106]: cluster 2024-01-13T07:59:35.077931+0000 mgr.smithi078.ejuxzq (mgr.14180) 366 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:36.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:36 smithi177 bash[18353]: cluster 2024-01-13T07:59:35.077931+0000 mgr.smithi078.ejuxzq (mgr.14180) 366 : cluster [DBG] pgmap v333: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:36.700 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:37.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:37 smithi078 bash[14106]: audit 2024-01-13T07:59:36.699249+0000 mon.smithi078 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.78:0/1649050391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:37.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:37 smithi177 bash[18353]: audit 2024-01-13T07:59:36.699249+0000 mon.smithi078 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.78:0/1649050391' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:37.536 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:38.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:38 smithi078 bash[14106]: cluster 2024-01-13T07:59:37.078466+0000 mgr.smithi078.ejuxzq (mgr.14180) 367 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:38.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:38 smithi177 bash[18353]: cluster 2024-01-13T07:59:37.078466+0000 mgr.smithi078.ejuxzq (mgr.14180) 367 : cluster [DBG] pgmap v334: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:38.538 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:41.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:40 smithi177 bash[18353]: cluster 2024-01-13T07:59:39.079461+0000 mgr.smithi078.ejuxzq (mgr.14180) 368 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:41.341 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:40 smithi078 bash[14106]: cluster 2024-01-13T07:59:39.079461+0000 mgr.smithi078.ejuxzq (mgr.14180) 368 : cluster [DBG] pgmap v335: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:41.743 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:42.047 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:41 smithi078 bash[14106]: audit 2024-01-13T07:59:41.741897+0000 mon.smithi078 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.78:0/1970809735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:42.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:41 smithi177 bash[18353]: audit 2024-01-13T07:59:41.741897+0000 mon.smithi078 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.78:0/1970809735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:42.623 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:43.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:42 smithi177 bash[18353]: cluster 2024-01-13T07:59:41.079995+0000 mgr.smithi078.ejuxzq (mgr.14180) 369 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:43.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:42 smithi078 bash[14106]: cluster 2024-01-13T07:59:41.079995+0000 mgr.smithi078.ejuxzq (mgr.14180) 369 : cluster [DBG] pgmap v336: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:43.624 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:45.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:44 smithi177 bash[18353]: cluster 2024-01-13T07:59:43.080935+0000 mgr.smithi078.ejuxzq (mgr.14180) 370 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:45.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:44 smithi078 bash[14106]: cluster 2024-01-13T07:59:43.080935+0000 mgr.smithi078.ejuxzq (mgr.14180) 370 : cluster [DBG] pgmap v337: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:46.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:46 smithi078 bash[14106]: cluster 2024-01-13T07:59:45.081649+0000 mgr.smithi078.ejuxzq (mgr.14180) 371 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:46.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:46 smithi177 bash[18353]: cluster 2024-01-13T07:59:45.081649+0000 mgr.smithi078.ejuxzq (mgr.14180) 371 : cluster [DBG] pgmap v338: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:46.815 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:47.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:47 smithi078 bash[14106]: audit 2024-01-13T07:59:46.813543+0000 mon.smithi078 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.78:0/1308713429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:47.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:47 smithi177 bash[18353]: audit 2024-01-13T07:59:46.813543+0000 mon.smithi078 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.78:0/1308713429' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:47.646 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:48.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:48 smithi078 bash[14106]: cluster 2024-01-13T07:59:47.082117+0000 mgr.smithi078.ejuxzq (mgr.14180) 372 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:48.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:48 smithi177 bash[18353]: cluster 2024-01-13T07:59:47.082117+0000 mgr.smithi078.ejuxzq (mgr.14180) 372 : cluster [DBG] pgmap v339: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:48.647 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:51.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:50 smithi078 bash[14106]: cluster 2024-01-13T07:59:49.082742+0000 mgr.smithi078.ejuxzq (mgr.14180) 373 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:51.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:50 smithi177 bash[18353]: cluster 2024-01-13T07:59:49.082742+0000 mgr.smithi078.ejuxzq (mgr.14180) 373 : cluster [DBG] pgmap v340: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:52.015 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:52.818 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:53.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:52 smithi078 bash[14106]: cluster 2024-01-13T07:59:51.083727+0000 mgr.smithi078.ejuxzq (mgr.14180) 374 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:53.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:52 smithi078 bash[14106]: audit 2024-01-13T07:59:52.013757+0000 mon.smithi078 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.78:0/2941859244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:53.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:52 smithi177 bash[18353]: cluster 2024-01-13T07:59:51.083727+0000 mgr.smithi078.ejuxzq (mgr.14180) 374 : cluster [DBG] pgmap v341: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:53.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:52 smithi177 bash[18353]: audit 2024-01-13T07:59:52.013757+0000 mon.smithi078 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.78:0/2941859244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:53.819 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:55.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:54 smithi177 bash[18353]: cluster 2024-01-13T07:59:53.084743+0000 mgr.smithi078.ejuxzq (mgr.14180) 375 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:55.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:54 smithi078 bash[14106]: cluster 2024-01-13T07:59:53.084743+0000 mgr.smithi078.ejuxzq (mgr.14180) 375 : cluster [DBG] pgmap v342: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:57.047 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T07:59:57.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:56 smithi177 bash[18353]: cluster 2024-01-13T07:59:55.085808+0000 mgr.smithi078.ejuxzq (mgr.14180) 376 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:57.328 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:56 smithi078 bash[14106]: cluster 2024-01-13T07:59:55.085808+0000 mgr.smithi078.ejuxzq (mgr.14180) 376 : cluster [DBG] pgmap v343: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:57.864 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T07:59:58.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:57 smithi078 bash[14106]: audit 2024-01-13T07:59:57.046072+0000 mon.smithi078 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.78:0/949517910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:58.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:58 smithi177 bash[18353]: audit 2024-01-13T07:59:57.046072+0000 mon.smithi078 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.78:0/949517910' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T07:59:58.865 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T07:59:59.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 07:59:59 smithi078 bash[14106]: cluster 2024-01-13T07:59:57.086608+0000 mgr.smithi078.ejuxzq (mgr.14180) 377 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T07:59:59.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 07:59:59 smithi177 bash[18353]: cluster 2024-01-13T07:59:57.086608+0000 mgr.smithi078.ejuxzq (mgr.14180) 377 : cluster [DBG] pgmap v344: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T07:59:59.087688+0000 mgr.smithi078.ejuxzq (mgr.14180) 378 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000130+0000 mon.smithi078 (mon.0) 577 : cluster [WRN] Health detail: HEALTH_WARN Failed to apply 1 service(s): osd.all-available-devices 2024-01-13T08:00:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000180+0000 mon.smithi078 (mon.0) 578 : cluster [WRN] [WRN] CEPHADM_APPLY_SPEC_FAIL: Failed to apply 1 service(s): osd.all-available-devices 2024-01-13T08:00:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000217+0000 mon.smithi078 (mon.0) 579 : cluster [WRN] osd.all-available-devices: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000256+0000 mon.smithi078 (mon.0) 580 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000303+0000 mon.smithi078 (mon.0) 581 : cluster [WRN] /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000331+0000 mon.smithi078 (mon.0) 582 : cluster [WRN] /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000357+0000 mon.smithi078 (mon.0) 583 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000393+0000 mon.smithi078 (mon.0) 584 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000418+0000 mon.smithi078 (mon.0) 585 : cluster [WRN] /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000444+0000 mon.smithi078 (mon.0) 586 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000470+0000 mon.smithi078 (mon.0) 587 : cluster [WRN] /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:01.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000493+0000 mon.smithi078 (mon.0) 588 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000520+0000 mon.smithi078 (mon.0) 589 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000546+0000 mon.smithi078 (mon.0) 590 : cluster [WRN] /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000572+0000 mon.smithi078 (mon.0) 591 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000598+0000 mon.smithi078 (mon.0) 592 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000625+0000 mon.smithi078 (mon.0) 593 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000650+0000 mon.smithi078 (mon.0) 594 : cluster [WRN] /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:01.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000675+0000 mon.smithi078 (mon.0) 595 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000702+0000 mon.smithi078 (mon.0) 596 : cluster [WRN] /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000728+0000 mon.smithi078 (mon.0) 597 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000751+0000 mon.smithi078 (mon.0) 598 : cluster [WRN] /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000772+0000 mon.smithi078 (mon.0) 599 : cluster [WRN] /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000800+0000 mon.smithi078 (mon.0) 600 : cluster [WRN] /usr/bin/docker: stderr 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000825+0000 mon.smithi078 (mon.0) 601 : cluster [WRN] /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000857+0000 mon.smithi078 (mon.0) 602 : cluster [WRN] /usr/bin/docker: stderr 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000886+0000 mon.smithi078 (mon.0) 603 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000910+0000 mon.smithi078 (mon.0) 604 : cluster [WRN] /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000934+0000 mon.smithi078 (mon.0) 605 : cluster [WRN] /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000957+0000 mon.smithi078 (mon.0) 606 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.000983+0000 mon.smithi078 (mon.0) 607 : cluster [WRN] /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001012+0000 mon.smithi078 (mon.0) 608 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:01.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001045+0000 mon.smithi078 (mon.0) 609 : cluster [WRN] /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001069+0000 mon.smithi078 (mon.0) 610 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001095+0000 mon.smithi078 (mon.0) 611 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001122+0000 mon.smithi078 (mon.0) 612 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001148+0000 mon.smithi078 (mon.0) 613 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001175+0000 mon.smithi078 (mon.0) 614 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001201+0000 mon.smithi078 (mon.0) 615 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001229+0000 mon.smithi078 (mon.0) 616 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001299+0000 mon.smithi078 (mon.0) 617 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001324+0000 mon.smithi078 (mon.0) 618 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001348+0000 mon.smithi078 (mon.0) 619 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001387+0000 mon.smithi078 (mon.0) 620 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001413+0000 mon.smithi078 (mon.0) 621 : cluster [WRN] /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001438+0000 mon.smithi078 (mon.0) 622 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:01.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001473+0000 mon.smithi078 (mon.0) 623 : cluster [WRN] /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001497+0000 mon.smithi078 (mon.0) 624 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001527+0000 mon.smithi078 (mon.0) 625 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001553+0000 mon.smithi078 (mon.0) 626 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001595+0000 mon.smithi078 (mon.0) 627 : cluster [WRN] /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001624+0000 mon.smithi078 (mon.0) 628 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001654+0000 mon.smithi078 (mon.0) 629 : cluster [WRN] /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001682+0000 mon.smithi078 (mon.0) 630 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001712+0000 mon.smithi078 (mon.0) 631 : cluster [WRN] /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001751+0000 mon.smithi078 (mon.0) 632 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001780+0000 mon.smithi078 (mon.0) 633 : cluster [WRN] /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001811+0000 mon.smithi078 (mon.0) 634 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001839+0000 mon.smithi078 (mon.0) 635 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001867+0000 mon.smithi078 (mon.0) 636 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:01.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001893+0000 mon.smithi078 (mon.0) 637 : cluster [WRN] /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001930+0000 mon.smithi078 (mon.0) 638 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001960+0000 mon.smithi078 (mon.0) 639 : cluster [WRN] /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.001986+0000 mon.smithi078 (mon.0) 640 : cluster [WRN] /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002014+0000 mon.smithi078 (mon.0) 641 : cluster [WRN] Traceback (most recent call last): 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002045+0000 mon.smithi078 (mon.0) 642 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002075+0000 mon.smithi078 (mon.0) 643 : cluster [WRN] main() 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002103+0000 mon.smithi078 (mon.0) 644 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002133+0000 mon.smithi078 (mon.0) 645 : cluster [WRN] r = ctx.func(ctx) 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002161+0000 mon.smithi078 (mon.0) 646 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002188+0000 mon.smithi078 (mon.0) 647 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002219+0000 mon.smithi078 (mon.0) 648 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002248+0000 mon.smithi078 (mon.0) 649 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002276+0000 mon.smithi078 (mon.0) 650 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:01.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002302+0000 mon.smithi078 (mon.0) 651 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002332+0000 mon.smithi078 (mon.0) 652 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002359+0000 mon.smithi078 (mon.0) 653 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002388+0000 mon.smithi078 (mon.0) 654 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002419+0000 mon.smithi078 (mon.0) 655 : cluster [WRN] out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002458+0000 mon.smithi078 (mon.0) 656 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002485+0000 mon.smithi078 (mon.0) 657 : cluster [WRN] raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:01.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:00.002516+0000 mon.smithi078 (mon.0) 658 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:01.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T07:59:59.087688+0000 mgr.smithi078.ejuxzq (mgr.14180) 378 : cluster [DBG] pgmap v345: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000130+0000 mon.smithi078 (mon.0) 577 : cluster [WRN] Health detail: HEALTH_WARN Failed to apply 1 service(s): osd.all-available-devices 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000180+0000 mon.smithi078 (mon.0) 578 : cluster [WRN] [WRN] CEPHADM_APPLY_SPEC_FAIL: Failed to apply 1 service(s): osd.all-available-devices 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000217+0000 mon.smithi078 (mon.0) 579 : cluster [WRN] osd.all-available-devices: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000256+0000 mon.smithi078 (mon.0) 580 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000303+0000 mon.smithi078 (mon.0) 581 : cluster [WRN] /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000331+0000 mon.smithi078 (mon.0) 582 : cluster [WRN] /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000357+0000 mon.smithi078 (mon.0) 583 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000393+0000 mon.smithi078 (mon.0) 584 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new a6a63c80-0550-4de9-8c3f-cd3578d8060f 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000418+0000 mon.smithi078 (mon.0) 585 : cluster [WRN] /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000444+0000 mon.smithi078 (mon.0) 586 : cluster [WRN] /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000470+0000 mon.smithi078 (mon.0) 587 : cluster [WRN] /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:01.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000493+0000 mon.smithi078 (mon.0) 588 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000520+0000 mon.smithi078 (mon.0) 589 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000546+0000 mon.smithi078 (mon.0) 590 : cluster [WRN] /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000572+0000 mon.smithi078 (mon.0) 591 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000598+0000 mon.smithi078 (mon.0) 592 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000625+0000 mon.smithi078 (mon.0) 593 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000650+0000 mon.smithi078 (mon.0) 594 : cluster [WRN] /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000675+0000 mon.smithi078 (mon.0) 595 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000702+0000 mon.smithi078 (mon.0) 596 : cluster [WRN] /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000728+0000 mon.smithi078 (mon.0) 597 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000751+0000 mon.smithi078 (mon.0) 598 : cluster [WRN] /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000772+0000 mon.smithi078 (mon.0) 599 : cluster [WRN] /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000800+0000 mon.smithi078 (mon.0) 600 : cluster [WRN] /usr/bin/docker: stderr 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000825+0000 mon.smithi078 (mon.0) 601 : cluster [WRN] /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000857+0000 mon.smithi078 (mon.0) 602 : cluster [WRN] /usr/bin/docker: stderr 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000886+0000 mon.smithi078 (mon.0) 603 : cluster [WRN] /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:01.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000910+0000 mon.smithi078 (mon.0) 604 : cluster [WRN] /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000934+0000 mon.smithi078 (mon.0) 605 : cluster [WRN] /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000957+0000 mon.smithi078 (mon.0) 606 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.000983+0000 mon.smithi078 (mon.0) 607 : cluster [WRN] /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001012+0000 mon.smithi078 (mon.0) 608 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001045+0000 mon.smithi078 (mon.0) 609 : cluster [WRN] /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001069+0000 mon.smithi078 (mon.0) 610 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001095+0000 mon.smithi078 (mon.0) 611 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001122+0000 mon.smithi078 (mon.0) 612 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001148+0000 mon.smithi078 (mon.0) 613 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001175+0000 mon.smithi078 (mon.0) 614 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001201+0000 mon.smithi078 (mon.0) 615 : cluster [WRN] /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001229+0000 mon.smithi078 (mon.0) 616 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:01.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001299+0000 mon.smithi078 (mon.0) 617 : cluster [WRN] /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001324+0000 mon.smithi078 (mon.0) 618 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001348+0000 mon.smithi078 (mon.0) 619 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001387+0000 mon.smithi078 (mon.0) 620 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001413+0000 mon.smithi078 (mon.0) 621 : cluster [WRN] /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001438+0000 mon.smithi078 (mon.0) 622 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001473+0000 mon.smithi078 (mon.0) 623 : cluster [WRN] /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001497+0000 mon.smithi078 (mon.0) 624 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001527+0000 mon.smithi078 (mon.0) 625 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001553+0000 mon.smithi078 (mon.0) 626 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001595+0000 mon.smithi078 (mon.0) 627 : cluster [WRN] /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001624+0000 mon.smithi078 (mon.0) 628 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:01.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001654+0000 mon.smithi078 (mon.0) 629 : cluster [WRN] /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001682+0000 mon.smithi078 (mon.0) 630 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001712+0000 mon.smithi078 (mon.0) 631 : cluster [WRN] /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001751+0000 mon.smithi078 (mon.0) 632 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001780+0000 mon.smithi078 (mon.0) 633 : cluster [WRN] /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001811+0000 mon.smithi078 (mon.0) 634 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001839+0000 mon.smithi078 (mon.0) 635 : cluster [WRN] /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001867+0000 mon.smithi078 (mon.0) 636 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001893+0000 mon.smithi078 (mon.0) 637 : cluster [WRN] /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001930+0000 mon.smithi078 (mon.0) 638 : cluster [WRN] /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001960+0000 mon.smithi078 (mon.0) 639 : cluster [WRN] /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.001986+0000 mon.smithi078 (mon.0) 640 : cluster [WRN] /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002014+0000 mon.smithi078 (mon.0) 641 : cluster [WRN] Traceback (most recent call last): 2024-01-13T08:00:01.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002045+0000 mon.smithi078 (mon.0) 642 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002075+0000 mon.smithi078 (mon.0) 643 : cluster [WRN] main() 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002103+0000 mon.smithi078 (mon.0) 644 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002133+0000 mon.smithi078 (mon.0) 645 : cluster [WRN] r = ctx.func(ctx) 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002161+0000 mon.smithi078 (mon.0) 646 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002188+0000 mon.smithi078 (mon.0) 647 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002219+0000 mon.smithi078 (mon.0) 648 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002248+0000 mon.smithi078 (mon.0) 649 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002276+0000 mon.smithi078 (mon.0) 650 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002302+0000 mon.smithi078 (mon.0) 651 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002332+0000 mon.smithi078 (mon.0) 652 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002359+0000 mon.smithi078 (mon.0) 653 : cluster [WRN] return func(ctx) 2024-01-13T08:00:01.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002388+0000 mon.smithi078 (mon.0) 654 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:01.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002419+0000 mon.smithi078 (mon.0) 655 : cluster [WRN] out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:01.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002458+0000 mon.smithi078 (mon.0) 656 : cluster [WRN] File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:01.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002485+0000 mon.smithi078 (mon.0) 657 : cluster [WRN] raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:01.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:00.002516+0000 mon.smithi078 (mon.0) 658 : cluster [WRN] RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpnvhcsigl:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp660ry4f6:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:02.244 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:03.035 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:03.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:02 smithi177 bash[18353]: cluster 2024-01-13T08:00:01.088534+0000 mgr.smithi078.ejuxzq (mgr.14180) 379 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:03.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:02 smithi177 bash[18353]: audit 2024-01-13T08:00:02.242784+0000 mon.smithi078 (mon.0) 659 : audit [DBG] from='client.? 172.21.15.78:0/2406389531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:03.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:02 smithi078 bash[14106]: cluster 2024-01-13T08:00:01.088534+0000 mgr.smithi078.ejuxzq (mgr.14180) 379 : cluster [DBG] pgmap v346: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:03.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:02 smithi078 bash[14106]: audit 2024-01-13T08:00:02.242784+0000 mon.smithi078 (mon.0) 659 : audit [DBG] from='client.? 172.21.15.78:0/2406389531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:04.036 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:05.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:04 smithi177 bash[18353]: cluster 2024-01-13T08:00:03.089606+0000 mgr.smithi078.ejuxzq (mgr.14180) 380 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:05.309 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:04 smithi078 bash[14106]: cluster 2024-01-13T08:00:03.089606+0000 mgr.smithi078.ejuxzq (mgr.14180) 380 : cluster [DBG] pgmap v347: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:07.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:06 smithi177 bash[18353]: cluster 2024-01-13T08:00:05.090636+0000 mgr.smithi078.ejuxzq (mgr.14180) 381 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:07.339 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:07.367 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:06 smithi078 bash[14106]: cluster 2024-01-13T08:00:05.090636+0000 mgr.smithi078.ejuxzq (mgr.14180) 381 : cluster [DBG] pgmap v348: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:08.124 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.069065+0000 mon.smithi078 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: cluster 2024-01-13T08:00:07.091614+0000 mgr.smithi078.ejuxzq (mgr.14180) 382 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.337652+0000 mon.smithi078 (mon.0) 661 : audit [DBG] from='client.? 172.21.15.78:0/1700890435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.341866+0000 mon.smithi078 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.366888+0000 mon.smithi078 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-13T08:00:08.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.634379+0000 mon.smithi078 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.636028+0000 mon.smithi078 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.644866+0000 mon.smithi078 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: cluster 2024-01-13T08:00:07.645457+0000 mgr.smithi078.ejuxzq (mgr.14180) 383 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.651962+0000 mon.smithi078 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.658143+0000 mon.smithi078 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.661294+0000 mon.smithi078 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.661717+0000 mon.smithi078 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:08.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:08 smithi078 bash[14106]: audit 2024-01-13T08:00:07.662533+0000 mon.smithi078 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:08.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.069065+0000 mon.smithi078 (mon.0) 660 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T08:00:08.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: cluster 2024-01-13T08:00:07.091614+0000 mgr.smithi078.ejuxzq (mgr.14180) 382 : cluster [DBG] pgmap v349: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:08.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.337652+0000 mon.smithi078 (mon.0) 661 : audit [DBG] from='client.? 172.21.15.78:0/1700890435' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.341866+0000 mon.smithi078 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.366888+0000 mon.smithi078 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi078", "name": "osd_memory_target"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.634379+0000 mon.smithi078 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.636028+0000 mon.smithi078 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.644866+0000 mon.smithi078 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: cluster 2024-01-13T08:00:07.645457+0000 mgr.smithi078.ejuxzq (mgr.14180) 383 : cluster [DBG] pgmap v350: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.651962+0000 mon.smithi078 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.658143+0000 mon.smithi078 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.661294+0000 mon.smithi078 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.661717+0000 mon.smithi078 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:08.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:08 smithi177 bash[18353]: audit 2024-01-13T08:00:07.662533+0000 mon.smithi078 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T08:00:09.125 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:09.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:09 smithi078 bash[14106]: cluster 2024-01-13T08:00:07.991071+0000 mon.smithi078 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T08:00:09.320 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:09 smithi078 bash[14106]: cluster 2024-01-13T08:00:07.991130+0000 mon.smithi078 (mon.0) 673 : cluster [INF] Cluster is now healthy 2024-01-13T08:00:09.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:09 smithi177 bash[18353]: cluster 2024-01-13T08:00:07.991071+0000 mon.smithi078 (mon.0) 672 : cluster [INF] Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): osd.all-available-devices) 2024-01-13T08:00:09.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:09 smithi177 bash[18353]: cluster 2024-01-13T08:00:07.991130+0000 mon.smithi078 (mon.0) 673 : cluster [INF] Cluster is now healthy 2024-01-13T08:00:11.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:10 smithi177 bash[18353]: cluster 2024-01-13T08:00:09.645695+0000 mgr.smithi078.ejuxzq (mgr.14180) 384 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:11.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:10 smithi078 bash[14106]: cluster 2024-01-13T08:00:09.645695+0000 mgr.smithi078.ejuxzq (mgr.14180) 384 : cluster [DBG] pgmap v351: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:12.431 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:13.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:12 smithi177 bash[18353]: cluster 2024-01-13T08:00:11.646156+0000 mgr.smithi078.ejuxzq (mgr.14180) 385 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:13.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:12 smithi177 bash[18353]: audit 2024-01-13T08:00:12.429855+0000 mon.smithi078 (mon.0) 674 : audit [DBG] from='client.? 172.21.15.78:0/2016256876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:13.267 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:12 smithi078 bash[14106]: cluster 2024-01-13T08:00:11.646156+0000 mgr.smithi078.ejuxzq (mgr.14180) 385 : cluster [DBG] pgmap v352: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:13.267 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:13 smithi078 bash[14106]: audit 2024-01-13T08:00:12.429855+0000 mon.smithi078 (mon.0) 674 : audit [DBG] from='client.? 172.21.15.78:0/2016256876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:14.046 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":37,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:15.048 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:15.253 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:14 smithi078 bash[14106]: cluster 2024-01-13T08:00:13.646550+0000 mgr.smithi078.ejuxzq (mgr.14180) 386 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:15.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:14 smithi177 bash[18353]: cluster 2024-01-13T08:00:13.646550+0000 mgr.smithi078.ejuxzq (mgr.14180) 386 : cluster [DBG] pgmap v353: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:17.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: cluster 2024-01-13T08:00:15.646985+0000 mgr.smithi078.ejuxzq (mgr.14180) 387 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.456725+0000 mon.smithi078 (mon.0) 675 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]: dispatch 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.460211+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='client.? 172.21.15.177:0/339203537' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]: dispatch 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.464422+0000 mon.smithi078 (mon.0) 676 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]': finished 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: cluster 2024-01-13T08:00:16.464552+0000 mon.smithi078 (mon.0) 677 : cluster [DBG] osdmap e38: 1 total, 0 up, 1 in 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.464738+0000 mon.smithi078 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.815849+0000 mon.smithi078 (mon.0) 679 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.819468+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='client.? 172.21.15.177:0/263766810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: audit 2024-01-13T08:00:16.821647+0000 mon.smithi078 (mon.0) 680 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T08:00:17.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:17 smithi177 bash[18353]: cluster 2024-01-13T08:00:16.821731+0000 mon.smithi078 (mon.0) 681 : cluster [DBG] osdmap e39: 0 total, 0 up, 0 in 2024-01-13T08:00:17.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: cluster 2024-01-13T08:00:15.646985+0000 mgr.smithi078.ejuxzq (mgr.14180) 387 : cluster [DBG] pgmap v354: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:17.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.456725+0000 mon.smithi078 (mon.0) 675 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]: dispatch 2024-01-13T08:00:17.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.460211+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='client.? 172.21.15.177:0/339203537' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]: dispatch 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.464422+0000 mon.smithi078 (mon.0) 676 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfea7ef3-2996-4301-b8c4-7f525523c995"}]': finished 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: cluster 2024-01-13T08:00:16.464552+0000 mon.smithi078 (mon.0) 677 : cluster [DBG] osdmap e38: 1 total, 0 up, 1 in 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.464738+0000 mon.smithi078 (mon.0) 678 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.815849+0000 mon.smithi078 (mon.0) 679 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.819468+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='client.? 172.21.15.177:0/263766810' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: audit 2024-01-13T08:00:16.821647+0000 mon.smithi078 (mon.0) 680 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T08:00:17.406 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:16 smithi078 bash[14106]: cluster 2024-01-13T08:00:16.821731+0000 mon.smithi078 (mon.0) 681 : cluster [DBG] osdmap e39: 0 total, 0 up, 0 in 2024-01-13T08:00:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: cluster 2024-01-13T08:00:17.647307+0000 mgr.smithi078.ejuxzq (mgr.14180) 388 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: cephadm 2024-01-13T08:00:17.724837+0000 mgr.smithi078.ejuxzq (mgr.14180) 389 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T08:00:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:18.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: return f(*arg) 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:18.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.157 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:18.158 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.159 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:18.160 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: main() 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:18.161 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:18.162 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:18 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:18.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: cluster 2024-01-13T08:00:17.647307+0000 mgr.smithi078.ejuxzq (mgr.14180) 388 : cluster [DBG] pgmap v357: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: cephadm 2024-01-13T08:00:17.724837+0000 mgr.smithi078.ejuxzq (mgr.14180) 389 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: return f(*arg) 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:18.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:18.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:18.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:18.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:18.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: main() 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:18.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:18.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:18.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:18 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:18.931 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.142796+0000 mon.smithi078 (mon.0) 682 : audit [INF] from='client.? 172.21.15.78:0/1625433802' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a17b4c2-1650-4716-b087-da3234cd6a0a"}]: dispatch 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.149812+0000 mon.smithi078 (mon.0) 683 : audit [INF] from='client.? 172.21.15.78:0/1625433802' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a17b4c2-1650-4716-b087-da3234cd6a0a"}]': finished 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: cluster 2024-01-13T08:00:18.149901+0000 mon.smithi078 (mon.0) 684 : cluster [DBG] osdmap e40: 1 total, 0 up, 1 in 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.150031+0000 mon.smithi078 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.485735+0000 mon.smithi078 (mon.0) 686 : audit [INF] from='client.? 172.21.15.78:0/62698031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:19.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.492554+0000 mon.smithi078 (mon.0) 687 : audit [INF] from='client.? 172.21.15.78:0/62698031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T08:00:19.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: cluster 2024-01-13T08:00:18.492656+0000 mon.smithi078 (mon.0) 688 : cluster [DBG] osdmap e41: 0 total, 0 up, 0 in 2024-01-13T08:00:19.156 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:19 smithi078 bash[14106]: audit 2024-01-13T08:00:18.929441+0000 mon.smithi078 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.78:0/4018026444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:19.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.142796+0000 mon.smithi078 (mon.0) 682 : audit [INF] from='client.? 172.21.15.78:0/1625433802' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a17b4c2-1650-4716-b087-da3234cd6a0a"}]: dispatch 2024-01-13T08:00:19.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.149812+0000 mon.smithi078 (mon.0) 683 : audit [INF] from='client.? 172.21.15.78:0/1625433802' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a17b4c2-1650-4716-b087-da3234cd6a0a"}]': finished 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: cluster 2024-01-13T08:00:18.149901+0000 mon.smithi078 (mon.0) 684 : cluster [DBG] osdmap e40: 1 total, 0 up, 1 in 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.150031+0000 mon.smithi078 (mon.0) 685 : audit [DBG] from='mgr.14180 172.21.15.78:0/149225052' entity='mgr.smithi078.ejuxzq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.485735+0000 mon.smithi078 (mon.0) 686 : audit [INF] from='client.? 172.21.15.78:0/62698031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]: dispatch 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.492554+0000 mon.smithi078 (mon.0) 687 : audit [INF] from='client.? 172.21.15.78:0/62698031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd purge-new", "id": 0, "yes_i_really_mean_it": true}]': finished 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: cluster 2024-01-13T08:00:18.492656+0000 mon.smithi078 (mon.0) 688 : cluster [DBG] osdmap e41: 0 total, 0 up, 0 in 2024-01-13T08:00:19.512 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:19 smithi177 bash[18353]: audit 2024-01-13T08:00:18.929441+0000 mon.smithi078 (mon.0) 689 : audit [DBG] from='client.? 172.21.15.78:0/4018026444' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:20.255 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:21.257 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:21.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: cluster 2024-01-13T08:00:19.647752+0000 mgr.smithi078.ejuxzq (mgr.14180) 390 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:21.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: cephadm 2024-01-13T08:00:19.695815+0000 mgr.smithi078.ejuxzq (mgr.14180) 391 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return f(*arg) 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpkz2mka0i:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpj1z_16as:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 7a17b4c2-1650-4716-b087-da3234cd6a0a 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.263 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.264 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.265 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.267 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: main() 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.268 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpkz2mka0i:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpj1z_16as:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: cephadm 2024-01-13T08:00:19.699510+0000 mgr.smithi078.ejuxzq (mgr.14180) 392 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: service_id: all-available-devices 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: service_name: osd.all-available-devices 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: placement: 2024-01-13T08:00:21.269 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: host_pattern: '*' 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: spec: 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: data_devices: 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: all: true 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: filter_logic: AND 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: objectstore: bluestore 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.270 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.271 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.272 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.273 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.275 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.276 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: main() 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.277 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: if self._apply_service(spec): 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T08:00:21.278 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: raise self._value 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: result = (True, func(*args, **kwds)) 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return list(map(*args)) 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return f(*arg) 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: code, '\n'.join(err))) 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.279 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.280 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.281 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.282 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.283 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: Traceback (most recent call last): 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: main() 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: r = ctx.func(ctx) 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.284 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: return func(ctx) 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: cluster 2024-01-13T08:00:19.700803+0000 mgr.smithi078.ejuxzq (mgr.14180) 393 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:21.285 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:20 smithi177 bash[18353]: cluster 2024-01-13T08:00:20.009068+0000 mon.smithi078 (mon.0) 690 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: cluster 2024-01-13T08:00:19.647752+0000 mgr.smithi078.ejuxzq (mgr.14180) 390 : cluster [DBG] pgmap v360: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: cephadm 2024-01-13T08:00:19.695815+0000 mgr.smithi078.ejuxzq (mgr.14180) 391 : cephadm [ERR] executing create_from_spec_one(([('smithi078', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[])), ('smithi177', DeviceSelection(data devices=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'], wal_devices=[], db devices=[], journal devices=[]))],)) failed. 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return f(*arg) 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T08:00:21.286 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi078/config 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpkz2mka0i:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpj1z_16as:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 7a17b4c2-1650-4716-b087-da3234cd6a0a 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.287 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.288 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.289 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.290 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: main() 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.291 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.292 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi078 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpkz2mka0i:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpj1z_16as:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: cephadm 2024-01-13T08:00:19.699510+0000 mgr.smithi078.ejuxzq (mgr.14180) 392 : cephadm [ERR] Failed to apply osd.all-available-devices spec DriveGroupSpec.from_json(yaml.safe_load('''service_type: osd 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: service_id: all-available-devices 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: service_name: osd.all-available-devices 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: placement: 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: host_pattern: '*' 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: spec: 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: data_devices: 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: all: true 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: filter_logic: AND 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: objectstore: bluestore 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: ''')): cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.293 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.294 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.295 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.296 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.297 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: main() 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.298 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 521, in _apply_all_services 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: if self._apply_service(spec): 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 595, in _apply_service 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: self.mgr.osd_service.create_from_spec(cast(DriveGroupSpec, spec)) 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 73, in create_from_spec 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: ret = create_from_spec_one(self.prepare_drivegroup(drive_group)) 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 83, in forall_hosts_wrapper 2024-01-13T08:00:21.299 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return CephadmOrchestrator.instance._worker_pool.map(do_work, vals) 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 266, in map 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return self._map_async(func, iterable, mapstar, chunksize).get() 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 644, in get 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: raise self._value 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 119, in worker 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: result = (True, func(*args, **kwds)) 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/lib64/python3.6/multiprocessing/pool.py", line 44, in mapstar 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return list(map(*args)) 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/utils.py", line 77, in do_work 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return f(*arg) 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 65, in create_from_spec_one 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: replace_osd_ids=osd_id_claims_for_host, env_vars=env_vars 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/usr/share/ceph/mgr/cephadm/services/osd.py", line 91, in create_single_host 2024-01-13T08:00:21.300 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: code, '\n'.join(err))) 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: RuntimeError: cephadm exited with an error code: 1, stderr:Inferring config /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/mon.smithi177/config 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> passed data devices: 4 physical, 0 LVM 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> relative data size: 1.0 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph-authtool --gen-print-key 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new bfea7ef3-2996-4301-b8c4-7f525523c995 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr --> Was unable to complete a new OSD, will rollback changes 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring osd purge-new osd.0 --yes-i-really-mean-it 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr stderr: purged osd.0 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 240, in safe_prepare 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.prepare() 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.301 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 351, in prepare 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr block_lv = self.prepare_data_device('block', osd_fsid) 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 196, in prepare_data_device 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr if disk.is_partition(device) or disk.is_device(device): 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/util/disk.py", line 373, in is_partition 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr partitions = get_partitions() 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr NameError: name 'get_partitions' is not defined 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr During handling of the above exception, another exception occurred: 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Traceback (most recent call last): 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 11, in 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ 2024-01-13T08:00:21.302 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.main(self.argv) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return f(*a, **kw) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 153, in main 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr instance.main() 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 450, in main 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self._execute(plan) 2024-01-13T08:00:21.303 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/batch.py", line 469, in _execute 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr c.create(argparse.Namespace(**args)) 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/create.py", line 26, in create 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr prepare_step.safe_prepare(args) 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/prepare.py", line 244, in safe_prepare 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr rollback_osd(self.args, self.osd_id) 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/common.py", line 36, in rollback_osd 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr Zap(['--destroy', '--osd-id', osd_id]).main() 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 404, in main 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr self.zap_osd() 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr return func(*a, **kw) 2024-01-13T08:00:21.304 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap_osd 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr devices = find_associated_devices(self.args.osd_id, self.args.osd_fsid) 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr File "/usr/lib/python3.6/site-packages/ceph_volume/devices/lvm/zap.py", line 88, in find_associated_devices 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr '%s' % osd_id or osd_fsid) 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: /usr/bin/docker: stderr RuntimeError: Unable to find any LV for zapping OSD: 0 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: Traceback (most recent call last): 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9509, in 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: main() 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 9497, in main 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: r = ctx.func(ctx) 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2009, in _infer_config 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1940, in _infer_fsid 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 2037, in _infer_image 2024-01-13T08:00:21.305 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1927, in _validate_fsid 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: return func(ctx) 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 5554, in command_ceph_volume 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: out, err, code = call_throws(ctx, c.run_cmd()) 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: File "/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/cephadm.cf1c9b864d29dd2645bb517833464f26027d435bb39febbf565308fda83f90d2", line 1720, in call_throws 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 -e CEPH_VOLUME_OSDSPEC_AFFINITY=all-available-devices -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/run/ceph:z -v /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs -v /tmp/ceph-tmpywmp4f6r:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpk60t500r:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755 lvm batch --no-auto /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1 /dev/nvme4n1 --yes --no-systemd 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: cluster 2024-01-13T08:00:19.700803+0000 mgr.smithi078.ejuxzq (mgr.14180) 393 : cluster [DBG] pgmap v361: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:21.306 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:20 smithi078 bash[14106]: cluster 2024-01-13T08:00:20.009068+0000 mon.smithi078 (mon.0) 690 : cluster [WRN] Health check failed: Failed to apply 1 service(s): osd.all-available-devices (CEPHADM_APPLY_SPEC_FAIL) 2024-01-13T08:00:23.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:22 smithi078 bash[14106]: cluster 2024-01-13T08:00:21.701868+0000 mgr.smithi078.ejuxzq (mgr.14180) 394 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:23.262 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:22 smithi177 bash[18353]: cluster 2024-01-13T08:00:21.701868+0000 mgr.smithi078.ejuxzq (mgr.14180) 394 : cluster [DBG] pgmap v362: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:24.718 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:24 smithi078 bash[14106]: cluster 2024-01-13T08:00:23.702961+0000 mgr.smithi078.ejuxzq (mgr.14180) 395 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:25.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:24 smithi078 bash[14106]: audit 2024-01-13T08:00:24.716399+0000 mon.smithi078 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.78:0/3140820929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:25.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:24 smithi177 bash[18353]: cluster 2024-01-13T08:00:23.702961+0000 mgr.smithi078.ejuxzq (mgr.14180) 395 : cluster [DBG] pgmap v363: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:25.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:24 smithi177 bash[18353]: audit 2024-01-13T08:00:24.716399+0000 mon.smithi078 (mon.0) 691 : audit [DBG] from='client.? 172.21.15.78:0/3140820929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:25.568 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:26.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:26 smithi078 bash[14106]: cluster 2024-01-13T08:00:25.703946+0000 mgr.smithi078.ejuxzq (mgr.14180) 396 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:26.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:26 smithi177 bash[18353]: cluster 2024-01-13T08:00:25.703946+0000 mgr.smithi078.ejuxzq (mgr.14180) 396 : cluster [DBG] pgmap v364: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:26.569 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:28.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:28 smithi078 bash[14106]: cluster 2024-01-13T08:00:27.704807+0000 mgr.smithi078.ejuxzq (mgr.14180) 397 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:29.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:28 smithi177 bash[18353]: cluster 2024-01-13T08:00:27.704807+0000 mgr.smithi078.ejuxzq (mgr.14180) 397 : cluster [DBG] pgmap v365: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:29.774 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:30.525 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:31.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:30 smithi177 bash[18353]: cluster 2024-01-13T08:00:29.705832+0000 mgr.smithi078.ejuxzq (mgr.14180) 398 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:31.113 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:30 smithi177 bash[18353]: audit 2024-01-13T08:00:29.772770+0000 mon.smithi078 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.78:0/2794978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:31.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:30 smithi078 bash[14106]: cluster 2024-01-13T08:00:29.705832+0000 mgr.smithi078.ejuxzq (mgr.14180) 398 : cluster [DBG] pgmap v366: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:31.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:30 smithi078 bash[14106]: audit 2024-01-13T08:00:29.772770+0000 mon.smithi078 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.78:0/2794978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:31.527 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:32.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:32 smithi078 bash[14106]: cluster 2024-01-13T08:00:31.706638+0000 mgr.smithi078.ejuxzq (mgr.14180) 399 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:33.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:32 smithi177 bash[18353]: cluster 2024-01-13T08:00:31.706638+0000 mgr.smithi078.ejuxzq (mgr.14180) 399 : cluster [DBG] pgmap v367: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:34.835 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:35.097 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:34 smithi078 bash[14106]: cluster 2024-01-13T08:00:33.707640+0000 mgr.smithi078.ejuxzq (mgr.14180) 400 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:35.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:34 smithi177 bash[18353]: cluster 2024-01-13T08:00:33.707640+0000 mgr.smithi078.ejuxzq (mgr.14180) 400 : cluster [DBG] pgmap v368: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:35.629 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:35.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:35 smithi078 bash[14106]: audit 2024-01-13T08:00:34.833214+0000 mon.smithi078 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.78:0/2942108123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:36.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:35 smithi177 bash[18353]: audit 2024-01-13T08:00:34.833214+0000 mon.smithi078 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.78:0/2942108123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:36.631 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:37.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:36 smithi078 bash[14106]: cluster 2024-01-13T08:00:35.708681+0000 mgr.smithi078.ejuxzq (mgr.14180) 401 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:37.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:36 smithi177 bash[18353]: cluster 2024-01-13T08:00:35.708681+0000 mgr.smithi078.ejuxzq (mgr.14180) 401 : cluster [DBG] pgmap v369: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:39.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:38 smithi078 bash[14106]: cluster 2024-01-13T08:00:37.709783+0000 mgr.smithi078.ejuxzq (mgr.14180) 402 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:39.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:38 smithi177 bash[18353]: cluster 2024-01-13T08:00:37.709783+0000 mgr.smithi078.ejuxzq (mgr.14180) 402 : cluster [DBG] pgmap v370: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:39.928 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:40.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:40 smithi177 bash[18353]: audit 2024-01-13T08:00:39.927065+0000 mon.smithi078 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.78:0/3402380786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:40.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:39 smithi078 bash[14106]: audit 2024-01-13T08:00:39.927065+0000 mon.smithi078 (mon.0) 694 : audit [DBG] from='client.? 172.21.15.78:0/3402380786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:40.747 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:41.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:41 smithi078 bash[14106]: cluster 2024-01-13T08:00:39.710741+0000 mgr.smithi078.ejuxzq (mgr.14180) 403 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:41.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:41 smithi177 bash[18353]: cluster 2024-01-13T08:00:39.710741+0000 mgr.smithi078.ejuxzq (mgr.14180) 403 : cluster [DBG] pgmap v371: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:41.748 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:42.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:42 smithi177 bash[18353]: cluster 2024-01-13T08:00:41.711773+0000 mgr.smithi078.ejuxzq (mgr.14180) 404 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:42.655 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:42 smithi078 bash[14106]: cluster 2024-01-13T08:00:41.711773+0000 mgr.smithi078.ejuxzq (mgr.14180) 404 : cluster [DBG] pgmap v372: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:44.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:44 smithi078 bash[14106]: cluster 2024-01-13T08:00:43.712425+0000 mgr.smithi078.ejuxzq (mgr.14180) 405 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:44.911 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:45.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:44 smithi177 bash[18353]: cluster 2024-01-13T08:00:43.712425+0000 mgr.smithi078.ejuxzq (mgr.14180) 405 : cluster [DBG] pgmap v373: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:45.726 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:46.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:45 smithi078 bash[14106]: audit 2024-01-13T08:00:44.909720+0000 mon.smithi078 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.78:0/3296177211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:46.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:45 smithi177 bash[18353]: audit 2024-01-13T08:00:44.909720+0000 mon.smithi078 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.78:0/3296177211' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:46.728 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:47.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:46 smithi078 bash[14106]: cluster 2024-01-13T08:00:45.713345+0000 mgr.smithi078.ejuxzq (mgr.14180) 406 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:47.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:46 smithi177 bash[18353]: cluster 2024-01-13T08:00:45.713345+0000 mgr.smithi078.ejuxzq (mgr.14180) 406 : cluster [DBG] pgmap v374: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:49.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:48 smithi078 bash[14106]: cluster 2024-01-13T08:00:47.714410+0000 mgr.smithi078.ejuxzq (mgr.14180) 407 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:49.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:48 smithi177 bash[18353]: cluster 2024-01-13T08:00:47.714410+0000 mgr.smithi078.ejuxzq (mgr.14180) 407 : cluster [DBG] pgmap v375: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:50.039 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:50.838 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:51.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:51 smithi078 bash[14106]: cluster 2024-01-13T08:00:49.715443+0000 mgr.smithi078.ejuxzq (mgr.14180) 408 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:51.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:51 smithi078 bash[14106]: audit 2024-01-13T08:00:50.037822+0000 mon.smithi078 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.78:0/2831042647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:51.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:51 smithi177 bash[18353]: cluster 2024-01-13T08:00:49.715443+0000 mgr.smithi078.ejuxzq (mgr.14180) 408 : cluster [DBG] pgmap v376: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:51.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:51 smithi177 bash[18353]: audit 2024-01-13T08:00:50.037822+0000 mon.smithi078 (mon.0) 696 : audit [DBG] from='client.? 172.21.15.78:0/2831042647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:51.839 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:52.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:52 smithi078 bash[14106]: cluster 2024-01-13T08:00:51.716464+0000 mgr.smithi078.ejuxzq (mgr.14180) 409 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:52.511 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:52 smithi177 bash[18353]: cluster 2024-01-13T08:00:51.716464+0000 mgr.smithi078.ejuxzq (mgr.14180) 409 : cluster [DBG] pgmap v377: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:54.905 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:54 smithi078 bash[14106]: cluster 2024-01-13T08:00:53.717524+0000 mgr.smithi078.ejuxzq (mgr.14180) 410 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:54.985 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:00:55.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:54 smithi177 bash[18353]: cluster 2024-01-13T08:00:53.717524+0000 mgr.smithi078.ejuxzq (mgr.14180) 410 : cluster [DBG] pgmap v378: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:55.736 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:00:56.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:55 smithi177 bash[18353]: audit 2024-01-13T08:00:54.983546+0000 mon.smithi078 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.78:0/940859176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:56.405 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:55 smithi078 bash[14106]: audit 2024-01-13T08:00:54.983546+0000 mon.smithi078 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.78:0/940859176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:00:56.737 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:00:57.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:56 smithi078 bash[14106]: cluster 2024-01-13T08:00:55.718509+0000 mgr.smithi078.ejuxzq (mgr.14180) 411 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:57.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:56 smithi177 bash[18353]: cluster 2024-01-13T08:00:55.718509+0000 mgr.smithi078.ejuxzq (mgr.14180) 411 : cluster [DBG] pgmap v379: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:59.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:00:59 smithi078 bash[14106]: cluster 2024-01-13T08:00:57.719014+0000 mgr.smithi078.ejuxzq (mgr.14180) 412 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:00:59.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:00:59 smithi177 bash[18353]: cluster 2024-01-13T08:00:57.719014+0000 mgr.smithi078.ejuxzq (mgr.14180) 412 : cluster [DBG] pgmap v380: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:00.085 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:01:00.869 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:01:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:00 smithi078 bash[14106]: cluster 2024-01-13T08:00:59.719775+0000 mgr.smithi078.ejuxzq (mgr.14180) 413 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:01.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:00 smithi078 bash[14106]: audit 2024-01-13T08:01:00.083962+0000 mon.smithi078 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.78:0/2832682284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:01:01.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:00 smithi177 bash[18353]: cluster 2024-01-13T08:00:59.719775+0000 mgr.smithi078.ejuxzq (mgr.14180) 413 : cluster [DBG] pgmap v381: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:01.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:00 smithi177 bash[18353]: audit 2024-01-13T08:01:00.083962+0000 mon.smithi078 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.78:0/2832682284' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:01:01.870 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T08:01:03.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:03 smithi177 bash[18353]: cluster 2024-01-13T08:01:01.720838+0000 mgr.smithi078.ejuxzq (mgr.14180) 414 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:03.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:02 smithi078 bash[14106]: cluster 2024-01-13T08:01:01.720838+0000 mgr.smithi078.ejuxzq (mgr.14180) 414 : cluster [DBG] pgmap v382: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:05.026 INFO:teuthology.orchestra.run.smithi078.stdout: 2024-01-13T08:01:05.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:05 smithi177 bash[18353]: cluster 2024-01-13T08:01:03.721876+0000 mgr.smithi078.ejuxzq (mgr.14180) 415 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:05.311 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:05 smithi078 bash[14106]: cluster 2024-01-13T08:01:03.721876+0000 mgr.smithi078.ejuxzq (mgr.14180) 415 : cluster [DBG] pgmap v383: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:05.897 INFO:teuthology.orchestra.run.smithi078.stdout:{"epoch":41,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":1705132281,"num_remapped_pgs":0} 2024-01-13T08:01:05.898 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-13T08:01:05.899 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T08:01:05.914 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T08:01:05.930 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-13T08:01:05.930 DEBUG:teuthology.orchestra.run.smithi078:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T08:01:05.964 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T08:01:05.984 INFO:tasks.cephadm:Stopping all daemons... 2024-01-13T08:01:05.984 INFO:tasks.cephadm.mon.smithi078:Stopping mon.smithi078... 2024-01-13T08:01:05.984 DEBUG:teuthology.orchestra.run.smithi078:> sudo systemctl stop ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078 2024-01-13T08:01:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 bash[14106]: audit 2024-01-13T08:01:05.024647+0000 mon.smithi078 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.78:0/1936561591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:01:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 bash[14106]: cluster 2024-01-13T08:01:05.722849+0000 mgr.smithi078.ejuxzq (mgr.14180) 416 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 systemd[1]: Stopping Ceph mon.smithi078 for dcd1f50e-b1e7-11ee-95ac-87774f69a715... 2024-01-13T08:01:06.155 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 bash[53641]: Error response from daemon: No such container: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715-mon.smithi078 2024-01-13T08:01:06.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:06 smithi177 bash[18353]: audit 2024-01-13T08:01:05.024647+0000 mon.smithi078 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.78:0/1936561591' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T08:01:06.261 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:06 smithi177 bash[18353]: cluster 2024-01-13T08:01:05.722849+0000 mgr.smithi078.ejuxzq (mgr.14180) 416 : cluster [DBG] pgmap v384: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T08:01:06.450 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 bash[14106]: debug 2024-01-13T08:01:06.173+0000 7f0c58858700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi078 -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 2024-01-13T08:01:06.451 INFO:journalctl@ceph.mon.smithi078.smithi078.stdout:Jan 13 08:01:06 smithi078 bash[14106]: debug 2024-01-13T08:01:06.173+0000 7f0c58858700 -1 mon.smithi078@0(leader) e2 *** Got Signal Terminated *** 2024-01-13T08:01:07.202 DEBUG:teuthology.orchestra.run.smithi078:> sudo pkill -f 'journalctl -f -n 0 -u ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi078.service' 2024-01-13T08:01:07.252 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T08:01:07.252 INFO:tasks.cephadm.mon.smithi078:Stopped mon.smithi078 2024-01-13T08:01:07.252 INFO:tasks.cephadm.mon.smithi177:Stopping mon.smithi177... 2024-01-13T08:01:07.252 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi177 2024-01-13T08:01:07.577 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:07 smithi177 systemd[1]: Stopping Ceph mon.smithi177 for dcd1f50e-b1e7-11ee-95ac-87774f69a715... 2024-01-13T08:01:07.578 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:07 smithi177 bash[22761]: Error response from daemon: No such container: ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715-mon.smithi177 2024-01-13T08:01:07.578 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:07 smithi177 bash[18353]: debug 2024-01-13T08:01:07.512+0000 7fdf3699c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi177 -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 2024-01-13T08:01:07.578 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 13 08:01:07 smithi177 bash[18353]: debug 2024-01-13T08:01:07.512+0000 7fdf3699c700 -1 mon.smithi177@1(peon) e2 *** Got Signal Terminated *** 2024-01-13T08:01:08.393 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-dcd1f50e-b1e7-11ee-95ac-87774f69a715@mon.smithi177.service' 2024-01-13T08:01:08.432 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T08:01:08.432 INFO:tasks.cephadm.mon.smithi177:Stopped mon.smithi177 2024-01-13T08:01:08.432 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T08:01:21.106 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T08:01:29.584 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T08:01:29.600 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T08:01:29.620 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-13T08:01:29.622 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/ubuntu@smithi078.front.sepia.ceph.com/crash 2024-01-13T08:01:29.622 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash -- . 2024-01-13T08:01:29.657 INFO:teuthology.orchestra.run.smithi078.stderr:tar: /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash: Cannot open: No such file or directory 2024-01-13T08:01:29.657 INFO:teuthology.orchestra.run.smithi078.stderr:tar: Error is not recoverable: exiting now 2024-01-13T08:01:29.659 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/ubuntu@smithi177.front.sepia.ceph.com/crash 2024-01-13T08:01:29.660 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash -- . 2024-01-13T08:01:29.675 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/crash: Cannot open: No such file or directory 2024-01-13T08:01:29.675 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-01-13T08:01:29.676 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-13T08:01:29.676 DEBUG:teuthology.orchestra.run.smithi078:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-13T08:01:29.718 INFO:teuthology.orchestra.run.smithi078.stderr:grep: /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph.log: No such file or directory 2024-01-13T08:01:29.719 INFO:tasks.cephadm:Compressing logs... 2024-01-13T08:01:29.719 DEBUG:teuthology.orchestra.run.smithi078:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T08:01:29.764 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T08:01:29.775 INFO:teuthology.orchestra.run.smithi078.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-13T08:01:29.778 INFO:teuthology.orchestra.run.smithi177.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-13T08:01:29.788 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T08:01:29.788 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi177.log 2024-01-13T08:01:29.789 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi177.sqlcse.log 2024-01-13T08:01:29.789 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T08:01:29.793 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi177.log: /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi177.sqlcse.log: /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log: 92.3% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi177.sqlcse.log.gz 2024-01-13T08:01:29.794 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T08:01:29.795 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi078.ejuxzq.log 2024-01-13T08:01:29.795 INFO:teuthology.orchestra.run.smithi177.stderr: 92.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T08:01:29.796 INFO:teuthology.orchestra.run.smithi078.stderr:gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi078.log 2024-01-13T08:01:29.796 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T08:01:29.800 INFO:teuthology.orchestra.run.smithi177.stderr: 93.9% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T08:01:29.809 INFO:teuthology.orchestra.run.smithi078.stderr:/var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi078.ejuxzq.log: /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi078.log: /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log: 93.9% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T08:01:29.809 INFO:teuthology.orchestra.run.smithi078.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T08:01:29.899 INFO:teuthology.orchestra.run.smithi177.stderr: 92.8% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi177.log.gz 2024-01-13T08:01:29.901 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-01-13T08:01:29.901 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.131s 2024-01-13T08:01:29.902 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m0.128s 2024-01-13T08:01:29.902 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.025s 2024-01-13T08:01:29.902 INFO:teuthology.orchestra.run.smithi078.stderr: 91.6% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mgr.smithi078.ejuxzq.log.gz 2024-01-13T08:01:30.110 INFO:teuthology.orchestra.run.smithi078.stderr: 89.9% -- replaced with /var/log/ceph/dcd1f50e-b1e7-11ee-95ac-87774f69a715/ceph-mon.smithi078.log.gz 2024-01-13T08:01:30.112 INFO:teuthology.orchestra.run.smithi078.stderr: 2024-01-13T08:01:30.112 INFO:teuthology.orchestra.run.smithi078.stderr:real 0m0.345s 2024-01-13T08:01:30.112 INFO:teuthology.orchestra.run.smithi078.stderr:user 0m0.451s 2024-01-13T08:01:30.112 INFO:teuthology.orchestra.run.smithi078.stderr:sys 0m0.020s 2024-01-13T08:01:30.113 INFO:tasks.cephadm:Archiving logs... 2024-01-13T08:01:30.113 DEBUG:teuthology.misc:Transferring archived files from smithi078:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/ubuntu@smithi078.front.sepia.ceph.com/log 2024-01-13T08:01:30.114 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T08:01:30.261 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/ubuntu@smithi177.front.sepia.ceph.com/log 2024-01-13T08:01:30.261 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T08:01:30.298 INFO:tasks.cephadm:Removing cluster... 2024-01-13T08:01:30.299 DEBUG:teuthology.orchestra.run.smithi078:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 --force 2024-01-13T08:01:31.650 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dcd1f50e-b1e7-11ee-95ac-87774f69a715 --force 2024-01-13T08:01:33.002 INFO:tasks.cephadm:Removing cephadm ... 2024-01-13T08:01:33.002 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T08:01:33.010 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T08:01:33.017 INFO:tasks.cephadm:Teardown complete 2024-01-13T08:01:33.017 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-13T08:01:33.281 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=95c1b6bb25fb4a7eaa39666487d32f7e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/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_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 779, in ceph_osds while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (121) after waiting for 120 seconds 2024-01-13T08:01:33.284 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-13T08:01:33.292 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-13T08:01:33.332 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_1... 2024-01-13T08:01:33.333 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_1 2024-01-13T08:01:33.611 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-13T08:01:33.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:33.612 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_2... 2024-01-13T08:01:33.613 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_2 2024-01-13T08:01:33.906 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-13T08:01:33.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:33.908 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_3... 2024-01-13T08:01:33.908 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_3 2024-01-13T08:01:34.187 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-13T08:01:34.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:34.189 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi078:/dev/vg_nvme/lv_4... 2024-01-13T08:01:34.189 DEBUG:teuthology.orchestra.run.smithi078:> sudo nvme disconnect -n lv_4 2024-01-13T08:01:34.462 INFO:teuthology.orchestra.run.smithi078.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-13T08:01:34.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:34.465 DEBUG:teuthology.orchestra.run.smithi078:> set -ex 2024-01-13T08:01:34.465 DEBUG:teuthology.orchestra.run.smithi078:> sudo dd of=/scratch_devs 2024-01-13T08:01:34.480 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-01-13T08:01:34.480 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_1 2024-01-13T08:01:34.766 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-13T08:01:34.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:34.768 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-01-13T08:01:34.769 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_2 2024-01-13T08:01:35.030 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-13T08:01:35.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:35.032 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-01-13T08:01:35.033 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_3 2024-01-13T08:01:35.314 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-13T08:01:35.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:35.316 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-01-13T08:01:35.317 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_4 2024-01-13T08:01:35.594 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-13T08:01:35.596 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:35.596 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-13T08:01:35.596 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-01-13T08:01:35.611 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-13T08:01:35.620 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-13T08:01:35.621 DEBUG:teuthology.orchestra.run.smithi078:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T08:01:35.623 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T08:01:35.643 INFO:teuthology.orchestra.run.smithi078.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T08:01:35.643 INFO:teuthology.orchestra.run.smithi078.stdout:============================================================================== 2024-01-13T08:01:35.644 INFO:teuthology.orchestra.run.smithi078.stdout:*hv01.front.sepi 44.4.53.2 2 u 57 64 377 0.082 1.322 1.064 2024-01-13T08:01:35.644 INFO:teuthology.orchestra.run.smithi078.stdout:+hv02.front.sepi 96.245.170.99 3 u 57 64 377 0.099 0.617 0.594 2024-01-13T08:01:35.644 INFO:teuthology.orchestra.run.smithi078.stdout:+hv03.front.sepi 74.6.168.72 3 u 54 64 377 0.096 0.992 0.550 2024-01-13T08:01:35.644 INFO:teuthology.orchestra.run.smithi078.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-01-13T08:01:35.673 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T08:01:35.673 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-01-13T08:01:35.673 INFO:teuthology.orchestra.run.smithi177.stdout:*hv01.front.sepi 44.4.53.2 2 u 57 64 377 0.096 0.597 1.336 2024-01-13T08:01:35.673 INFO:teuthology.orchestra.run.smithi177.stdout:+hv02.front.sepi 96.245.170.99 3 u 57 64 377 0.074 -0.806 1.318 2024-01-13T08:01:35.674 INFO:teuthology.orchestra.run.smithi177.stdout:+hv03.front.sepi 74.6.168.72 3 u 56 64 377 0.080 -1.939 0.911 2024-01-13T08:01:35.674 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-01-13T08:01:35.675 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-13T08:01:35.683 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-13T08:01:35.684 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-13T08:01:35.707 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-13T08:01:35.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-13T08:01:35.776 INFO:teuthology.task.internal:Duration was 1236.131975 seconds 2024-01-13T08:01:35.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-13T08:01:35.808 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-13T08:01:35.808 DEBUG:teuthology.orchestra.run.smithi078:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T08:01:35.810 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T08:01:35.857 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-13T08:01:35.857 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi078.front.sepia.ceph.com 2024-01-13T08:01:35.857 DEBUG:teuthology.orchestra.run.smithi078:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T08:01:35.872 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-01-13T08:01:35.872 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T08:01:35.886 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-13T08:01:35.887 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T08:01:35.916 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T08:01:35.980 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-13T08:01:35.980 DEBUG:teuthology.orchestra.run.smithi078:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T08:01:35.982 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T08:01:36.139 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-13T08:01:36.150 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-13T08:01:36.150 DEBUG:teuthology.orchestra.run.smithi078:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T08:01:36.165 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T08:01:36.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-13T08:01:36.193 DEBUG:teuthology.orchestra.run.smithi078:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T08:01:36.208 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T08:01:36.219 INFO:teuthology.orchestra.run.smithi078.stdout:kernel.core_pattern = core 2024-01-13T08:01:36.239 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-01-13T08:01:36.271 DEBUG:teuthology.orchestra.run.smithi078:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T08:01:36.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:36.295 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T08:01:36.319 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T08:01:36.320 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-13T08:01:36.330 INFO:teuthology.task.internal:Transferring archived files... 2024-01-13T08:01:36.330 DEBUG:teuthology.misc:Transferring archived files from smithi078:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/smithi078 2024-01-13T08:01:36.331 DEBUG:teuthology.orchestra.run.smithi078:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T08:01:36.371 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686/remote/smithi177 2024-01-13T08:01:36.372 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T08:01:36.406 INFO:teuthology.task.internal:Removing archive directory... 2024-01-13T08:01:36.406 DEBUG:teuthology.orchestra.run.smithi078:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T08:01:36.409 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T08:01:36.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-13T08:01:36.460 INFO:teuthology.task.internal:Not uploading archives. 2024-01-13T08:01:36.460 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-13T08:01:36.483 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-13T08:01:36.483 DEBUG:teuthology.orchestra.run.smithi078:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T08:01:36.486 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T08:01:36.492 INFO:teuthology.orchestra.run.smithi078.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 08:01 /home/ubuntu/cephtest 2024-01-13T08:01:36.497 INFO:teuthology.orchestra.run.smithi177.stdout: 1048603 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 08:01 /home/ubuntu/cephtest 2024-01-13T08:01:36.499 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-13T08:01:36.569 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-13T08:01:36.634 INFO:teuthology.nuke:Checking targets against current locks 2024-01-13T08:01:36.663 DEBUG:teuthology.nuke:shortname: smithi078 2024-01-13T08:01:36.663 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T08:01:36.686 DEBUG:teuthology.nuke:shortname: smithi177 2024-01-13T08:01:36.687 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T08:01:36.692 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi078.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 07:32:03.922489', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-13T08:01:36.710 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515686', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 07:32:03.920664', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-13T08:01:36.747 INFO:teuthology.orchestra.console.smithi078:Power off 2024-01-13T08:01:36.748 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T08:01:36.765 INFO:teuthology.orchestra.console.smithi177:Power off 2024-01-13T08:01:36.765 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T08:01:36.775 DEBUG:teuthology.orchestra.console.smithi078:power off output: Chassis Power Control: Down/Off 2024-01-13T08:01:36.775 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:36.792 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-01-13T08:01:36.792 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:36.812 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-01-13T08:01:36.814 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-13T08:01:40.813 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:40.821 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:40.924 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-01-13T08:01:40.933 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-13T08:01:44.928 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:44.936 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:45.039 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is on 2024-01-13T08:01:45.048 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-01-13T08:01:45.148 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-01-13T08:01:49.040 DEBUG:teuthology.orchestra.console.smithi078:pexpect command: ipmitool -H smithi078.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T08:01:49.151 DEBUG:teuthology.orchestra.console.smithi078:check power output: Chassis Power is off 2024-01-13T08:01:49.251 INFO:teuthology.orchestra.console.smithi078:Power off completed 2024-01-13T08:01:49.356 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 1236.131974697113 failure_reason: reached maximum tries (121) after waiting for 120 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=95c1b6bb25fb4a7eaa39666487d32f7e status: fail success: false 2024-01-13T08:01:49.356 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T08:01:49.454 INFO:teuthology.run:FAIL