Re: [libvirt] [PATCH v2] storage: ZFS support

2014-08-12 Thread Roman Bogorodskiy
Ján Tomko wrote: > On 07/26/2014 06:13 PM, Roman Bogorodskiy wrote: > > Implement ZFS storage backend driver. Currently supported > > only on FreeBSD because of ZFS limitations on Linux. > > --- > > configure.ac | 43 + > > docs/schemas/storagepool.rng | 20 +++ >

Re: [libvirt] [PATCH v2] storage: ZFS support

2014-08-08 Thread Ján Tomko
On 07/26/2014 06:13 PM, Roman Bogorodskiy wrote: > Implement ZFS storage backend driver. Currently supported > only on FreeBSD because of ZFS limitations on Linux. > > Features supported: > > - pool-start, pool-stop > - pool-info > - vol-list > - vol-create / vol-delete > > Pool definition l

Re: [libvirt] [PATCH v2] storage: ZFS support

2014-08-05 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Changes from the initial version: > - Update docs/schemas and docs/storage.html.in with ZFS backend >information > - Drop StartPool and StopPool that does nothing and therefore >not needed > - Fix memory leak in 'tokens' variable > - Fill volume key before

[libvirt] [PATCH v2] storage: ZFS support

2014-07-26 Thread Roman Bogorodskiy
Implement ZFS storage backend driver. Currently supported only on FreeBSD because of ZFS limitations on Linux. Features supported: - pool-start, pool-stop - pool-info - vol-list - vol-create / vol-delete Pool definition looks like that: myzfspool actualpoolname The 'actualp

[libvirt] [PATCH v2] storage: ZFS support

2014-07-26 Thread Roman Bogorodskiy
Changes from the initial version: - Update docs/schemas and docs/storage.html.in with ZFS backend information - Drop StartPool and StopPool that does nothing and therefore not needed - Fix memory leak in 'tokens' variable - Fill volume key before creating a volume - Use volume's target.p