]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: always ignore a missing ceph conf in main.py 22832/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 3 Jul 2018 11:45:24 +0000 (06:45 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 3 Jul 2018 15:43:10 +0000 (10:43 -0500)
commit8412cbfc9974cb8bd394a850cada350a11da9ffd
treeca0185a738f061197358bde4c8f2af8af028a207
parenta58d30c114de9db8c351859e5fc0e2bfe468ee4f
ceph-volume: always ignore a missing ceph conf in main.py

Now that we have a nice error message when a ceph.conf is missing
and we try to use values from it, maintaining a list of commands that
don't need ceph.conf isn't as helpful. We had actually missed 'simple
trigger' when we first implemented this causing all our luminous tests
for simple to fail when we backported.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 0487a9ac60c5ba289b7dd7c730b014a298c5998f)
src/ceph-volume/ceph_volume/main.py