Re: [Users] occasional high loadavg without any noticeable cpu/memory/io load

2012-07-04 Thread Rene C.
Today I again had a VE that went up to a relative high load for no apparent reason. Below are the details for the hardware node, followed by the high-load container. I realize it's not the latest kernel, but a reboot takes half an hour (from first VE goes down to last VE is back up, assuming ever

Re: [Users] find out CT ploop device

2012-07-04 Thread Stealth
Hi there, What is the right way to find out ploop device used for CT and where it's image file located? ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

Re: [Users] find out CT ploop device

2012-07-04 Thread Antanas
Hello, maybe this way: ls -al /dev/ploop/*101* ? where is 101 is veid. -Antanas On Wed, Jul 4, 2012 at 2:35 PM, Stealth wrote: > Hi there, > > > What is the right way to find out ploop device used for CT and where it's > image file located? > __**_ >

[Users] Current status of ARM compatability

2012-07-04 Thread ROBBIE SIMPSON
Hi all, I'm currently attempting to get OpenVZ up and running on an ARM device (the Raspberry Pi), but am encountering a number of difficulties. I started by downloading and attempting to compile the current version of the kernel (vzkernel-2.6.32-042stab057.1) but encountered a number of errors

Re: [Users] Current status of ARM compatability

2012-07-04 Thread Benjamin Henrion
On Wed, Jul 4, 2012 at 3:47 PM, ROBBIE SIMPSON <07008...@student.gla.ac.uk> wrote: > Hi all, > > I'm currently attempting to get OpenVZ up and running on an ARM device (the > Raspberry Pi), but am encountering a number of difficulties. > > I started by downloading and attempting to compile the cur

[Users] sharing directory between two VE

2012-07-04 Thread Olivier Kaloudoff
Hi, For the purpose of a migration, I'd need to share a directory between two VE, context 1 and 2. I've tried, with no success: - mounting /tmp/shared.ext2 from the host to both guests using simfs and -o loop - mounting --bind /tmp/shared.dir from the host to both guests using mount -

Re: [Users] sharing directory between two VE

2012-07-04 Thread Kirill Korotaev
Bind mount from ve mount script solves this problem... Sent from my iPhone On 04.07.2012, at 21:05, "Olivier Kaloudoff" wrote: > Hi, > >For the purpose of a migration, I'd need to share a directory between > two VE, context 1 and 2. I've tried, with no success: > > - mounting /tmp/shar

Re: [Users] sharing directory between two VE

2012-07-04 Thread Massimiliano
Hi, I use fuse to mount remote filesystem over ssh. Works smoothly. On 04/07/2012 19:11, Kirill Korotaev wrote: Bind mount from ve mount script solves this problem... Sent from my iPhone On 04.07.2012, at 21:05, "Olivier Kaloudoff" wrote: Hi, For the purpose of a migration, I'd nee