]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph_disk: allow "no fsid" on activate
authorDan Mick <dan.mick@redhat.com>
Wed, 29 Nov 2017 23:29:17 +0000 (15:29 -0800)
committerDan Mick <dan.mick@redhat.com>
Wed, 29 Nov 2017 23:29:17 +0000 (15:29 -0800)
commit4d010fb83d3cad50953cdf010d1bb20c62588b3c
tree7af74d3cd8b7fbe57728b720412385ad00e75908
parent27e06ffa4c046d29179fa683499385cab928825f
ceph_disk: allow "no fsid" on activate

The intent was to allow "no fsid" configurations when only one
conf file named 'ceph.conf' was present, but the code has a bug
in that ceph-osd --show-config-value will return a default all-0
uuid.  Treat 'all-0' as we were treating 'None'.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
src/ceph-disk/ceph_disk/main.py