Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Andrew Gabriel
Kurt Schreiner wrote: Hi Tobias, On Mon, Aug 03, 2009 at 01:24:35PM +0200, Tobias Exner wrote: there's no such property available. There's no entry in the manpages, too. bash-3.00# zpool set autoexpand=on testpool cannot set property for 'testpool': invalid property 'autoexpand'

Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Tobias Exner
Ahh, I understand. The autoexpand is a feature which allows to grow the filesystem on the fly. That's great but export/import is good enough for the moment. thanks, Tobias Kurt Schreiner schrieb: Hi Tobias, On Mon, Aug 03, 2009 at 01:24:35PM +0200, Tobias Exner wrote: there's no such pr

Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Kurt Schreiner
Hi Tobias, On Mon, Aug 03, 2009 at 01:24:35PM +0200, Tobias Exner wrote: > > there's no such property available. > There's no entry in the manpages, too. > > > bash-3.00# zpool set autoexpand=on testpool > cannot set property for 'testpool': invalid property 'autoexpand' > > Maybe a problem of

Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Tobias Exner
*Hi Kurt, Hi Scott, there's no such property available. There's no entry in the manpages, too.* /bash-3.00# zpool set autoexpand=on testpool cannot set property for 'testpool': invalid property 'autoexpand'/ *Maybe a problem of the zfs version? Here's my "zpool history" * /Verlauf für 'tes

Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Kurt Schreiner
On Mon, Aug 03, 2009 at 11:51:59AM +0200, Tobias Exner wrote: > Hi list, > > some months ago I spoke with an zfs expert on a Sun Storage event. > > He told it's possible to grow a zpool by replacing every single disk > with a larger one. > After replacing and resilvering all disks of this pool z

Re: [zfs-discuss] grow zpool by replacing disks

2009-08-03 Thread Scott Lawson
Tobias Exner wrote: Hi list, some months ago I spoke with an zfs expert on a Sun Storage event. He told it's possible to grow a zpool by replacing every single disk with a larger one. After replacing and resilvering all disks of this pool zfs will provide the new size automatically. Now