]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: always ignore a missing ceph conf in main.py 22831/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:44:10 +0000 (10:44 -0500)
commit0b23cb2ddf7a8f86681ff97905a25a815777ae2c
tree8c75e61645337b435c6b0e7cedd1000201d65454
parentd02062fe227f68dbbe4aa159b343c7a62cf241df
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