Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Bob Friesenhahn
On Tue, 27 Jan 2009, Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with zfs finding them in the wrong order and then failing to mount correctly? I have not encountered that problem here and I do have a

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Frank Cusack
On January 28, 2009 9:41:20 AM -0600 Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: On Tue, 27 Jan 2009, Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with zfs finding them in the wrong order and

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Richard Elling
Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with zfs finding them in the wrong order and then failing to mount correctly? say you have pool1/data which mounts on /data and pool2/foo which mounts on

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Frank Cusack
On January 28, 2009 9:24:21 AM -0800 Richard Elling richard.ell...@gmail.com wrote: Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with zfs finding them in the wrong order and then failing to mount

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Nicolas Williams
On Wed, Jan 28, 2009 at 09:32:23AM -0800, Frank Cusack wrote: On January 28, 2009 9:24:21 AM -0800 Richard Elling richard.ell...@gmail.com wrote: Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Nicolas Williams
On Wed, Jan 28, 2009 at 09:07:06AM -0800, Frank Cusack wrote: On January 28, 2009 9:41:20 AM -0600 Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: On Tue, 27 Jan 2009, Frank Cusack wrote: i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem,

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Miles Nordin
fc == Frank Cusack fcus...@fcusack.com writes: fc say you have pool1/data which mounts on /data and pool2/foo fc which mounts on /data/subdir/foo, From the rest of the thread I guess the mounts aren't reordered across pool boundarires, but I have this problem even for mount-ordering

Re: [zfs-discuss] mount race condition?

2009-01-28 Thread Kyle McDonald
On 1/28/2009 12:16 PM, Nicolas Williams wrote: On Wed, Jan 28, 2009 at 09:07:06AM -0800, Frank Cusack wrote: On January 28, 2009 9:41:20 AM -0600 Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: On Tue, 27 Jan 2009, Frank Cusack wrote: i was wondering if you have a zfs

[zfs-discuss] mount race condition?

2009-01-27 Thread Frank Cusack
i was wondering if you have a zfs filesystem that mounts in a subdir in another zfs filesystem, is there any problem with zfs finding them in the wrong order and then failing to mount correctly? say you have pool1/data which mounts on /data and pool2/foo which mounts on /data/subdir/foo, what if