NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

Why is total space size on aggr between controllers are different with same amount of disks?

peter1965
6,227 Views

Hi

I was creating aggr on my v6210 with 2TB netapp disk. On one controller I created a aggr with 40 disks in a 20 disk raid group.

I did the exact same thing on the other controller and notice the "total space" is different. How can this be? The only thing I can think of is when I initially created an aggr on this controller  with a different raid group I went in destroyed it and recreated it to make what I had mentioned above.. Soemthing not "zero" out correctly?

See attached screen shot and how do I go about resolving that?

1 ACCEPTED SOLUTION

isaacs
6,227 Views

Heh, On second thought, take a look at "snap reserve -A".  I'll bet the Aggr Snap Reserve is 0 on the original, and the 5% default on the new.

"snap reserve -A netapp_aggr2 0"  will set it to zero, and you should see the space.

We're thankfully doing away with that default, and this shouldn't be a needed step going forward.  It's only required for SyncMirror/MetroCluster. 

View solution in original post

4 REPLIES 4

aborzenkov
6,227 Views

please show output of "aggr show_space" from both filers

isaacs
6,227 Views

It's possible the RAID Group sizes are different, and result in 2 fewer data disks.  "aggr status -r" output should confirm/deny that.

isaacs
6,228 Views

Heh, On second thought, take a look at "snap reserve -A".  I'll bet the Aggr Snap Reserve is 0 on the original, and the 5% default on the new.

"snap reserve -A netapp_aggr2 0"  will set it to zero, and you should see the space.

We're thankfully doing away with that default, and this shouldn't be a needed step going forward.  It's only required for SyncMirror/MetroCluster. 

peter1965
6,227 Views

Argh! That was it!! Sticking head in sand as I knew I put that in my script but there was a typo.. Sigh I should of caught that. That what I get for administering filers in what I call hybrid mode (the cli and the sys manager 2.0)

thanks

Public