scripts/rpc.py: add @call_cmd to resize_lvol_bdevs
This wrapper is currently commented out, but decorate it with @call_cmd so it is up to date with the rest of the calls when we decide to enable it. Change-Id: I56d25fbfb0e06c8b791d75398ee36ce96dfdcfa4 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/406213 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
fccb94622a
commit
bacc51d33d
@ -519,6 +519,7 @@ if __name__ == "__main__":
|
||||
p.set_defaults(func=rename_lvol_bdev)
|
||||
|
||||
# Logical volume resize feature is disabled, as it is currently work in progress
|
||||
# @call_cmd
|
||||
# def resize_lvol_bdev(args):
|
||||
# rpc.lvol.resize_bdev(args.client, args)
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user