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 <daniel.verkamp@intel.com>
This commit is contained in:
parent
e1baabee4a
commit
e5a7da08c4
@ -23,6 +23,13 @@
|
|||||||
# syslog facility
|
# syslog facility
|
||||||
LogFacility "local7"
|
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
|
# Users may change this section to create a different number or size of
|
||||||
# malloc LUNs.
|
# malloc LUNs.
|
||||||
# This will generate 8 LUNs with a malloc-allocated backend.
|
# This will generate 8 LUNs with a malloc-allocated backend.
|
||||||
|
Loading…
Reference in New Issue
Block a user