ONTAP Discussions
ONTAP Discussions
Hi ,
Here is what I am trying to do.
I use DFM to setup a snapvault relationship. This gets me a read only qtree on the snapvault destination.
I now clone the destination snapvault volume containing the read-only qtree out of a snapvault destination snapshot.This gets me a r/w volume clone
but the qtree by itself is read-only.
Is there a way for me to now change the qtree permission on the clone volume to read-write w/o messing with the original snapvault relationship?
thanks
Sudha
I think you can break the clone and it will become read and write. In order to test this you could create a new clone and then break it.
Regards
Eric
Thanks..I will try this and see how it goes.
-Sudha
I cannot split the volume clone since it says that the volume clone has snapshots busy.
The snapshot that is busy is the snapvault base snapshot.
Is there a way to just change the permissions of the qtree on the clone w/o splitting it (even if I were able to split it , splitting is a time consuming process and the use case of the clone is such that its lifespan is really short.
hfiler6*> snapvault status -l /vol/SnapProtect_backup_149/SnapProtect_hfiler3_KedarNFSVolume
Snapvault is ON.
Source: hfiler3.testlab.commvault.com:/vol/KedarNFSVolume/-
Destination: hfiler6:/vol/SnapProtect_backup_149/SnapProtect_hfiler3_KedarNFSVolume
Status: Idle
Progress: -
State: Snapvaulted
Lag: 17:21:17
Mirror Timestamp: Tue Mar 15 17:23:06 EDT 2011
Base Snapshot: hfiler6(0118056348)_SnapProtect_backup_149-base.1
Current Transfer Type: -
Current Transfer Error: -
Contents: Replica
Last Transfer Type: Update
Last Transfer Size: 780 KB
Last Transfer Duration: -
Last Transfer From: 172.19.69.132:/vol/KedarNFSVolume/-
hfiler6*> vol clone create SudhaCVDestClone -b SnapProtect_backup_149 "2011-03-15 21:27:54 _hfiler6_SnapProtect_backup_149.-.SnapProtect_hfiler3_KedarNFSVolume"
You should be able to snapmirror convert the qtree then break the mirror. https://kb.netapp.com/support/index?page=content&id=1010906
Thanks.
I do not want to break the mirror.
-Sudha
Hi,
If you do not want to break the mirror it will never work. Any snapshot is READ ONLY, its in the nature of a snapshot. You cant simply change permissions
on snapshots. Sorry.
What you want might be achievable using flexclones technology. you can run flexclones on the source. If you have got snapmirror you coult use snapmirror,
break the snapmirror for a while and then resync.
hope this helps.
Eric
"
What you want might be achievable using flexclones technology. you can run flexclones on the source. If you have got snapmirror you coult use snapmirror,
break the snapmirror for a while and then resync."
Not sure I understand this. I tried creating a flexclone of the destination snapvault volume with the snapvault snap of interest as the base snapshot for the flexclone volume. Are you suggesting that I create a flexclone from the source snapvault volume? but I am interested in a particular destination snapvault volume snap.
Its a snapvault volume I do not have the option to convert it to a qtree snapmirror nor can I break it.
I think it's because the snapshot for the clone is newer than the base snapmirror, it inherits the readonly from that level. Officially the answer is you have to clone based on a snapshot earlier than the base snapmirror/snapvault snapshot.
Ed