Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 17:09:36 +0300
From:      "Vladislav Prodan" <universite@ukr.net>
To:        freebsd-fs@freebsd.org, freebsd-current@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re[2]: Tell me how to increase the virtual disk with ZFS?
Message-ID:  <22011.1368281376.17500373698194767872@ffe12.ukr.net>
In-Reply-To: <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org>
References:  <43529.1368277152.10278121996412321792@ffe11.ukr.net> <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org>

next in thread | previous in thread | raw e-mail | index | archive | help

 
> On May 11, 2013, at 8:59 AM, "Vladislav Prodan" <universite@ukr.net> wrote:
> 
> > Add another virtual disk and do a RAID0 - not an option. It is not clear how to distribute the data from the old virtual disk to the new virtual disk.

> The other option would be to add an additional disk that is as large as you want to the VM, attach it to the zpool as a mirror. The mirror vdev will only be as large as the original device, but once the mirror completes resilvering, you can remove the old device and grow the remaining device to full size (it may do that anyway based on the setting of the auto expand property of the zpool. The default under 9.1 is NOT to autoexpand:
> 
> root@FreeBSD2:/root # zpool get autoexpand rootpool
> NAME      PROPERTY    VALUE   SOURCE
> rootpool  autoexpand  off     default
> root@FreeBSD2:/root # 

Thanks.
I did not realize that there was such an interesting and useful option :)

# zpool get autoexpand tank
NAME  PROPERTY    VALUE   SOURCE
tank  autoexpand  off     default



-- 
Vladislav V. Prodan            
System & Network Administrator 
http://support.od.ua           
+380 67 4584408, +380 99 4060508
VVP88-RIPE




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22011.1368281376.17500373698194767872>