For example,
osd tier add-cache <pool> <tierpool> <size:int>
Leave off permissible ranges for the sake of brevity.
Signed-off-by: Sage Weil <sage@redhat.com>
# CephName commands similarly only have one arg of the
# type, so <type.id> is good.
chunk = '<type.id>'
+ elif self.t == CephInt:
+ chunk = '<{0}:int>'.format(self.name)
+ elif self.t == CephFloat:
+ chunk = '<{0}:float>'.format(self.name)
else:
chunk = '<{0}>'.format(self.name)
s = chunk