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 Discussions

no snapshot used info in volume-info

HAIT_NETAPP
2,503 Views

I am trying to get volume used infomation, equivalent to "df" command.

 

I use volume-info, however, there is no snapshot used infomation:

 

        <volume-info>

            <name>testvolume</name>

            <uuid>48831895-1a4asfdsd3-95f7-123safsadf2</uuid>

            <type>flex</type>

            <block-type>64_bit</block-type>

            <state>online</state>

            <size-total>1099511627776</size-total>               # in byte

            <size-used>153443323904</size-used>                             # in byte    

            <size-available>946068303872</size-available>               # in byte

            <percentage-used>14</percentage-used>

            <snapshot-percent-reserved>75</snapshot-percent-reserved>      # in percent

            <snapshot-blocks-reserved>3221225472</snapshot-blocks-reserved>  # in block namely kbyte

            <reserve-required>0</reserve-required>

            <reserve>0</reserve>

            <reserve-used>0</reserve-used>

            <reserve-used-actual>0</reserve-used-actual>

            <files-total>31876689</files-total>

 

Can someone tell me how and where I can get snapshot used information?

0 REPLIES 0
Public