From 01a814698399248a1f83bca2105c06696864efe7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Sep 2012 11:35:45 -0700 Subject: [PATCH] ceph tool: add 'osd crush create-or-move ...' to help Signed-off-by: Sage Weil --- src/test/cli/ceph/help.t | 1 + src/tools/ceph.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/test/cli/ceph/help.t b/src/test/cli/ceph/help.t index bbd7ff76d9a1d..f0943303d3b6d 100644 --- a/src/test/cli/ceph/help.t +++ b/src/test/cli/ceph/help.t @@ -42,6 +42,7 @@ ceph osd getmap -o ceph osd crush set [ [ ...]] ceph osd crush move [ ...] + ceph osd crush create-or-move [ [ ...]] ceph osd crush reweight ceph osd create [] ceph osd rm [...] diff --git a/src/tools/ceph.cc b/src/tools/ceph.cc index 278033c46cbee..99af264ece029 100644 --- a/src/tools/ceph.cc +++ b/src/tools/ceph.cc @@ -85,6 +85,7 @@ static void usage() cout << " ceph osd getmap -o \n"; cout << " ceph osd crush set [ [ ...]]\n"; cout << " ceph osd crush move [ ...]\n"; + cout << " ceph osd crush create-or-move [ [ ...]]\n"; cout << " ceph osd crush reweight \n"; cout << " ceph osd create []\n"; cout << " ceph osd rm [...]\n"; -- 2.39.5