OpenVZ Forum


Home » Mailing lists » Users » sync in container
sync in container [message #45153] Thu, 02 February 2012 04:56 Go to next message
iowissen is currently offline  iowissen
Messages: 11
Registered: February 2012
Junior Member
hi all,

we found sync in container may cause high disk I/O load (not able to
supress it even with blkio throttle settings).

do anyone have the similar experience and information to share? thanks a
lot in advance.

best,
maoke
Re: sync in container [message #45489 is a reply to message #45153] Tue, 13 March 2012 07:24 Go to previous messageGo to next message
Andrew Vagin is currently offline  Andrew Vagin
Messages: 28
Registered: November 2011
Junior Member
On 02/02/2012 08:56 AM, Maoke wrote:
> hi all,
>
> we found sync in container may cause high disk I/O load (not able to
> supress it even with blkio throttle settings).
Yes, it's known issue and it's, because all containers use one file
system. Below you can find a few workarounds of this problem:
* You can disable fsyncs inside the VE by writing 0 to
/proc/sys/fs/fsync-enable on the HN. This means that all fsyncs inside
VE would be very fast as fsync actually doesn't happen.
* You can mount a host file system in write-back cache mode.
* Create a container on separate lvm volume.
* Wait a bit and start to use ploop (container in a file).
http://wiki.openvz.org/Ploop
>
> do anyone have the similar experience and information to share? thanks
> a lot in advance.
>
> best,
> maoke
>
>
Re: sync in container [message #45502 is a reply to message #45489] Tue, 13 March 2012 10:39 Go to previous message
Aleksandar Ivanisevic is currently offline  Aleksandar Ivanisevic
Messages: 34
Registered: April 2011
Member
Andrew Vagin <avagin@parallels.com> writes:

> * You can disable fsyncs inside the VE by writing 0 to
> /proc/sys/fs/fsync-enable on the HN. This means that all fsyncs
> inside VE would be very fast as fsync actually doesn't happen.

Are there any docs about this sysctl? I've googled and searched the
openvz wiki and all I found is the announcement that it has been added
some time in 2008 with no further explanations.

One would think that it should be pretty straightfoward; 0=off, 1=on,
but on all my systems it is set to 2 which makes me wonder if there is
more to it.
Previous Topic: howto device by-id
Next Topic: where are vm
Goto Forum:
  


Current Time: Tue Sep 17 09:31:49 GMT 2024

Total time taken to generate the page: 0.05090 seconds