Skip to content
Snippets Groups Projects
Commit caf39b8a authored by Guido Trotter's avatar Guido Trotter
Browse files

Document the security_* hypervisor parameters


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent d19d94db
No related branches found
No related tags found
No related merge requests found
......@@ -579,6 +579,48 @@
</listitem>
</varlistentry>
<varlistentry>
<term>security_model</term>
<listitem>
<simpara>Valid for the KVM hypervisor.</simpara>
<simpara>The security model for kvm. Currently one of
<quote>none</quote>, <quote>user</quote> or
<quote>pool</quote>. Under <quote>none</quote>, the
default, nothing is done and instances are run as
the ganeti daemon user (normally root).
</simpara>
<simpara>Under <quote>user</quote> kvm will drop
privileges and become the user specified by the
security_domain parameter.
</simpara>
<simpara>Under <quote>pool</quote> a global cluster
pool of users will be used, making sure no two
instances share the same user on the same node.
(this mode is not implemented yet)
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>security_domain</term>
<listitem>
<simpara>Valid for the KVM hypervisor.</simpara>
<simpara>Under security model <quote>user</quote> the username to
run the instance under. It must be a valid username
existing on the host.
</simpara>
<simpara>Cannot be set under security model <quote>none</quote>
or <quote>pool</quote>.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment