Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-07-02 Thread Patrick Bittner
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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-29 Thread Cindy . Swearingen
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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-29 Thread Bob Benites
> # *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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-29 Thread Patrick Bittner
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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-29 Thread Moutacim LACHHAB
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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-28 Thread Patrick Bittner
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

Re: [zfs-discuss] ZFS - SWAP and lucreate..

2009-06-28 Thread Jorgen Lundman
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

[zfs-discuss] ZFS - SWAP and lucreate..

2009-06-28 Thread Patrick Bittner
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