Displaying 1 result from an estimated 1 matches for "hundredkay".
2009 Jun 30
0
flush-behind behaving synchronously
...rs a long delay as though I'd never
specified flush-behind. The following strace shows what happens when
a 100kB file gets copied into the gluster (which is mounted on /mnt/
tmp). strace prints timestamps at syscall entry.
============
quince:/mnt# strace -ttt cp ~/typically-sized-files/hundredkay /mnt/
tmp/100k
1246310229.679320 execve("/bin/cp", ["cp", "/root/typically-sized-
files/hund"..., "/mnt/tmp/100k"], [/* 17 vars */]) = 0
[...]
1246310230.343767 open("/root/typically-sized-files/hundredkay",
O_RDONLY|O_LARGEFILE) = 3
1246310230....