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

FlexClone vs SnapRestore (Lun level)

ALEX_BARANOV
5,391 Views

What's different between FlexClone Lun and SnapRestore Lun, when i restore file with "-r" option in command "snap restore"?

3 REPLIES 3

peter_lehmann
5,390 Views

Flexclone = clone the volume with its content = leaves the original LUN and is fast and you can split the clone later if needed or throw it away

SnapRestore = restoring the LUN from a snapshot by change the pointers in the filesystem according to the blockmap = can take a long time and overwrites the content in the volume. Can also degrade performance until the snapshots are cycled  through once

I'd always prefer FlexClone over SnapRestore.

ALEX_BARANOV
5,389 Views

FlexClone operation may use snapshot, netapp create temporary snapshot, or use snapshot, which already created. (File level FlexClone)

and as i understand, creation FlexClone "change the pointers in the filesystem according to the blockmap" too?

peter_lehmann
5,389 Views

Yes it changes pointers, but it know to differ for the content within the volume and the changed content in the cloned volume.

Public