From: lijing Date: Wed, 17 Jan 2018 02:20:11 +0000 (+0800) Subject: ceph-volume: update argument description that bluestore is the default X-Git-Tag: v12.2.5~153^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5d376e4fa778600710d5b7dc44ddfbca4d420080;p=ceph.git ceph-volume: update argument description that bluestore is the default Fixes: http://tracker.ceph.com/issues/22663 Signed-off-by: Jing Li lijing@gohighsec.com (cherry picked from commit 7a0c4d02df0efdbe689b9c89f014b9692b76b79e) --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/activate.py b/src/ceph-volume/ceph_volume/devices/lvm/activate.py index 81ebe6b0b1c8..1f9cb68e1d50 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/activate.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/activate.py @@ -241,12 +241,12 @@ class Activate(object): parser.add_argument( '--bluestore', action='store_true', - help='filestore objectstore (not yet implemented)', + help='bluestore objectstore (default)', ) parser.add_argument( '--filestore', action='store_true', - help='filestore objectstore (current default)', + help='filestore objectstore', ) if len(self.argv) == 0: print(sub_command_help)