Commit 7250ec64 authored by Chunyang Hui's avatar Chunyang Hui Committed by Jim Harris
Browse files

Opal: add take ownership cmd options



Also make some modification for invoking process in
nvme_manage tool.

Change-Id: Ib54db43d7336d3e839e7d9317c292b9a57b38f80
Signed-off-by: default avatarChunyang Hui <chunyang.hui@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/445059


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 1dd07870
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -100,7 +100,8 @@ is specified, use that specified nbd device. If it's not specified, pick availab
### Opal

Add Opal scan support for NVMe to check whether it supports SED Opal and dump
device info. nvme_manage tool can be used to invoke this.
device info. Add Opal take ownership command support. nvme_manage tool can be used to invoke this.
This module should be considered experimental pending additional features and tests.

### iSCSI target

Loading