Signed-off-by: Kefu Chai <kchai@redhat.com>
reweight a given item (and adjust ancestor
weights as needed)
-i mapfn --add-bucket name type [--loc type name ...]
- insert a bucket into the hierachy at the given
+ insert a bucket into the hierarchy at the given
location
-i mapfn --move name --loc type name ...
move the given item to specified location
[ $? -eq 1 ] || die "Failed to see unfound objects."
#
- # Now, when we bring up osd2, it wil be considered a stray. However, it
+ # Now, when we bring up osd2, it will be considered a stray. However, it
# has the version that we need-- the very latest version of the
# objects.
#
cout << " reweight a given item (and adjust ancestor\n"
<< " weights as needed)\n";
cout << " -i mapfn --add-bucket name type [--loc type name ...]\n"
- << " insert a bucket into the hierachy at the given\n"
+ << " insert a bucket into the hierarchy at the given\n"
<< " location\n";
cout << " -i mapfn --move name --loc type name ...\n"
<< " move the given item to specified location\n";