Patrick Lane:
> Very good info, thank you! Unfortunately the 'mount -o remount /' option
> isn't viable for me, simply because these servers are under heavy load
> and don't always reliably take to a remount of / (at least in my
> testing). Is there any other way to flush the aufs' cache beside
Hi Tomas,
Tomas M:
> I was able to do 'strace' and it freezes after the following system calls:
>
>
> open("/etc/dbus-1/system.d",O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x8)
> = 3
> fstat64(3, {st_mode=S_IFDIR|0755, st_size=58, ...}) = 0
> fcntl64(3,F_GETFD) = 0x1 (flags FD_CLOEXEC
I was able to do 'strace' and it freezes after the following system calls:
open("/etc/dbus-1/system.d",O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x8)
= 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=58, ...}) = 0
fcntl64(3,F_GETFD) = 0x1 (flags FD_CLOEXEC)
fstatfs(3,
there it freezes.
Good morning Junjiro.
I've updated to 2.6.26 kernel and latest aufs (6 days old in cvs now).
I am experiencing some troubles with AUFS+FUSE now, which were not there before.
(note, everything works correctly if FUSE branch is not there).
It is hard to reproduce by a bash script, I'm still trying