Displaying 4 results from an estimated 4 matches for "zfs_on_fus".
Did you mean:
zfs_on_fuse
2009 Mar 11
6
Export ZFS via ISCSI to Linux - Is it stable for production use now?
Hello,
I want to setup an opensolaris for centralized storage server, using
ZFS as the underlying FS, on a RAID 10 SATA disks.
I will export the storage blocks using ISCSI to RHEL 5 (less than 10
clients, and I will format the partition as EXT3)
I want to ask...
1. Is this setup suitable for mission critical use now?
2. Can I use LVM with this setup?
Currently we are using NFS as the
2007 Nov 24
19
R/W lock portability issue
Hi,
I am having a problem porting Solaris R/W lock functionality to Linux.
The problem is that RW_LOCK_HELD() doesn''t have an equivalent function
in pthreads.
This was not a problem before because RW_LOCK_HELD() was only used in
ASSERT statements. In this case, I was able to make it work by making it
behave a bit differently (specifically, it would return true if *any*
thread was
2007 Sep 18
1
zfs-discuss Digest, Vol 23, Issue 34
Hello,
I am a final year computer engg student and I am planning to implement
zfs on linux,
I have gone through the articles posted on solaris . Please let me
know about the
feasibility of zfs to be implemented on linux.
waiting for valuable replies.
thanks in advance.
On 9/14/07, zfs-discuss-request at opensolaris.org
<zfs-discuss-request at opensolaris.org> wrote:
> Send
2007 Apr 18
33
LZO compression?
Hi,
I don''t know if this has been discussed before, but have you thought
about adding LZO compression to ZFS?
One zfs-fuse user has provided a patch which implements LZO compression,
and he claims better compression ratios *and* better speed than lzjb.
The miniLZO library is licensed under the GPL, but the author
specifically says that other licenses are available by request.
Has this