Thank you very much!
This is exactly what i searched for!
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
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 volume
> # *swap -d /dev/zvol/dsk/rpool/swap*
> # *zfs volsize=8G rpool/swap*
> # *swap -a /dev/zvol/dsk/rpool/swap*
I'm still a bit fuzzy about how swap/dump
and ZFS. If I have a pool:
pool: pool1
state: ONLINE
scrub: none requested
config:
NAMESTATE READ WRITE CKSUM
po
So there is no possibility to do this with or before the lucreate command?
hm. well-
thank you anyway then
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo
Hi, it is recommended to delete old swap and make new one:
# *swap -d /dev/zvol/dsk/rpool/swap*
# *zfs volsize=8G rpool/swap*
# *swap -a /dev/zvol/dsk/rpool/swap*
kind regards,
Moutacim
Patrick Bittner schrieb:
Thx for your quick answer, but that is exactly what i am trying: to manage this
Thx for your quick answer, but that is exactly what i am trying: to manage this
by lucreate command or earlier.
The reason for that is VERY small volumes.
I hope it is possible to create the BE without using much diskspace.. and swap
is a little chance to get at least some space.. now it is on 5
Patrick Bittner wrote:
Good morning everybody
I was migrating my ufs – rootfilesystem to a zfs – one, but was a little upset
finding out that it became bigger (what was clear because of the swap and dump
size).
Now I am questioning myself if it is possible to set the swap and dump size by u
Good morning everybody
I was migrating my ufs – rootfilesystem to a zfs – one, but was a little upset
finding out that it became bigger (what was clear because of the swap and dump
size).
Now I am questioning myself if it is possible to set the swap and dump size by
using the lucreate – comman