Re: [Users] ploop and mount options

2012-09-12 Thread Corin Langosch
On 12.09.2012 at 14:21 +0200, Kir Kolyshkin wrote: On 09/12/2012 03:59 PM, Corin Langosch wrote: On 08.09.2012 at 15:31 +0200, Kir Kolyshkin wrote: In fact I just implemented that as a --mount_opts option to vzctl set. See these git commits: http://git.openvz.org/?p=vzctl;a=commit;h=af95fb

Re: [Users] ploop and mount options

2012-09-12 Thread Kir Kolyshkin
On 09/12/2012 03:59 PM, Corin Langosch wrote: On 08.09.2012 at 15:31 +0200, Kir Kolyshkin wrote: In fact I just implemented that as a --mount_opts option to vzctl set. See these git commits: http://git.openvz.org/?p=vzctl;a=commit;h=af95fbdf http://git.openvz.org/?p=vzctl;a=commit;h=287d0d

Re: [Users] ploop and mount options

2012-09-12 Thread Corin Langosch
On 08.09.2012 at 15:31 +0200, Kir Kolyshkin wrote: In fact I just implemented that as a --mount_opts option to vzctl set. See these git commits: http://git.openvz.org/?p=vzctl;a=commit;h=af95fbdf http://git.openvz.org/?p=vzctl;a=commit;h=287d0d http://git.openvz.org/?p=vzctl;a=commit;h=7eb61

Re: [Users] ploop and mount options

2012-09-08 Thread Kir Kolyshkin
On 09/08/2012 01:19 PM, Kir Kolyshkin wrote: On 09/06/2012 03:53 PM, Corin Langosch wrote: Hi again, just a small follow up on this: Inside the the container I'm able to change the barrier mount option with: "mount -o remount,barrier=0 /" or "mount -o remount,barrier=1 /" But changing othe

Re: [Users] ploop and mount options

2012-09-08 Thread Kir Kolyshkin
On 09/06/2012 03:53 PM, Corin Langosch wrote: Hi again, just a small follow up on this: Inside the the container I'm able to change the barrier mount option with: "mount -o remount,barrier=0 /" or "mount -o remount,barrier=1 /" But changing other options like "noatime" (mount -o remount,noa

Re: [Users] ploop and mount options

2012-09-06 Thread Corin Langosch
Hi again, just a small follow up on this: Inside the the container I'm able to change the barrier mount option with: "mount -o remount,barrier=0 /" or "mount -o remount,barrier=1 /" But changing other options like "noatime" (mount -o remount,noatime /) fails with "mount: permission denied".

Re: [Users] ploop and mount options

2012-07-03 Thread Corin Langosch
Hi again, just a small follow up on this: Inside the the container I'm able to change the barrier mount option with: "mount -o remount,barrier=0 /" or "mount -o remount,barrier=1 /" But changing other options like "noatime" (mount -o remount,noatime /) fails with "mount: permission denied".

[Users] ploop and mount options

2012-07-03 Thread Corin Langosch
Hi there, Is there any way to specify mount options for the container's root filesystem in the container's config when using ploop? So a normal options string like "noatime,data=writeback,journal_async_commit,barrier=0,errors=remount-ro". Thanks for any hints :) Corin _