Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Tomas Ögren
On 03 February, 2010 - Frank Cusack sent me these 0,7K bytes: > On February 3, 2010 12:04:07 PM +0200 Henu wrote: >> Is there a possibility to get a list of changed files between two >> snapshots? Currently I do this manually, using basic file system >> functions offered by OS. I scan every byte

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Jens Elkner
On Wed, Feb 03, 2010 at 06:46:57PM -0500, Ross Walker wrote: > On Feb 3, 2010, at 12:35 PM, Frank Cusack z...@linetwo.net> wrote: > > >On February 3, 2010 12:19:50 PM -0500 Frank Cusack > > wrote: > >>If you do need to know about deleted files, the find method still may > >>be faster depending o

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Ross Walker
On Feb 3, 2010, at 8:59 PM, Frank Cusack wrote: On February 3, 2010 6:46:57 PM -0500 Ross Walker wrote: So was there a final consensus on the best way to find the difference between two snapshots (files/directories added, files/directories deleted and file/directories changed)? Find wo

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Matthew Ahrens
This is RFE 6425091 "want 'zfs diff' to list files that have changed between snapshots", which covers both file & directory changes, and file removal/creation/renaming. We actually have a prototype of zfs diff. Hopefully someday we will finish it up... --matt Henu wrote: Hello Is there a p

[zfs-discuss] unionfs help

2010-02-03 Thread Frank Cusack
Is it possible to emulate a unionfs with zfs and zones somehow? My zones are sparse zones and I want to make part of /usr writable within a zone. (/usr/perl5/mumble to be exact) I can't just mount a writable directory on top of /usr/perl5 because then it hides all the stuff in the global zone.

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Frank Cusack
On February 3, 2010 6:46:57 PM -0500 Ross Walker wrote: So was there a final consensus on the best way to find the difference between two snapshots (files/directories added, files/directories deleted and file/directories changed)? Find won't do it, ddiff won't do it, I think the only real optio

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Andrew Gabriel
Brandon High wrote: On Wed, Feb 3, 2010 at 3:13 PM, David Dyer-Bennet wrote: Which is to say that 45 drives is really quite a lot for a HOME NAS. Particularly when you then think about backing up that data. The origin of this thread was how to buy a J4500 (48 drive chassis). One thin

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Brandon High
On Wed, Feb 3, 2010 at 3:13 PM, David Dyer-Bennet wrote: > Which is to say that 45 drives is really quite a lot for a HOME NAS. > Particularly when you then think about backing up that data. The origin of this thread was how to buy a J4500 (48 drive chassis). One thing that I enjoy about this li

Re: [zfs-discuss] What happens when: file-corrupted and no-redundancy?

