leapp-repository icon indicating copy to clipboard operation
leapp-repository copied to clipboard

[ceph][luks] Fix ceph cephvolumescan for cephadm

Open pirat89 opened this issue 9 months ago • 3 comments

For cephadm the containers are named ceph--osd... while ceph-ansible still uses the ceph-osd-...

Other issue is that OSDs can have multiple volumes in them so filtering just for the first one is wrong and we need to check each volume for the encryption.

Resolves: rhbz#2264543 Fixes: https://issues.redhat.com/browse/RHEL-25838

Orig PR: https://github.com/oamg/leapp-repository/pull/1180

TODO:

  • [ ] fix the bug
  • [ ] remove added debug msgs from tests

pirat89 avatar May 13 '24 16:05 pirat89