ONTAP Discussions
ONTAP Discussions
Hello,
I have installed a FAS3240 Metrocluster with DoT 8.0.1 7-mode two days ago, and the one thing that I cannot clear out is the following error:
MC3240B> aggr show_space aggr0
Aggregate 'aggr0'
Total space WAFL reserve Snap reserve Usable space BSR NVLOG A-SIS Smtape
5136132096KB 513613208KB 0KB 4622518888KB 0KB 0KB 0KB
Space allocated to volumes in the aggregate
Volume Allocated Used Guarantee
vol0 349008156KB 6085340KB volume
Aggregate Allocated Used Avail
Total space 349008156KB 6085340KB 4273510132KB
Snap reserve 0KB 0KB 0KB
WAFL reserve 513613208KB 286900KB 513326308KB
MC3240B> aggr options aggr0
root, diskroot, nosnap=off, raidtype=raid_dp, raidsize=14,
ignore_inconsistent=off, snapmirrored=off, resyncsnaptime=60,
fs_size_fixed=off, snapshot_autodelete=on, lost_write_protect=on,
ha_policy=cfo
Can someone tell if this is the reason for the error? And is there a solution? I've been searching NOW up and down but apparently not well enough! Syslog translator gives me a fantastic : "there is no space on device".
Any help greatly appreciated! Thanks
Carolina
Solved! See The Solution
The snap reserve on aggregate aggr0 is currently set to 0. As a result, the filer has no space allocated for the SyncMirror snapshot. Hence, we give the error of no space left on device.
The recommendation is to have the snap reserve for aggregates set to 5% in SyncMirror configuration. You can set the snap reserve by issuing the following
MC3240B> snap reserve -A aggr0 5
The snap reserve on aggregate aggr0 is currently set to 0. As a result, the filer has no space allocated for the SyncMirror snapshot. Hence, we give the error of no space left on device.
The recommendation is to have the snap reserve for aggregates set to 5% in SyncMirror configuration. You can set the snap reserve by issuing the following
MC3240B> snap reserve -A aggr0 5
Thank you sowens!
That was what I was looking for. Since I couldn't find it, I was fearing that it was only at creation time that I could add the snap reserve.
It's working fine now.
Regards, Carolina