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

Any open-source implementation of file based flex-cloning?

irakli_natsvlishvili
4,893 Views

Brief search does not come with anything - is there any open-source project with the same functionality as file based flex cloning?

4 REPLIES 4

aborzenkov
4,879 Views

Linux "cp --reflink" does very much the same on filesystems that support it (btrfs, I think recent XFS, ocfs2, may be more).

irakli_natsvlishvili
4,868 Views

With cp --reflink can you delete parent of the cloned file like the one with ONTAP?

 

On backed implementation does it do block level cloning like Netapp does?

aborzenkov
4,862 Views

Answer to 1 is "yes". I am not sure what you mean with "block level cloning". "cp --reflink" creates file that shares actual data areas with source. To my knowledge that is what flexcloning file on NetApp does as well.

irakli_natsvlishvili
4,859 Views

Thanks. Will give a try.

Public