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 other options like "noatime" (mount -o remount,noatime /) fails with "mount: permission denied".

Now I wonder if this is intended or a bug? Why allow changing barrier and deny noatime option?

Well, I can't tell why it lets you remount with barrier but does not let you remount with noatime. But I can tell noatime is not needed nowdays, since relatime is used by default and makes much more sense.

You can file a bug to bugzilla.openvz.org, component ploop


BTW: I still haven't found a way to specify mount options in the container's config :(

Again, file a bug (enhancement) to bugzilla.openvz.org, component vzctl.

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=7eb61c

Feel free to test and report your results.
_______________________________________________
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users

Reply via email to