On 7/16/07, tayo <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> Can one increase (or decrease )  a ZFS file system like the Veritas one 
> (vxresize)?
> What is the command  line syntax please ?
> ..you can just make up an example ..
>
> for example in veritas :
> "/etc/vx/bin/vxresize -x -F vxfs -g DG1 volume_name  new_total_size"
>  Will increase  "volume_name"    to "new_total_size"


Tyao,

there is no need to increase ZFS file system, since it has no
fixed size. It just grows on demand by drawing the blocks
out of the zpool it belongs to. It is, of course, limited in growth
by the total amount of free storage available in this zpool.
The zpool itself can be grown online by adding new devices
to it.

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

Reply via email to