diff options
author | lvshanchun <lvshanchun@gmail.com> | 2017-11-14 23:05:00 +0100 |
---|---|---|
committer | lvshanchun <lvshanchun@gmail.com> | 2017-11-15 16:52:20 +0100 |
commit | 8f56897c43221044ae5ae727336ec519b514795c (patch) | |
tree | a3e3a50a361c5b8f2ae4996514805cd913f2aa72 /src/test/cli/radosgw-admin/help.t | |
parent | rgw: add metadata sync related cmd into radosgw-admin help info (diff) | |
download | ceph-8f56897c43221044ae5ae727336ec519b514795c.tar.xz ceph-8f56897c43221044ae5ae727336ec519b514795c.zip |
rgw: add data sync related cmd into radosgw-admin help info
+ radosgw-admin data sync status
+ radosgw-admin data sync init
+ radosgw-admin data sync run
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | src/test/cli/radosgw-admin/help.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index cb4c4ae9cec..f14f6c65341 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -89,6 +89,9 @@ metadata sync status get metadata sync status metadata sync init init metadata sync metadata sync run run metadata sync + data sync status get data sync status of the specified source zone + data sync init init data sync for the specified source zone + data sync run run data sync for the specified source zone pool add add an existing pool for data placement pool rm remove an existing pool from data placement set pools list list placement active set |