From e6df2d0c719013fe12b32a6949cedf6f3eb4a6c5 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Fri, 22 Nov 2019 11:56:29 -0700 Subject: [PATCH] ceph-volume: minor clean-up of `simple scan` subcommand help Fixes: https://tracker.ceph.com/issues/43017 Signed-off-by: Michael Fritch (cherry picked from commit 0d7b61d20423aeba842e0685428c42aa9000a88a) --- src/ceph-volume/ceph_volume/devices/simple/scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/devices/simple/scan.py b/src/ceph-volume/ceph_volume/devices/simple/scan.py index c920248265813..e9244d5b4e45f 100644 --- a/src/ceph-volume/ceph_volume/devices/simple/scan.py +++ b/src/ceph-volume/ceph_volume/devices/simple/scan.py @@ -294,7 +294,7 @@ class Scan(object): For an OSD ID of 0 with fsid of ``a9d50838-e823-43d6-b01f-2f8d0a77afc2`` that could mean a scan command that looks like:: - ceph-volume lvm scan /var/lib/ceph/osd/ceph-0 + ceph-volume simple scan /var/lib/ceph/osd/ceph-0 Which would store the metadata in a JSON file at:: -- 2.39.5