From 6cba563f5f5079ea81ec4e936a818dc4ed887509 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 20 Mar 2013 08:00:12 -0700 Subject: mon: 'ceph osd crush link ...' to add a link to an existing bucket Allow a second reference to an existing bucket to be added. This lets you create a DAG instead of a tree using the CLI. Signed-off-by: Sage Weil --- src/tools/ceph.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/ceph.cc b/src/tools/ceph.cc index f93d445d612..1dcec254632 100644 --- a/src/tools/ceph.cc +++ b/src/tools/ceph.cc @@ -89,8 +89,9 @@ static void usage() cout << " ceph osd getmap -o \n"; cout << " ceph osd crush set [ ...]\n"; cout << " ceph osd crush add [ ...]\n"; - cout << " ceph osd crush move [ ...]\n"; cout << " ceph osd crush create-or-move [ ...]\n"; + cout << " ceph osd crush move [ ...]\n"; + cout << " ceph osd crush link [ ...]\n"; cout << " ceph osd crush reweight \n"; cout << " ceph osd crush tunables \n"; cout << " ceph osd create []\n"; -- cgit v1.2.1