logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sys.conf - nvme-stas(7) configuration file

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.

Description

When stafd(8) and stacd(8) start up, they read the system configuration from sys.conf.

Name

sys.conf - nvme-stas(7) configuration file

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) nvme-stas 2.4.1 SYS.CONF(5)

Synopsis

/etc/stas/sys.conf

See Also