Loading
NVMe Bdev: add explicit warning on not permitted operation
Below command is failed without intuitive warning on why the
operation is not permitted:
request:
{
"action_on_timeout": "abort",
"delay_cmd_submit": true,
"disable_auto_failback": false,
"method": "bdev_nvme_set_options",
"req_id": 1
}
Got JSON-RPC error response
response:
{
"code": -1,
"message": "RPC not permitted with nvme controllers already attached"
}
Change-Id: Ic35292885aa4b507fe8bb278a4b41363cfbae9a5
Signed-off-by:
GangCao <gang.cao@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13950
Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by:
Dong Yi <dongx.yi@intel.com>
Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot