ONTAP Discussions

Display usage of aggregate

YXMRETK
1,128 Views

hi

 

We are currently building an OEM product for NetApp FAS 2720.

I created one volume with Type RW and one volume with Type DP (for Snapmirror) from the aggregate.

however,
When I checked the usage rate of the aggregate with the following command, it seems that only the volume of RW is written in the usage rate.

aggr show


Aggregate Size Available Used% State #Vols Nodes RAID Status
--------- -------- --------- ----- ------- ------ ------ ---------- ------------
aggr0_1 159.9GB 7.75GB 95% online 1 xxxxx1 raid_dp,normal normal
aggr0_2 159.9GB 7.75GB 95% online 1 xxxxx2 raid_dp,normal normal
aggr1_1 48.20TB 26.43TB 45% online 5 xxxx1 raid_dp,normal normal
aggr1_2 49.02TB 26.90TB 45% online 5 xxxx2 raid_dp,normal normal

 

vol show
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
node1 vol0 aggr0_1 online RW 151.3GB 127.1GB 11%
node2 vol0 aggr0_2 online RW 151.3GB 125.6GB 12%
svm1 datavol_svm1 aggr1_1 online RW 21.50TB 15.02TB 0%
svm1 rootvol_svm1 aggr1_1 online RW 1GB 970.2MB 0%
svm1 rootvolmr_svm1 aggr1_2 online LS 1GB 970.3MB 0%
mirror1 datavol_mirror1 aggr1_1 online DP 21.50TB 21.35TB 0%
mirror1 rootvol_mirror1 aggr1_1 online RW 1GB 972.3MB 0%
svm2 datavol_svm2 aggr1_2 online RW 22TB 15.40TB 0%
svm2 rootvol_svm2 aggr1_2 online RW 1GB 970.9MB 0%
svm2 rootvolmr_svm2_ccmr aggr1_1 online LS 1GB 971.0MB 0%
mirror2 datavol_mirror2 aggr1_2 online DP 22TB 22.00TB 0%
mirror2 rootvol_mirror2 aggr1_2 online RW 1GB 972.4MB 0%
12 entries were displayed.

 

That is aggr1_1 and aggr1_2.
This wasn't the case before, but did the notation change due to different versions?
Or is there something wrong with the volume you created?

 

The detailed version is as follows.

 

ONTAP: 9.9.1P5
FAS model number: FAS2720

1 ACCEPTED SOLUTION

TMACMD
1,106 Views

Maybe you have some thin provisioning?

 Check this:

 

set diag

 Vol show -fields space-guarantee, size , used, avail, type, aggregate -sort-by volume, vserver, aggregate

 set admin

 

if guarantee : none =  thin volume = thick

 

View solution in original post

2 REPLIES 2

TMACMD
1,107 Views

Maybe you have some thin provisioning?

 Check this:

 

set diag

 Vol show -fields space-guarantee, size , used, avail, type, aggregate -sort-by volume, vserver, aggregate

 set admin

 

if guarantee : none =  thin volume = thick

 

YXMRETK
1,053 Views

TO TMACM

Thank you for your answer.

When I checked it, it was exactly what you pointed out.

The space-guarantee setting was none.
When I changed the setting value from none to volume, it became the expected Aggregate usage rate.

Please tell me one point.

The volume for which the space-gurantee setting was none is the volume for Snapmirror.

When creating a volume for Snapmirror, only parameters such as svm, size, type (DP), aggregate are set.

I used to think that this didn't happen, but has it changed depending on the version of ONTAP?
(I'm sorry if I misunderstood ...)

Public