From e5a7da08c473991d07acf94281d4d98ed858e7ab Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 1 Nov 2016 10:02:22 -0700 Subject: [PATCH] etc/nvmf.conf: add [Rpc] section example nvmf_tgt supports the same RPC option as iscsi_tgt, so copy its [Rpc] description into the example nvmf.conf. Change-Id: Ic5e99c70d6fb0713607673d3e78b1c01989e139a Signed-off-by: Daniel Verkamp --- etc/spdk/nvmf.conf.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/spdk/nvmf.conf.in b/etc/spdk/nvmf.conf.in index b48aa73e3..a52f0170d 100644 --- a/etc/spdk/nvmf.conf.in +++ b/etc/spdk/nvmf.conf.in @@ -23,6 +23,13 @@ # syslog facility LogFacility "local7" +[Rpc] + # Defines whether to enable configuration via RPC. + # Default is disabled. Note that the RPC interface is not + # authenticated, so users should be careful about enabling + # RPC in non-trusted environments. + Enable No + # Users may change this section to create a different number or size of # malloc LUNs. # This will generate 8 LUNs with a malloc-allocated backend.