SHIFT

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


Sidebar

Recently Changed Pages:

View All Pages


View All Tags


LinkedIn




WIKI Disclaimer: As with most other things on the Internet, the content on this wiki is not supported. It was contributed by me and is published “as is”. It has worked for me, and might work for you.
Also note that any view or statement expressed anywhere on this site are strictly mine and not the opinions or views of my employer.


Pages with comments

View All Comments

netappaggrsnap

NetApp: Changing Aggr Snap Reserve

Changing the Snap Reserve on an Aggregate cannot be done using Filer View but must be done using the CLI:

netappfiler01> snap reserve -A
Aggregate aggr0: current snapshot reserve is 5% or 13824 k-bytes.
netappfiler01> snap reserve -A 10
usage:
snap list [-A | -V] [-n] [-b] [-l] [[-q] [<vol-name>] | -o [<qtree-path>]]
snap create [-A | -V] <vol-name> <snapshot-name>
snap delete [-A | -V] <vol-name> <snapshot-name> |
snap delete [-A | -V] -a [-f] [-q] <vol-name>
snap delta [-A | -V] [<vol-name> [<snapshot-name>] [<snapshot-name>]]
snap rename [-A | -V] <vol-name> <old-snapshot-name> <new-snapshot-name>
snap sched [-A | -V] [<vol-name> [weeks [days [hours[@<list>]]]]]
snap reclaimable <vol-name> snapshot-name ...
snap reserve [-A | -V] [<vol-name> [percent]]
snap restore [-A | -V] [-f] [-t vol | file] [-s <snapshot-name>] [-r <restore-as-path>] <vol-name> | <restore-from-path>
snap autodelete <vol-name> [on | off | show | reset | help] |
snap autodelete <vol-name> <option> <value>...

netappfiler01> snap reserve -A aggr0 10
snap reserve: Not enough space to set the desired percentage.
Snapshot operation failed: No space left on device.
netappfiler01> snap reserve -A aggr0 3
netappfiler01> snap reserve -A
Aggregate aggr0: current snapshot reserve is 3% or 8292 k-bytes.
You could leave a comment if you were logged in.
netappaggrsnap.txt · Last modified: 2021/09/24 00:24 (external edit)