Re: [libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:18:10PM +0200, Miloslav Trma?? wrote: > The XML allows , 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 > for

[libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-20 Thread Miloslav Trmač
The XML allows , 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

[libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-16 Thread Miloslav Trmač
The XML allows , 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

Re: [libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-07 Thread Miloslav Trmac
- "Daniel P. Berrange" wrote: > > > > > > @@ -74,6 +76,7 @@ > > > > > > > > + > > > > > > To allow removal of "" for non-encrypted cases, I > believe we'd need to add > > > > > > Unless that's 'encryption' schema rule itself ha

Re: [libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-06 Thread Daniel P. Berrange
On Tue, Aug 04, 2009 at 10:28:27PM +0200, Miloslav Trma?? wrote: > The XML allows , 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 > for

[libvirt] [PATCH 12/20] Attach encryption information to virStorageVolDef.

2009-08-04 Thread Miloslav Trmač
The XML allows , 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