Description of problem:
Filestore to bluestore migration failing saying physical volume not initialized when filestore OSDs were created in lvm scenario
Version-Release number of selected component (if applicable):
ceph-ansible-4.0.10-1.el7cp.noarch
How reproducible:
Always (2/2)
Steps to Reproduce:
1. Configure 3.x cluster with filestore lvm based OSDs
2. Upgrade cluster to 4.x
3. Run filestore_to_bluestore.yml
Actual results:
Running command: /usr/sbin/vgcreate -s 1G --force --yes ceph-bdc67a84-894a-4687-b43f-bcd76317580a /dev/sdd
stderr: Physical volume '/dev/sdd' is already in volume group 'ceph-b7801d50-e827-4857-95ec-3291ad6f0151'
Unable to add physical volume '/dev/sdd' to volume group 'ceph-b7801d50-e827-4857-95ec-3291ad6f0151'
/dev/sdd: physical volume not initialized.
Expected results:
Bluestore OSDs must be configured without any error
Additional info:
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:0312
Description of problem: Filestore to bluestore migration failing saying physical volume not initialized when filestore OSDs were created in lvm scenario Version-Release number of selected component (if applicable): ceph-ansible-4.0.10-1.el7cp.noarch How reproducible: Always (2/2) Steps to Reproduce: 1. Configure 3.x cluster with filestore lvm based OSDs 2. Upgrade cluster to 4.x 3. Run filestore_to_bluestore.yml Actual results: Running command: /usr/sbin/vgcreate -s 1G --force --yes ceph-bdc67a84-894a-4687-b43f-bcd76317580a /dev/sdd stderr: Physical volume '/dev/sdd' is already in volume group 'ceph-b7801d50-e827-4857-95ec-3291ad6f0151' Unable to add physical volume '/dev/sdd' to volume group 'ceph-b7801d50-e827-4857-95ec-3291ad6f0151' /dev/sdd: physical volume not initialized. Expected results: Bluestore OSDs must be configured without any error Additional info: