Re: [libvirt] [PATCH v5 07/16] conf: Add/Allow parsing the encryption in the disk source

2017-10-19 Thread Peter Krempa
On Thu, Oct 05, 2017 at 09:22:14 -0400, John Ferlan wrote: > Since the virStorageEncryptionPtr encryption; is a member of > _virStorageSource it really should be allowed to be a subelement > of the disk for various disk formats: > >Source{File|Dir|Block|Volume} >SourceProtocol{RBD|ISCSI|

[libvirt] [PATCH v5 07/16] conf: Add/Allow parsing the encryption in the disk source

2017-10-05 Thread John Ferlan
Since the virStorageEncryptionPtr encryption; is a member of _virStorageSource it really should be allowed to be a subelement of the disk for various disk formats: Source{File|Dir|Block|Volume} SourceProtocol{RBD|ISCSI|NBD|Gluster|Simple|HTTP} NB: Simple includes sheepdog, ftp, ftps, tftp