]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: make is_valid() optional 46731/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:54 +0000 (09:04 +0200)
commit60b7b87e400223f4a8f35796e8ba2fdabc76405a
tree2564702aa61721d7e8aac19ea8981e8ddc108ee9
parent3515edfe8086e880bf258f09b4317a732856bd30
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