Re: [zfs-discuss] Concurrent zfs send/recv for 100 file systems

2011-02-18 Thread Rahul Deb
Sorry, I forgot to mention. This is for Incremental Snapshots On Fri, Feb 18, 2011 at 4:00 PM, Rahul Deb wrote: > Hi All, > > I have two text files: > > 1. *snap_prev.txt:* This one lists the name of the immediate previous > snapshots of the 100 zfs file systems. O

[zfs-discuss] Concurrent zfs send/recv for 100 file systems

2011-02-18 Thread Rahul Deb
Hi All, I have two text files: 1. *snap_prev.txt:* This one lists the name of the immediate previous snapshots of the 100 zfs file systems. One per line. 2. *snap_latest.txt:* This one contains the name of the corresponding latest snapshots of those 100 zfs file systems. One per line. Is it pos

Re: [zfs-discuss] Question regarding "zfs snapshot -r" and also regarding "zfs send -R"

2011-02-02 Thread Rahul Deb
1, 2011 at 5:05 PM, Eric D. Mudama wrote: > On Tue, Feb 1 at 10:54, Rahul Deb wrote: > >> Hello All, >> I have two questions related to "zfs snapshot -r" >> 1. When "zfs snapshot -r tank@today" command is issued, does it creates >> snapshots f

[zfs-discuss] Question regarding "zfs snapshot -r"

2011-02-01 Thread Rahul Deb
Hello All, I have two questions related to "zfs snapshot -r" 1. When "zfs snapshot -r tank@today" command is issued, does it creates snapshots for all the descendent file systems at the same moment? I mean to say if the command is issued at 10:20:35 PM, does the creation time of all the snapshots

Re: [zfs-discuss] Question regarding incremental zfs send/recv for hundreds of zfs filesystems under one pool

2011-01-24 Thread Rahul Deb
created filesystems under that pool. So incremental send/recv will not work. On Mon, Jan 24, 2011 at 3:34 PM, Ian Collins wrote: > On 01/25/11 12:30 PM, Rahul Deb wrote: > > There is only one pool and hundreds of zfs file systems under that > pool. New file systems are getting create

Re: [zfs-discuss] zfs create -p only creates the parent but not the child

2011-01-24 Thread Rahul Deb
1 229G 34K 229G 1% /tank/dir1* * tank/dir1/dir2/dir3 229G 31K 229G 1% /tank/dir1/dir2/dir3* * #* On Mon, Jan 24, 2011 at 7:02 PM, Richard Elling wrote: > comment below... > > On Jan 24, 2011, at 1:58 PM, Rahul Deb wrote: > > I have a pool "tank&quo

[zfs-discuss] Question regarding incremental zfs send/recv for hundreds of zfs filesystems under one pool

2011-01-24 Thread Rahul Deb
There is only one pool and hundreds of zfs file systems under that pool. New file systems are getting created on the fly. Is it possible to automate zfs incremental send/recv in this scenario? My assumption is negative as incremental send/recv needs a full snapshot to be sent first before startin

[zfs-discuss] zfs create -p only creates the parent but not the child

2011-01-24 Thread Rahul Deb
I have a pool "tank" and "dir1" is the filesystem on that pool. "zfs list" and "df -h" both shows "tank/dir1" mounted. *-* *# zfs list* *tank 124K 228G32K /tank* *tank/dir1 31K 228G31K /tank/dir1* *#* *