From 88837172f69eabc408ae3945d82e0270b8e07440 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 10 Jun 2023 10:55:33 +0200 Subject: Adding upstream version 2.2.1. Signed-off-by: Benjamin Drung --- doc/sys.conf.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 doc/sys.conf.xml (limited to 'doc/sys.conf.xml') diff --git a/doc/sys.conf.xml b/doc/sys.conf.xml new file mode 100644 index 0000000..fc6838a --- /dev/null +++ b/doc/sys.conf.xml @@ -0,0 +1,141 @@ + + + + + + + sys.conf + nvme-stas + + + + Mr + Martin + Belanger + + + + Dell, Inc. + + + + + + sys.conf + 5 + + + + sys.conf + + + + nvme-stas + 7 + + configuration file + + + + + + /etc/stas/sys.conf + + + + + Description + + + When stafd + 8 and + stacd + 8 start up, they read the + system configuration from sys.conf. + + + + + Configuration File Format + + sys.conf is a plain text file divided into + sections, with configuration entries in the style + key=value. + Whitespace immediately before or after the = is + ignored. Empty lines and lines starting with # + are ignored, which may be used for commenting. + + + + + Options + + + [Host] section + + The following options are available in the + [Host] section: + + + + + nqn= + + + Takes a string argument identifying the Host NQN. + A value starting with file:// + indicates that the Host NQN can be retrieved from + a separate file. This is a mandatory parameter. + Defaults to: file:///etc/nvme/hostnqn. + + + + + + + + id= + + + Takes a string argument identifying the Host ID. + A value starting with file:// + indicates that the Host ID can be retrieved from + a separate file. This is a mandatory parameter. + Defaults to: file:///etc/nvme/hostid. + + + + + + + + symname= + + + Takes a string argument identifying the Host symbolic name. + A value starting with file:// + indicates that the symbolic name can be retrieved from + a separate file. This is an optional parameter. + There is no default value. + + + + + + + + + + See Also + + + nvme-stas + 7 + + + + -- cgit v1.2.3