]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Add specific check for LUKS encryption support
authorJohn Ferlan <jferlan@redhat.com>
Tue, 29 May 2018 15:01:15 +0000 (11:01 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 5 Jun 2018 11:42:00 +0000 (07:42 -0400)
commit9b837963c54ac50d7faae63184d32a0fb599d1b0
tree9a1eb8fe123b84b6183fc9a7bf7f8708da10a7b4
parentf785aa6c2bd8814ee4282d6ac990b7d7650dfa40
storage: Add specific check for LUKS encryption support

Modify virStorageBackendLogicalLVCreate to ensure if encryption
is requested that only type LUKS is supported; otherwise, error.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/storage/storage_backend_logical.c