From 09f35cb249674eda044b8fceea6f402ffac7731d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 2 Feb 2018 08:15:36 -0500 Subject: [PATCH] ceph-volume simple.scan update help menu to indicate device support Signed-off-by: Alfredo Deza --- src/ceph-volume/ceph_volume/devices/simple/scan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ceph-volume/ceph_volume/devices/simple/scan.py b/src/ceph-volume/ceph_volume/devices/simple/scan.py index dfc3bd85187..1ef257c190f 100644 --- a/src/ceph-volume/ceph_volume/devices/simple/scan.py +++ b/src/ceph-volume/ceph_volume/devices/simple/scan.py @@ -283,8 +283,8 @@ class Scan(object): def main(self): sub_command_help = dedent(""" - Scan an OSD directory for files and configurations that will allow to - take over the management of the OSD. + Scan an OSD directory (or data device) for files and configurations + that will allow to take over the management of the OSD. Scanned OSDs will get their configurations stored in /etc/ceph/osd/-.json -- 2.47.3