[Users] [PATCH] vzctl - vps_save_config

2009-11-03 Thread Philipp Wehrheim
Hey, the attached patch fixes an issue where vzctl overwrites the symlink to CTs config. In my setup the CT config is stored in /vz/ve//.conf and linked back to /etc/vz/conf/.conf .If I make changes to the CTs config via "vzctl set ..." the link is overwritten by vzctl on writeback. Please consi

Re: AW: [Users] [PATCH] vzctl - vps_save_config

2009-11-04 Thread Philipp Wehrheim
Robert Heinzmann schrieb: > Aehm, > Once fixing this, a while (readlink) ... with maxdepth or test for existance > would be great. ACK - will add a while-loop and open a bug at bugzilla.openvz.org thanks for your hands up! -- flip ___ Users mailing l

Re: [Users] split brain in drbd dual primary setup

2009-12-06 Thread Philipp Wehrheim
Hey Unni, unni krishnan schrieb: your questions are more focused on heartbeat /pacemaker so you may want to ask your questions on those lists ... > OpenVZ for Virtualization > DRBD with ocfs2 in dual primary mode Why are you using active/active and a cluster-fs??? this makes things more complex

Re: [Users] OpenVZ Resource Utilisation Calculator

2009-12-14 Thread Philipp Wehrheim
Gus Power wrote: > Hi, > > I've just put up a very basic OpenVZ resource utilisation calculator at > http://openvz.energizedwork.com. Please feel free to take a look and give me > some feedback. We run OpenVZ on a number of HNs and wanted to more easily > understand/visualize our resource utili

[Users] vzemerge

2009-12-15 Thread Philipp Wehrheim
Hey folks, just wanted to share this small script Im using to install precompiled packages into my Gentoo-based CTs. The idea behind this script is that there is a "BuildHost"-CT where all pkgs get compiled and a number of more or less equal CTs where the pkgs get installed. One could argue that

Re: [Users] finding out the HN name from inside the VC

2010-03-01 Thread Philipp Wehrheim
Hey, Aleksandar Ivanisevic schrieb: > > Is there a more elegant way of finding the host name or anything about > the host node from inside the container than scripting something in > /etc/vz/conf/vps.mount ? if you are only searching for the hostname you could use cat /proc/sys/kernel/virt_osr