2010-02-03 Thread Robert Milkowski
On 03/02/2010 23:15, Aleksandr Levchuk wrote: We switched to OpenSolaris + ZFS. RAID6 + hot spare on LSI Engenio san hardware, worked well for us. (I'm used to the san management GUI. Also, something that RAID-Z would not be able to do is: the san lights-up the amber LEDs on the drives that fa

Re: [zfs-discuss] cannot receive incremental stream

2010-02-03 Thread Richard Elling
On Feb 3, 2010, at 3:52 PM, Jan Hlodan wrote: > Hi, > can anybody explain me what does it mean?: sure > ips% pfexec zfs recv storage/ips/osol-dev/sync_repo < > /storage/snapshots_sync/osol-dev-incr-20100122-20100129 > cannot receive incremental stream: most recent snapshot of > storage/ips/osol

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Simon Breden
Probably 6 in a RAID-Z2 vdev. Cheers, Simon -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Richard Elling
On Feb 3, 2010, at 3:46 PM, Ross Walker wrote: > On Feb 3, 2010, at 12:35 PM, Frank Cusack > wrote: > >> On February 3, 2010 12:19:50 PM -0500 Frank Cusack >> wrote: >>> If you do need to know about deleted files, the find method still may >>> be faster depending on how ddiff determines wheth

Re: [zfs-discuss] What happens when: file-corrupted and no-redundancy?

2010-02-03 Thread Richard Elling
On Feb 3, 2010, at 3:15 PM, Aleksandr Levchuk wrote: > We switched to OpenSolaris + ZFS. RAID6 + hot spare on LSI Engenio san > hardware, worked well for us. (I'm used to the san management GUI. Also, > something that RAID-Z would not be able to do is: the san lights-up the amber > LEDs on the

[zfs-discuss] cannot receive incremental stream

2010-02-03 Thread Jan Hlodan
Hi, can anybody explain me what does it mean?: ips% pfexec zfs recv storage/ips/osol-dev/sync_repo < /storage/snapshots_sync/osol-dev-incr-20100122-20100129 cannot receive incremental stream: most recent snapshot of storage/ips/osol-dev/sync_repo does not match incremental source ips% I used

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Ross Walker
On Feb 3, 2010, at 12:35 PM, Frank Cusack z...@linetwo.net> wrote: On February 3, 2010 12:19:50 PM -0500 Frank Cusack > wrote: If you do need to know about deleted files, the find method still may be faster depending on how ddiff determines whether or not to do a file diff. The docs don't expla

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Marc Nicholas
As I previously mentioned, I'm pretty happy with the 500GB Caviar Blacks that I have :) One word of caution: failure and rebuild times with 1TB+ drives can be a concern. How many spindles were you planning? -marc On 2/3/10, Simon Breden wrote: > Sounds good. > > I was taking a look at the 1TB C

[zfs-discuss] What happens when: file-corrupted and no-redundancy?

2010-02-03 Thread Aleksandr Levchuk
We switched to OpenSolaris + ZFS. RAID6 + hot spare on LSI Engenio san hardware, worked well for us. (I'm used to the san management GUI. Also, something that RAID-Z would not be able to do is: the san lights-up the amber LEDs on the drives that fail, so I know which one to replace.) So, I want

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread David Dyer-Bennet
On Wed, February 3, 2010 17:02, Brandon High wrote: > On Mon, Feb 1, 2010 at 8:58 PM, matthew patton wrote: >> what with the home NAS conversations, what's the trick to buy a J4500 >> without any drives? SUN like every other "enterprise" storage vendor >> thinks it's ok to rape their customers an

Re: [zfs-discuss] Workaround for mpt timeouts in snv_127

2010-02-03 Thread Simon Breden
Hi Tonmaus, > they are the new revision. OK. > I got the impression as well that the complaints you > reported were mainly related to embedded Linux > systems probably running LVM / mda. (thecus, Qnap, > ) Other reports I had seen related to typical HW > raids. I don't think the situation i

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Brandon High
On Mon, Feb 1, 2010 at 8:58 PM, matthew patton wrote: > what with the home NAS conversations, what's the trick to buy a J4500 without > any drives? SUN like every other "enterprise" storage vendor thinks it's ok > to rape their customers and I for one, am not interested in paying 10x for a > si

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Simon Breden
Sounds good. I was taking a look at the 1TB Caviar Black drives which are WD1001FALS I think. They seem to have superb user ratings and good reliability comments from many people. I consider these "full fat" drives as opposed to the LITE (green) drives, as they spin at 7200 rpm instead of 5400

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Simon Breden
That's a pity about smartmontools not working. Which controllers are you using? Good news about no sleeping though, although perhaps not so economical. I think I'd rather burn a bit more power and have drives that respond properly than weird timeout issues some people seem to be experiencing wit

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Travis Tabbal
smartmontools doesn't work with my controllers. I can try it again when the 2 new drives I've ordered arrive. I'll try connecting to the motherboard ports and see if that works with smartmontools. I haven't noticed any sleeping with the drives. I don't get any lag accessing the array or any er

Re: [zfs-discuss] Workaround for mpt timeouts in snv_127

2010-02-03 Thread Tonmaus
Hi Simon, they are the new revision. I got the impression as well that the complaints you reported were mainly related to embedded Linux systems probably running LVM / mda. (thecus, Qnap, ) Other reports I had seen related to typical HW raids. I don't think the situation is comparable to Z

Re: [zfs-discuss] Version to upgrade to?

2010-02-03 Thread David Dyer-Bennet
On Wed, February 3, 2010 12:06, Richard Elling wrote: > On Feb 2, 2010, at 7:58 PM, Tim Cook wrote: >> >> As an aside, is the stable branch being regularly patched now with >> security and bug fixes? > > From the horse's mouth: > http://sunsolve.sun.com/show.do?target=opensolaris When I follow th

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Jens Elkner
On Wed, Feb 03, 2010 at 12:19:50PM -0500, Frank Cusack wrote: > On February 3, 2010 6:02:52 PM +0100 Jens Elkner > wrote: > >On Wed, Feb 03, 2010 at 10:29:18AM -0500, Frank Cusack wrote: > >># newer files > >>find /file/system -newer /file/system/.zfs/snapshot/snapname -type f > >># deleted files

Re: [zfs-discuss] Version to upgrade to?

2010-02-03 Thread Richard Elling
On Feb 2, 2010, at 7:58 PM, Tim Cook wrote: > > As an aside, is the stable branch being regularly patched now with security > and bug fixes? >From the horse's mouth: http://sunsolve.sun.com/show.do?target=opensolaris -- richard ___ zfs-discuss mailin

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Frank Cusack
On February 3, 2010 12:19:50 PM -0500 Frank Cusack wrote: If you do need to know about deleted files, the find method still may be faster depending on how ddiff determines whether or not to do a file diff. The docs don't explain the heuristics so I wouldn't want to guess on that. An improveme

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Frank Cusack
On February 3, 2010 6:02:52 PM +0100 Jens Elkner wrote: On Wed, Feb 03, 2010 at 10:29:18AM -0500, Frank Cusack wrote: # newer files find /file/system -newer /file/system/.zfs/snapshot/snapname -type f # deleted files cd /file/system/.zfs/snapshot/snapname find . -type f -exec "test -f /file/sys

Re: [zfs-discuss] Workaround for mpt timeouts in snv_127

2010-02-03 Thread Mark Nipper
Looks like I got the textbook response from Western Digital: --- Western Digital technical support only provides jumper configuration and physical installation support for hard drives used in systems running the Linux/Unix operating systems. For setup questions beyond physical installation of yo

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Toby Thain
On 2-Feb-10, at 10:11 PM, Marc Nicholas wrote: On Tue, Feb 2, 2010 at 9:52 PM, Toby Thain wrote: On 2-Feb-10, at 1:54 PM, Orvar Korvar wrote: 100% uptime for 20 years? So what makes OpenVMS so much more stable than Unix? What is the difference? The short answer is that uptimes lik

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Jens Elkner
On Wed, Feb 03, 2010 at 10:29:18AM -0500, Frank Cusack wrote: > On February 3, 2010 12:04:07 PM +0200 Henu wrote: > >Is there a possibility to get a list of changed files between two > >snapshots? > > Great timing as I just looked this up last night, I wanted to verify > that an install program w

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Andrey Kuzmin
On Wed, Feb 3, 2010 at 6:11 PM, Ross Walker wrote: > On Feb 3, 2010, at 9:53 AM, Henu wrote: > >> Okay, so first of all, it's true that send is always fast and 100% >> reliable because it uses blocks to see differences. Good, and thanks for >> this information. If everything else fails, I can par

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Frank Cusack
On February 3, 2010 12:04:07 PM +0200 Henu wrote: Is there a possibility to get a list of changed files between two snapshots? Currently I do this manually, using basic file system functions offered by OS. I scan every byte in every file manually and it ^^^

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Frank Cusack
On February 3, 2010 12:04:07 PM +0200 Henu wrote: Is there a possibility to get a list of changed files between two snapshots? Great timing as I just looked this up last night, I wanted to verify that an install program was only changing the files on disk that it claimed to be changing. So I

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Ross Walker
On Feb 3, 2010, at 9:53 AM, Henu wrote: Okay, so first of all, it's true that send is always fast and 100% reliable because it uses blocks to see differences. Good, and thanks for this information. If everything else fails, I can parse the information I want from send stream :) But am I

Re: [zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Henu
Okay, so first of all, it's true that send is always fast and 100% reliable because it uses blocks to see differences. Good, and thanks for this information. If everything else fails, I can parse the information I want from send stream :) But am I right, that there is no other methods to ge

Re: [zfs-discuss] ZFS snapshot issue.

2010-02-03 Thread Dan
Hello, I've got similar problem now - I've got auto snapshot on up to 80% of the file system capacity. # zfs get quota rpool/export/home/danjagor NAME PROPERTY VALUE SOURCE rpool/export/home/danjagor quota 60Glocal # df -h /export/home/danjagor Filesystem

Re: [zfs-discuss] Help needed with zfs send/receive

2010-02-03 Thread Arnaud Brand
Le 03/02/2010 09:25, Arnaud Brand a écrit : Le 03/02/2010 04:44, Brent Jones a écrit : On Tue, Feb 2, 2010 at 7:41 PM, Brent Jones wrote: On Tue, Feb 2, 2010 at 12:05 PM, Arnaud Brand wrote: Hi folks, I'm having (as the title suggests) a problem with zfs send/receive. Command line is like t

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Joerg Schilling
"David Dyer-Bennet" wrote: > When I was first in the industry, in 1969, it was fairly normal to only be > able to connect DEC disks to a PDP-11; but even then there were > third-party manufacturers making products and customers buying them. Now, > forty years down the road, computers are constr

[zfs-discuss] How to get a list of changed files between two snapshots?

2010-02-03 Thread Henu
Hello Is there a possibility to get a list of changed files between two snapshots? Currently I do this manually, using basic file system functions offered by OS. I scan every byte in every file manually and it is of course awfully slow. If I have understood correctly, ZFS could use its ow

Re: [zfs-discuss] verging OT: how to buy J4500 w/o overpriced drives

2010-02-03 Thread Thomas Burgess
> > This seems to miss the point. I presented an argument for why I think the > qualified drives are a huge profit-center, not just making a reasonable > profit on the work of qualification. > > In general, I'd much rather pay reasonable costs for each piece, rather > than weird costs artificially

Re: [zfs-discuss] Best 1.5TB drives for consumer RAID?

2010-02-03 Thread Arnaud Brand
Le 02/02/2010 20:26, Marc Nicholas a écrit : On Tue, Feb 2, 2010 at 1:38 PM, Brandon High > wrote: On Sat, Jan 16, 2010 at 9:47 AM, Simon Breden mailto:sbre...@gmail.com>> wrote: > Which consumer-priced 1.5TB drives do people currently recommend? I happened

Re: [zfs-discuss] Help needed with zfs send/receive

2010-02-03 Thread Arnaud Brand
Le 03/02/2010 04:44, Brent Jones a écrit : On Tue, Feb 2, 2010 at 7:41 PM, Brent Jones wrote: On Tue, Feb 2, 2010 at 12:05 PM, Arnaud Brand wrote: Hi folks, I'm having (as the title suggests) a problem with zfs send/receive. Command line is like this : pfexec zfs send -Rp tank/t...