From 29913951b71d68b3f3f9b9fa076f309c0252da36 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 9 Nov 2017 06:46:59 -0500 Subject: [PATCH] doc/ceph-volume activate has a --file option for json files Signed-off-by: Alfredo Deza --- doc/ceph-volume/simple/activate.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ceph-volume/simple/activate.rst b/doc/ceph-volume/simple/activate.rst index 742331816eb..edbb1e3f89d 100644 --- a/doc/ceph-volume/simple/activate.rst +++ b/doc/ceph-volume/simple/activate.rst @@ -23,6 +23,9 @@ The above command will assume that a JSON configuration will be found in:: /etc/ceph/osd/0-6cc43680-4f6e-4feb-92ff-9c7ba204120e.json +Alternatively, using a path to a JSON file directly is also possible:: + + ceph-volume simple activate --file /etc/ceph/osd/0-6cc43680-4f6e-4feb-92ff-9c7ba204120e.json requiring uuids ^^^^^^^^^^^^^^^ -- 2.39.5