nvme: change the default hostnqn

Reason: In our default configuration, we use
nqn.2016-06.io.spdk:init

Change-Id: Ic840b41230f53d5d97166a38faf7c2109fa6b41a
Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/377463
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Ziye Yang 2017-09-07 13:39:57 +08:00 committed by Jim Harris
parent e92c068240
commit 5ea96e511a

View File

@ -110,7 +110,7 @@
#define DEFAULT_ADMIN_QUEUE_REQUESTS (32)
#define DEFAULT_IO_QUEUE_REQUESTS (512)
#define DEFAULT_HOSTNQN "nqn.2016-06.io.spdk:host"
#define DEFAULT_HOSTNQN "nqn.2016-06.io.spdk:init"
enum nvme_payload_type {
NVME_PAYLOAD_TYPE_INVALID = 0,