]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: make is_valid() optional 46730/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 9 Jun 2022 08:33:31 +0000 (10:33 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 23 Jun 2022 07:04:07 +0000 (09:04 +0200)
commit15be7963b670496c1f7f33cfe70890d4ce3086e9
tree28cacb4b79de63f607c8e901e6fdd6e9d85e7121
parent562702744e864bdf1baf25555f30f81026809576
ceph-volume: make is_valid() optional

There are cases where `ceph-volume` doesn't have to require
a `ceph.conf` file that has the `fsid` parameter.

See: https://github.com/rook/rook/pull/10333#pullrequestreview-994958873

Fixes: https://tracker.ceph.com/issues/55970
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 7ffea899921dc9996f20ef88531bd1daf82d44aa)
src/ceph-volume/ceph_volume/configuration.py
src/ceph-volume/ceph_volume/util/encryption.py