mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
encryption: Add luks parsing for storageencryption
Add parse and format of the luks/passphrase secret including tests for volume XML parsing. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -248,7 +248,12 @@
|
||||
<p>
|
||||
This secret is a general purpose secret to be used by various libvirt
|
||||
objects to provide a single passphrase as required by the object in
|
||||
order to perform its authentication.
|
||||
order to perform its authentication. For example, this secret will
|
||||
be used either by the
|
||||
<a href="formatstorage.html#StorageVol">storage volume</a> in order to
|
||||
provide the passphrase to encrypt a luks volume or by the
|
||||
<a href="formatdomain.html#elementsDisks">disk device</a> in order to
|
||||
provide the passphrase to decrypt the luks volume for usage.
|
||||
<span class="since">Since 2.1.0</span>. The following is an example
|
||||
of a secret.xml file:
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user