Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-25 Thread Mārcis Lielturks
2009/9/24 Robert Milkowski > Mike Gerdts wrote: > >> On Wed, Sep 23, 2009 at 7:32 AM, bertram fukuda >> wrote: >> >> >>> Thanks for the info Mike. >>> >>> Just so I'm clear. You suggest 1)create a single zpool from my LUN 2) >>> create a single ZFS filesystem 3) create 2 zone in the ZFS filesys

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-24 Thread Robert Milkowski
bertram fukuda wrote: Would I just do the following then: zpool create -f zone1 c1t1d0s0 zfs create zone1/test1 zfs create zone1/test2 Woud I then use zfs set quota=xxxG to handle disk usage? yes ___ zfs-discuss mailing list zfs-discuss

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread bertram fukuda
Would I just do the following then: > zpool create -f zone1 c1t1d0s0 > zfs create zone1/test1 > zfs create zone1/test2 Woud I then use zfs set quota=xxxG to handle disk usage? -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread Robert Milkowski
Mike Gerdts wrote: On Wed, Sep 23, 2009 at 7:32 AM, bertram fukuda wrote: Thanks for the info Mike. Just so I'm clear. You suggest 1)create a single zpool from my LUN 2) create a single ZFS filesystem 3) create 2 zone in the ZFS filesystem. Sound right? Correct Well I would ac

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread Mike Gerdts
On Wed, Sep 23, 2009 at 8:12 PM, David Magda wrote: > On Sep 23, 2009, at 20:48, bertram fukuda wrote: > >> What if we have no plans on moving or cloning the zone, I can get away >> with only pool right? > > Sure. > >> If I'm doing a separate FS for each zone is it just slice up my LUN, >> create

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread David Magda
On Sep 23, 2009, at 20:48, bertram fukuda wrote: What if we have no plans on moving or cloning the zone, I can get away with only pool right? Sure. If I'm doing a separate FS for each zone is it just slice up my LUN, create a FS for each zone and I'm done? One pool from the LUN ('zpool

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread bertram fukuda
David, What if we have no plans on moving or cloning the zone, I can get away with only pool right? If I'm doing a separate FS for each zone is it just slice up my LUN, create a FS for each zone and I'm done? Thanks, Bert -- This message posted from opensolaris.org

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread David Magda
On Sep 23, 2009, at 08:13, Mike Gerdts wrote: That is, at time t1 I have zones z1 and z2 on host h1. I think that at some time in the future I would like to move z2 to host h2 while leaving z1 on h1. You can have a single pool, but it's probably good to have each zone in its own file sys

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread bertram fukuda
Awesome!!! Thanks for you help. -- 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] New to ZFS: One LUN, multiple zones

2009-09-23 Thread Mike Gerdts
On Wed, Sep 23, 2009 at 7:32 AM, bertram fukuda wrote: > Thanks for the info Mike. > > Just so I'm clear.  You suggest 1)create a single zpool from my LUN 2) create > a single ZFS filesystem 3) create 2 zone in the ZFS filesystem. Sound right? Correct -- Mike Gerdts http://mgerdts.blogspot.co

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread Mārcis Lielturks
2009/9/23 bertram fukuda > Thanks for the info Mike. > > Just so I'm clear. You suggest 1)create a single zpool from my LUN 2) > create a single ZFS filesystem 3) create 2 zone in the ZFS filesystem. Sound > right? > > You can create zfs filesystems for each zone and you also can delegate zfs fi

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread bertram fukuda
Thanks for the info Mike. Just so I'm clear. You suggest 1)create a single zpool from my LUN 2) create a single ZFS filesystem 3) create 2 zone in the ZFS filesystem. Sound right? Thanks again, Bert -- This message posted from opensolaris.org ___ z

Re: [zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread Mike Gerdts
On Wed, Sep 23, 2009 at 7:04 AM, bertram fukuda wrote: > I have a 1TB LUN being presented to me from our storage team.  I need to > create 2 zones and share the storage between them.  Would it be best to > repartition the LUNs (2 500Gb slices), create 2 separate storage pools then > assign them

[zfs-discuss] New to ZFS: One LUN, multiple zones

2009-09-23 Thread bertram fukuda
I have a 1TB LUN being presented to me from our storage team. I need to create 2 zones and share the storage between them. Would it be best to repartition the LUNs (2 500Gb slices), create 2 separate storage pools then assign them separately to each zone? If not, what would be the recommended