1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-13 17:18:01 +03:00
libvirt/docs/schemas
Miloslav Trmač eda3af2488 Attach encryption information to virStorageVolDef.
The XML allows <encryption format='unencrypted'/>, this implementation
canonicalizes the internal representation so that "vol->encryption" is
non-NULL iff the volume is encrypted.

Note that partial encryption information (e.g. specifying an encryption
format, but not the key/passphrase) is valid, libvirt will automatically
choose value for the missing information during volume creation.  The
user can read the volume XML, and use the unmodified <encryption> tag in
future operations (without having to be able to understand) its contents.

* docs/formatstorage.html, docs/formatstorage.html.in: Document
  storage volume encryption options
* src/storage_conf.c, src/storage_conf.h: Hook up storage
  encryption XML handling
* tests/storagevolschemadata/vol-qcow2.xml: Test case for encryption
  schema changes
2009-09-01 18:27:38 +01:00
..
.gitignore update .gitignore and .hgignore files 2009-03-03 11:25:00 +00:00
capability.rng Typo and comment fixes 2009-08-05 11:56:56 +02:00
domain.rng Support <video> tag for defining VGA card properties 2009-07-08 13:40:32 +01:00
interface.rng Add netcf XML schemas and test data 2009-07-15 20:16:36 +02:00
Makefile.am Add volume encryption information handling. 2009-09-01 18:27:28 +01:00
network.rng Fix some missing parts in network code and schemas 2009-07-02 14:02:18 +00:00
nodedev.rng Typo and comment fixes 2009-08-05 11:56:56 +02:00
secret.rng Secret manipulation public API 2009-09-01 17:38:52 +01:00
storageencryption.rng Add volume encryption information handling. 2009-09-01 18:27:28 +01:00
storagepool.rng Typo and comment fixes 2009-08-05 11:56:56 +02:00
storagevol.rng Attach encryption information to virStorageVolDef. 2009-09-01 18:27:38 +01:00