Been a while since I checked, but I'm pretty sure that aggr add is the command he's looking for.
You can set the raidgroup size down to the number of disks you currently have, then add a new RG - but it will be the same size as the current setting.
Glenn
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of John Stoffel Sent: Friday, September 22, 2006 3:16 PM To: Sto Rage(c) Cc: Brosseau, Paul; Jeff Mery; toasters@mathworks.com Subject: Re: Mixed disk sizes within a single aggregate
"Sto" == Sto Rage(c) <" netbacker@gmail.com> writes:
Sto> Paul and others,
Sto> Is there way to force an aggregate to start a new RAID group Sto> when an existing RAID group is not completely full.
Certainly, just specify explicity which disks you want in the aggregate:
aggr create aggr300gb -d 12@300
See the output of 'aggr create<return>'
John
Glenn> Been a while since I checked, but I'm pretty sure that aggr add Glenn> is the command he's looking for.
Yup, you're right, you want to use the 'add' form of the command, but the basic idea stands, just add the names disks to the aggr, and you can force them into a new raidgroup as well.
Glenn> You can set the raidgroup size down to the number of disks you Glenn> currently have, then add a new RG - but it will be the same Glenn> size as the current setting.
Yeah, that will do it as well, since you could just bounce the number back up and add in the rest of the disks. Maybe not as ideal is specifying a new raid group when adding disks, but not bad either.
John