On 18 June, 2007 - [EMAIL PROTECTED] sent me these 10K bytes:
> I have a cu that would like to increase a mount point with his
> zpoolCu explains below.
>
> I need to increase the size of one of the mount points, i.e. /d01. I
> need the procedure to do this while on line. attached is the in
On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a cu that would like to increase a mount point with his zpoolCu
explains below.
Is he adding more disks or redistributing the free space he's got?
A simple "zfs set quota=100g array1/d1" may be all he needs.
_
The user has set an explicit quota on the filesystems (50G on d[1-3],
175G on d[4-5]). You can increase the quota using 'zfs set quota' or
eliminate it alltogether using 'zfs inherit quota'. See zfs(1M) for
more information.
Incidentally, 'zfs list' is a much easier way to view this information