[zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Brad Hudson
Does anyone know of a way to specify the creation of ZFS file systems for a ZFS root pool during a JumpStart installation? For example, creating the following during the install: Filesystem Mountpoint rpool/var /var

Re: [zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Peter Weil
On Mon, Dec 15, 2008 at 6:06 PM, Brad Hudson brad.hud...@wachovia.com wrote: Does anyone know of a way to specify the creation of ZFS file systems for a ZFS root pool during a JumpStart installation? For example, creating the following during the install: Filesystem

Re: [zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Vincent Fox
Just put commands to create them in the finish script. I create several and set options on them like so: ### Create ZFS additional filesystems echo setting up additional filesystems. zfs create -o compression=on -o mountpoint=/ucd rpool/ucd zfs create -o compression=on -o mountpoint=/local/d01

Re: [zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Brad Hudson
Thanks for the response Peter. However, I'm not looking to create a different boot environment (bootenv). I'm actually looking for a way within JumpStart to separate out the ZFS filesystems from a new installation to have better control over quotas and reservations for applications that

Re: [zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Richard Elling
These issues are discussed on the install-discuss forum. You'll have better luck getting to the right audience there. http://www.opensolaris.org/jive/forum.jspa?forumID=107 Also see the various design docs in the install community. http://www.opensolaris.org/os/community/install -- richard

Re: [zfs-discuss] ZFS filesystem creation during JumpStart

2008-12-15 Thread Kyle McDonald
Brad Hudson wrote: Thanks for the response Peter. However, I'm not looking to create a different boot environment (bootenv). I'm actually looking for a way within JumpStart to separate out the ZFS filesystems from a new installation to have better control over quotas and reservations for