Hi Patrick,

To answer your original question, yes, you can create your root swap
and dump volumes before you run the lucreate operation. LU won't change
them if they are already created.

Keep in mind that you'll need approximately 10 GBs of disk space for the
ZFS root BE and the swap/dump volumes.

See the steps below.

Cindy

Patrick Bittner wrote:
So there is no possibility to do this with or before the lucreate command?

hm. well- thank you anyway then


# zpool create rpool c0t0d0s0
# zfs create -V 1g rpool/dump
# zfs create -V 2g -b 8k rpool/swap
# zfs list
NAME         USED  AVAIL  REFER  MOUNTPOINT
rpool       3.00G  30.2G    18K  /rpool
rpool/dump     1G  31.2G    16K  -
rpool/swap     2G  32.2G    16K  -
# lucreate -c ufsBE -n zfsBE -p rpool
.
.
.
.
Population of boot environment <zfsBE> successful.
Creation of boot environment <zfsBE> successful.
# zfs list
NAME               USED  AVAIL  REFER  MOUNTPOINT
rpool             7.62G  25.6G  92.5K  /rpool
rpool/ROOT        4.62G  25.6G    18K  /rpool/ROOT
rpool/ROOT/zfsBE  4.62G  25.6G  4.62G  /
rpool/dump           1G  26.6G    16K  -
rpool/swap           2G  27.6G    16K  -

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to