On Tue, Feb 23, 2010 at 10:10:18PM +0300, Solar Designer wrote:
> On Tue, Feb 23, 2010 at 08:29:02AM -0800, Gregor at HostGIS wrote:
> > I can't mount the whole VPS as tmpfs
> 
> This would be undesirable most of the time and too tricky to do
> (assuming that your data is not temporary).
> 
> > nor noatime,
> 
> Why not?  We certainly have the filesystems on which /vz or portions
> thereof reside mounted with noatime on many systems.

Oh, here's a guess: maybe you think that to do that you'd have to
restart all containers?  No, you would not.  It is as simple as:

mount /vz -oremount,noatime

on the running system.  Alternatively, you may add the noatime option to
/etc/fstab first and then issue simply:

mount /vz -oremount

This also serves to validate your /etc/fstab edit, so you will get no
surprises on the next server bootup.

Alexander
_______________________________________________
Users mailing list
Users@openvz.org
https://openvz.org/mailman/listinfo/users

Reply via email to