[zfs-discuss] Areca 1160 & ZFS

2009-05-07 Thread Gregory Skelton
Hi Everyone, I want to start out by saying ZFS has been a life saver to me, and the scientific collaboration I work for. I can't imagine working with the TB's of data that we do, without the snapshots or the ease of moving the data from one pool to another. Right now I'm trying to setup a wh

Re: [zfs-discuss] Areca 1160 & ZFS

2009-05-07 Thread Gregory Skelton
rcmsr" target=4 lun=0; name="sd" parent="arcmsr" target=5 lun=0; etc etc. Oh, and do make sure you're using JBOD mode if that's available. James On Thu, May 7, 2009 at 4:29 PM, Gregory Skelton < gskel...@gravity.phys.uwm.edu> wrote: Hi Everyone

[zfs-discuss] Should I be worried, about my zpool that says its taking 13908630895h34m to resilver?

2009-05-28 Thread Gregory Skelton
Hi All, I'm kinda worried about my zpool right now. When I did a zpool status I got the following error message: state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the de

[zfs-discuss] Not sure how to do this in zfs

2009-08-21 Thread Gregory Skelton
Hello all, I've tried changing all kinds of attributes for the zfs's, but I can't seem to find the right configuration. So I'm trying to move some zfs's under another, it looks like this: /pool/joe_user move to /pool/homes/joe_user I know I can do this with zfs rename, and everything is fine

Re: [zfs-discuss] Not sure how to do this in zfs

2009-08-21 Thread Gregory Skelton
1 Aug 2009, Andrey V. Elsukov wrote: Gregory Skelton wrote: I've tried changing all kinds of attributes for the zfs's, but I can't seem to find the right configuration. So I'm trying to move some zfs's under another, it looks like this: /pool/joe_user move to /poo

Re: [zfs-discuss] Not sure how to do this in zfs

2009-08-24 Thread Gregory Skelton
ystem via NFS it will only share what is actually in that filesystemso you will need to also share the second filesystem as well. On Fri, Aug 21, 2009 at 3:41 PM, Gregory Skelton < gskel...@gravity.phys.uwm.edu> wrote: Thanks for your reply Andrey, Unfortunately, I wasn't

Re: [zfs-discuss] Not sure how to do this in zfs

2009-08-24 Thread Gregory Skelton
Hi, What are you using for a client? What version of NFS? We're using Red Hat Enterprise Linux(Centos) 5.3 for the clients, with nfs 3 NFSv4 in Solaris Nevada build 77 and later, or any OpenSolaris versions, will do this "mirror mounts" stuff automatically. Other than that, it's manual mo

Re: [zfs-discuss] Not sure how to do this in zfs

2009-08-24 Thread Gregory Skelton
Thanks Robert, The older version of nfs that was exactly the problem. Nfs3 made the directorieslook like they were empty, while nfs4 displays the contents of each directory. Many Thanks! Gregory On Mon, 24 Aug 2009, Robert Thurlow wrote: Gregory Skelton wrote: > What are you using