Commit e0c4db2a authored by Pawel Kaminski's avatar Pawel Kaminski Committed by Jim Harris
Browse files

rpc: Fix - Use correct deprecated alias name for bdev_nvme_set_hotplug



Change-Id: Ia9869abc73da2d074500f449a943ddb12afc5d76
Signed-off-by: default avatarPawel Kaminski <pawelx.kaminski@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473587


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 750f2b4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ def bdev_nvme_set_options(client, action_on_timeout=None, timeout_us=None, retry
    return client.call('bdev_nvme_set_options', params)


@deprecated_alias('bdev_nvme_set_hotplug')
@deprecated_alias('set_bdev_nvme_hotplug')
def bdev_nvme_set_hotplug(client, enable, period_us=None):
    """Set options for the bdev nvme. This is startup command.