Re: [zfs-discuss] howto resize/extend an existing ZFS volume ?

2008-06-20 Thread Gary Pennington
On Fri, Jun 20, 2008 at 08:20:29AM -0700, Daniel Schwager wrote:
> Hi,
> 
> i would like to resize an existing volume. Is this possible ? 
> i can't find any relating zfs-command for this task.
> 
> [EMAIL PROTECTED] ~]$ zfs list
> NAME   USED  AVAIL  REFER  MOUNTPOINT
> pool1 35.2G  72.1G18K  /pool1
> pool1/solaris-b90-t1.img  9.89G  72.1G  8.79G  -
>  
>  
> This message posted from opensolaris.org
> ___
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

You must set the volsize property. man zfs(1M)

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


Re: [zfs-discuss] howto resize/extend an existing ZFS volume ?

2008-06-20 Thread Daniel Schwager
Great. 

Thx very much.
Danny
 
 
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] howto resize/extend an existing ZFS volume ?

2008-06-20 Thread Darren J Moffat
Daniel Schwager wrote:
> Hi,
> 
> i would like to resize an existing volume. Is this possible ? 
> i can't find any relating zfs-command for this task.
> 
> [EMAIL PROTECTED] ~]$ zfs list
> NAME   USED  AVAIL  REFER  MOUNTPOINT
> pool1 35.2G  72.1G18K  /pool1
> pool1/solaris-b90-t1.img  9.89G  72.1G  8.79G  -

# zfs get volsize tank/vol
tank/vol  volsize  64M-
# zfs set volsize=72M tank/vol
# zfs get volsize tank/vol
tank/vol  volsize  72M-

-- 
Darren J Moffat
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] howto resize/extend an existing ZFS volume ?

2008-06-20 Thread Daniel Schwager
Hi,

i would like to resize an existing volume. Is this possible ? 
i can't find any relating zfs-command for this task.

[EMAIL PROTECTED] ~]$ zfs list
NAME   USED  AVAIL  REFER  MOUNTPOINT
pool1 35.2G  72.1G18K  /pool1
pool1/solaris-b90-t1.img  9.89G  72.1G  8.79G  -
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss