Re: [Ocfs2-users] ocfs2 - Kernel panic on many write/read from bothservers

2011-12-17 Thread Marek Królikowski
I just check what You say and i download and compile: http://public-yum.oracle.com/repo/OracleLinux/OL6/2/base/x86_64/kernel-uek-2.6.32-300.3.1.el6uek.src.rpm with x86_64 config file from this RPM But almost this same effect: INFO: task rm:32379 blocked for more than 120 seconds. echo 0

[Ocfs2-users] reflink status

2011-12-17 Thread richard -rw- weinberger
Hi! What do I need to use reflinks on OCFS2 1.6? coreutils 8.4's cp --reflink=always doesn't seem too work. I found http://oss.oracle.com/git/?p=jlbec/reflink.git;a=shortlog and http://oss.oracle.com/~smushran/reflink-tools/ Both contain a patched and outdated coreutils package. Are there any

Re: [Ocfs2-users] ocfs2 - Kernel panic on many write/read from bothservers

2011-12-17 Thread Eduardo Diaz - Gmail
Save you data and, recreate the filesystem again and restore?? regards! 2011/12/17 Marek Królikowski ad...@wset.edu.pl: I just check what You say and i download and compile: http://public-yum.oracle.com/repo/OracleLinux/OL6/2/base/x86_64/kernel-uek-2.6.32-300.3.1.el6uek.src.rpm with x86_64

Re: [Ocfs2-users] reflink status

2011-12-17 Thread Sunil Mushran
First we have to get the new syscall added to the kernel. The first attempt failed because people overloaded the call with extraneous stuff. Recently there is another attempt to go back to the original proposal. Hopefully, next kernel release. The reflink utility should work. So what it is based

Re: [Ocfs2-users] reflink status

2011-12-17 Thread richard -rw- weinberger
Hi, On Sat, Dec 17, 2011 at 8:52 PM, Sunil Mushran sunil.mush...@oracle.com wrote: First we have to get the new syscall added to the kernel. The first attempt failed because people overloaded the call with extraneous stuff. Recently there is another attempt to go back to the original

Re: [Ocfs2-users] reflink status

2011-12-17 Thread Sunil Mushran
On 12/17/2011 12:05 PM, richard -rw- weinberger wrote: The reflink utility should work. So what it is based on an older coreutils. It is derived from the hard link (ln) utility. So, building it from http://oss.oracle.com/git/?p=jlbec/reflink.git;a=shortlog via reflink.spec is the way to go?

Re: [Ocfs2-users] reflink status

2011-12-17 Thread richard -rw- weinberger
On Sat, Dec 17, 2011 at 9:11 PM, Sunil Mushran sunil.mush...@oracle.com wrote: On 12/17/2011 12:05 PM, richard -rw- weinberger wrote: The reflink utility should work. So what it is based on an older coreutils. It is derived from the hard link (ln) utility. So, building it from