From f5577f1e9a28141a200fa03222dce94e7d1a5568 Mon Sep 17 00:00:00 2001 From: Grzegorz Wieczorek Date: Sat, 22 May 2021 17:19:04 +0200 Subject: [PATCH] doc/rbd: add missing snapshot in command line examples Signed-off-by: Grzegorz Wieczorek --- doc/rbd/rbd-mirroring.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rbd/rbd-mirroring.rst b/doc/rbd/rbd-mirroring.rst index 300cb98d4c3d..5108ad0afcdb 100644 --- a/doc/rbd/rbd-mirroring.rst +++ b/doc/rbd/rbd-mirroring.rst @@ -353,7 +353,7 @@ an optional pool or image name. Additionally, the ``--recursive`` option can be specified to list all schedules at the specified level and below. For example:: - $ rbd --cluster site-a mirror schedule ls --pool image-pool --recursive + $ rbd --cluster site-a mirror snapshot schedule ls --pool image-pool --recursive POOL NAMESPACE IMAGE SCHEDULE image-pool - - every 1d starting at 14:00:00-05:00 image-pool image1 every 6h @@ -367,7 +367,7 @@ image name:: For example:: - $ rbd --cluster site-a mirror schedule status + $ rbd --cluster site-a mirror snapshot schedule status SCHEDULE TIME IMAGE 2020-02-26 18:00:00 image-pool/image1 -- 2.47.3