Re: [libvirt] PATCH: Support container XML enhancements

2008-08-01 Thread Daniel P. Berrange
On Tue, Jul 29, 2008 at 04:44:32PM +0100, John Levon wrote: > On Tue, Jul 29, 2008 at 04:20:14PM +0100, Daniel P. Berrange wrote: > > > This is something I previously submitted as part of one of the LXC > > patches, but I figure it makes sense on its own, since OpenVZ needs > > this now too. > >

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-30 Thread Daniel P. Berrange
On Wed, Jul 30, 2008 at 05:04:25AM -0400, Daniel Veillard wrote: > On Tue, Jul 29, 2008 at 04:20:14PM +0100, Daniel P. Berrange wrote: > > This is something I previously submitted as part of one of the LXC > > patches, but I figure it makes sense on its own, since OpenVZ needs > > this now too. > >

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-30 Thread Daniel Veillard
On Tue, Jul 29, 2008 at 04:20:14PM +0100, Daniel P. Berrange wrote: > This is something I previously submitted as part of one of the LXC > patches, but I figure it makes sense on its own, since OpenVZ needs > this now too. > > This adds two new XML elements to the domain XML format: Yep this wa

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread John Levon
On Tue, Jul 29, 2008 at 05:56:38PM +0100, Daniel P. Berrange wrote: > > It allows you to place an entire ZFS hierarchy under control of a zone, > > e.g. I can say that the ZFS dataset "export/foo" is accessible to the > > zone and it can freely create sub-filesystems, snapshot, etc. It could > > a

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread Daniel P. Berrange
On Tue, Jul 29, 2008 at 05:15:02PM +0100, John Levon wrote: > On Tue, Jul 29, 2008 at 04:54:09PM +0100, Daniel P. Berrange wrote: > > > > I don't think any of the stated options would work for ZFS dataset > > > delegation, though I suppose that could be added later if it happens. > > > > What is Z

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread John Levon
On Tue, Jul 29, 2008 at 04:54:09PM +0100, Daniel P. Berrange wrote: > > > This is something I previously submitted as part of one of the LXC > > > patches, but I figure it makes sense on its own, since OpenVZ needs > > > this now too. > > > > No update to libvirt.rng? Or test cases? > > Mmm, yes

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread Daniel P. Berrange
On Tue, Jul 29, 2008 at 04:44:32PM +0100, John Levon wrote: > On Tue, Jul 29, 2008 at 04:20:14PM +0100, Daniel P. Berrange wrote: > > > This is something I previously submitted as part of one of the LXC > > patches, but I figure it makes sense on its own, since OpenVZ needs > > this now too. > >

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread Daniel P. Berrange
On Tue, Jul 29, 2008 at 07:33:29PM +0400, Evgeniy Sokolov wrote: > Daniel P. Berrange ??: > > > > > eg to use a template called 'fedora9web' as the root filesystem for > > a container > > > > > > > > > > > > > Daniel, > OpenVZ also require quota tags

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread John Levon
On Tue, Jul 29, 2008 at 04:20:14PM +0100, Daniel P. Berrange wrote: > This is something I previously submitted as part of one of the LXC > patches, but I figure it makes sense on its own, since OpenVZ needs > this now too. No update to libvirt.rng? Or test cases? > > exe >

Re: [libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread Evgeniy Sokolov
Daniel P. Berrange пишет: eg to use a template called 'fedora9web' as the root filesystem for a container Daniel, OpenVZ also require quota tags -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libv

[libvirt] PATCH: Support container XML enhancements

2008-07-29 Thread Daniel P. Berrange
This is something I previously submitted as part of one of the LXC patches, but I figure it makes sense on its own, since OpenVZ needs this now too. This adds two new XML elements to the domain XML format: - An block within allowing specification of the path for a binary to run when startin