Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Nicolas Williams
On Thu, Sep 28, 2006 at 05:36:16PM +0200, Robert Milkowski wrote: > Hello Chris, > > Thursday, September 28, 2006, 4:55:13 PM, you wrote: > > CG> I keep thinking that it would be useful to be able to define a > CG> zfs file system where all calls to mkdir resulted not just in a > CG> directory bu

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Thomas Wagner
> > (And if you don't need it to work remotely automount could take care of it > > if you think "cd" should be sufficient reason to create a directory) > > Maybe on unmount empty filesystems could be destroyed. more general? If we have "events" like a library-call to "mkdir" or "change-dir" o

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Robert Milkowski
Hello Chris, Thursday, September 28, 2006, 4:55:13 PM, you wrote: CG> I keep thinking that it would be useful to be able to define a CG> zfs file system where all calls to mkdir resulted not just in a CG> directory but in a file system. Clearly such a property would not CG> be inherited but in a

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Nicolas Williams
On Thu, Sep 28, 2006 at 05:29:27PM +0200, [EMAIL PROTECTED] wrote: > > >Any mkdir in a builds directory on a shared build machine. Would be > >very cool because then every user/project automatically gets a ZFS > >fileystems. > > > >Why map it to mkdir rather than using zfs create ? Because mkd

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Casper . Dik
>Any mkdir in a builds directory on a shared build machine. Would be >very cool because then every user/project automatically gets a ZFS >fileystems. > >Why map it to mkdir rather than using zfs create ? Because mkdir means >it will work over NFS or CIFS. "NFS" will be fairly difficult becau

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Chris Gerhard
Jeremy Teo wrote: I keep thinking that it would be useful to be able to define a zfs file system where all calls to mkdir resulted not just in a directory but in a file system. Clearly such a property would not be inherited but in a number of situations here it would be a really useful feature

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Darren J Moffat
Jeremy Teo wrote: I keep thinking that it would be useful to be able to define a zfs file system where all calls to mkdir resulted not just in a directory but in a file system. Clearly such a property would not be inherited but in a number of situations here it would be a really useful feature

Re: [zfs-discuss] mkdir == zfs create

2006-09-28 Thread Jeremy Teo
I keep thinking that it would be useful to be able to define a zfs file system where all calls to mkdir resulted not just in a directory but in a file system. Clearly such a property would not be inherited but in a number of situations here it would be a really useful feature. Any example us

[zfs-discuss] mkdir == zfs create

2006-09-28 Thread Chris Gerhard
I keep thinking that it would be useful to be able to define a zfs file system where all calls to mkdir resulted not just in a directory but in a file system. Clearly such a property would not be inherited but in a number of situations here it would be a really useful feature. I can see there