libvirt/src/storage
John Ferlan 8f83af6823 storage: Disallow create/resize of qcow2 encrypted images
https://bugzilla.redhat.com/show_bug.cgi?id=1526382

Since commit c4eedd793 disallowed qcow2 encrypted images to be
used for domains, it no longer makes sense to allow a qcow2
encrypted volume to be created or resized.

Add a test that will exhibit the failure of creation as well
as the xml2xml validation of the format still being correct.

Update the documentation to note the removal of the capability
to create and use qcow/default encrypted volumes.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
2018-06-26 14:02:43 -04:00
..
Makefile.inc.am storage: create separate loadable modules for storage file drivers 2018-05-03 13:17:59 +01:00
parthelper.c storage: Fix virStorageBackendDiskDeleteVol for device mapper 2016-05-11 09:23:31 -04:00
storage_backend_disk.c storage: Add capability to use LUKS encryption for disk backend 2018-05-29 10:48:51 -04:00
storage_backend_disk.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_fs.c storage: create separate loadable modules for storage file drivers 2018-05-03 13:17:59 +01:00
storage_backend_fs.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_gluster.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_backend_gluster.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_iscsi.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_iscsi.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_logical.c storage: Add specific check for LUKS encryption support 2018-06-05 07:42:00 -04:00
storage_backend_logical.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_mpath.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_mpath.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_rbd.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_rbd.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_scsi.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_scsi.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_sheepdog_priv.h storage: sheepdog: Split out functions required for tests 2017-01-19 09:25:51 +01:00
storage_backend_sheepdog.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_sheepdog.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_vstorage.c storage/: Remove spaces after casts 2018-05-03 22:31:37 +02:00
storage_backend_vstorage.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend_zfs.c storage: remove virConnectPtr from all backend functions 2018-01-31 18:34:48 +00:00
storage_backend_zfs.h storage: backend: Refactor registration of the backend drivers 2017-02-21 09:34:30 +01:00
storage_backend.c util: create new virmodule.{c,h} files for dlopen support code 2018-05-03 12:47:43 +01:00
storage_backend.h storage: extract storage file backend from main storage driver backend 2018-02-09 11:05:10 +00:00
storage_driver.c events: add NULL check in virObjectEventStateQueue 2018-06-12 07:28:18 +02:00
storage_driver.h conf: move virStorageTranslateDiskSourcePool into domain conf 2018-02-09 11:05:10 +00:00
storage_file_fs.c all: Use virFileCanonicalizePath() instead of canonicalize_file_name() 2018-05-03 18:23:30 +02:00
storage_file_fs.h storage: split fs storage file code from storage driver backend 2018-05-03 12:51:38 +01:00
storage_file_gluster.c storage: split gluster storage file code from storage driver backend 2018-05-03 12:49:22 +01:00
storage_file_gluster.h storage: split gluster storage file code from storage driver backend 2018-05-03 12:49:22 +01:00
storage_util.c storage: Disallow create/resize of qcow2 encrypted images 2018-06-26 14:02:43 -04:00
storage_util.h storage: remove qemu-img help scraping 2018-05-07 10:23:20 +02:00