[Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Gordan Bobic
I'm experimenting with using OpenVZ for shared-root guest VMs. Thus far I have managed to get most of it working using GFS for /vz/private. I can start up the same guest on two different hosts (both of which mount the same /vz/private GFS volume), and both guests come up fine without trashing t

RE: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Dietmar Maurer
I have sent a patch to this list a year ago, called 'init-logger'. We use it in proxmox ve (pve.proxmox.com) to display init output. - Dietmar > -Original Message- > From: users-boun...@openvz.org [mailto:users-boun...@openvz.org] On > Behalf Of Gordan Bobic > Sent: Dienstag, 29. Dezembe

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Anatoly Pugachev
Can you please tell, why it was rejected or not accepted upstream? On 29.12.2009 / 10:17:08 +0100, Dietmar Maurer wrote: > I have sent a patch to this list a year ago, called 'init-logger'. > > We use it in proxmox ve (pve.proxmox.com) to display init output. > > > -Original Message- >

Re: [Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Christian Hofstaedtler
* Gordan Bobic [091229 10:05]: > I'm experimenting with using OpenVZ for shared-root guest VMs. Thus far > I have managed to get most of it working using GFS for /vz/private. I > can start up the same guest on two different hosts (both of which mount > the same /vz/private GFS volume), and b

Re: [Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Gordan Bobic
Christian Hofstaedtler wrote: * Gordan Bobic [091229 10:05]: I'm experimenting with using OpenVZ for shared-root guest VMs. Thus far I have managed to get most of it working using GFS for /vz/private. I can start up the same guest on two different hosts (both of which mount the same /vz/pr

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Gordan Bobic
Dietmar Maurer wrote: I have sent a patch to this list a year ago, called 'init-logger'. We use it in proxmox ve (pve.proxmox.com) to display init output. Is this the most up to date version? http://www.mail-archive.com/users@openvz.org/msg02191.html Gordan ___

RE: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Dietmar Maurer
> -Original Message- > From: users-boun...@openvz.org [mailto:users-boun...@openvz.org] On > Behalf Of Anatoly Pugachev > Sent: Dienstag, 29. Dezember 2009 10:33 > To: Dietmar Maurer > Cc: users@openvz.org > Subject: Re: [Users] Seeing Boot Progress for Guest VM > > > Can you please tel

RE: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Dietmar Maurer
You can find the current sources at: ftp://pve.proxmox.com/sources/vzctl_2009-12-22.tar.gz > -Original Message- > From: users-boun...@openvz.org [mailto:users-boun...@openvz.org] On > Behalf Of Gordan Bobic > Sent: Dienstag, 29. Dezember 2009 11:04 > To: users@openvz.org > Subject: Re: [

Re: [Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Jorge Fuertes
The "root" area is at: /var/lib/vz/root/$VEID This point exists only if container is running. Yo can create mount/umount scripts too: http://wiki.openvz.org/Bind_mounts Greetings. El 29/12/2009, a las 11:00, Gordan Bobic escribió: > Christian Hofstaedtler wrote: >> * Gordan Bobic [091229 10

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Gordan Bobic
Dietmar Maurer wrote: You can find the current sources at: ftp://pve.proxmox.com/sources/vzctl_2009-12-22.tar.gz Thanks, I got it built with the patches in there, but how is it used? Gordan ___ Users mailing list Users@openvz.org https://openvz.org

Re: [Users] Bind mounts and/or additional disk volumes

2009-12-29 Thread Gordan Bobic
Jorge Fuertes wrote: The "root" area is at: /var/lib/vz/root/$VEID This point exists only if container is running. Yo can create mount/umount scripts too: http://wiki.openvz.org/Bind_mounts Thanks, that answers my questions on the subject. Gordan ___

RE: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Dietmar Maurer
The output of init is written to /var/log/init.log (inside the container). To access it from the host specify the full path: # cat /var/lib/vz/private//var/log/init.log - Dietmar > -Original Message- > From: users-boun...@openvz.org [mailto:users-boun...@openvz.org] On > Behalf Of Gorda

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Gordan Bobic
I just built this into an rpm package and it builds fine (after adding the line to the spec file for init-logger), but at run-time it looks for init-logger in /usr/lib instead of /usr/lib64. Is there a way to fix that? Other than moving it? Gordan Dietmar Maurer wrote: The output of init is

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Scott Dowdle
Greetings, Kir, are you reading this? If so, can you state why this patch has been rejected? Any chance we can get it added to mainline vzctl? - "Dietmar Maurer" wrote: > You can find the current sources at: > ftp://pve.proxmox.com/sources/vzctl_2009-12-22.tar.gz > > > -Original Mess

Re: [Users] Seeing Boot Progress for Guest VM

2009-12-29 Thread Thorsten Schifferdecker
Hi Dietmar, ... have you send the patch to bugzilla ...? Bye, Thorsten Scott Dowdle schrieb: > Greetings, > > Kir, are you reading this? If so, can you state why this patch has been > rejected? Any chance we can get it added to mainline vzctl? > > - "Dietmar Maurer" wrote: >> You can f

[Users] Shared Image and Networking Initialization

2009-12-29 Thread Gordan Bobic
I'm using a shared image cluster (two VMs using the same underlying chroot), and this works fine provided both images don't come up at the same time, but if they both come up simultaneously, they can both end up with the same IP, since the way the networking seems to get initialized is by writi