Hi Folks,
I am trying to setup a pair on thin volumes that will be used in snapmirror relationship
I was going to use these netapp recommend volumes
Autodelete Configuration
guarantee = volume
LUN reservation = enabled
fractional_reserve = 0%
snap_reserve = 0%
autodelete = volume / oldest_first
autogrow = off
try_first = snap_delete
So I did the following
vol create vol1-s none aggr0 550g
vol options vol1 fractional_reserve 0
snap reserve -V vol1 0
vol autosize vol1 off
snap autodelete vol1 on
vol options vol1 try_first snap_delete
Does it play nice with snapmirror? Does snap autodelete can potentially mess up snapmirror?
Thank you!