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

How to deduplicate and compress data blocks locked by snapshot

Chun_Chiang
1,965 Views

I need to clarify whether ONTAP can dedup and compress data blocks locked by snapshot.  Does below command

vol efficiency start -volume vol1 -vserver vs1 -scan-all -shared-blocks -snapshot-blocks

dedup and compress data blocks locked by snapshot ?

if not, does it mean snapshot blocks can not be deduplicated or compressed ?

 

Regards,

Chun Chiang

1 ACCEPTED SOLUTION

chenguanghui
1,900 Views

hello:

        by default,data compression skips data block shared by Data deduplication and data blocks that are locked by Snapshot copies,the following article be maybe help for you.

https://docs.netapp.com/zh-cn/ontap/volumes/run-efficiency-operations-manual-existing-data-task.html 

View solution in original post

2 REPLIES 2

chenguanghui
1,901 Views

hello:

        by default,data compression skips data block shared by Data deduplication and data blocks that are locked by Snapshot copies,the following article be maybe help for you.

https://docs.netapp.com/zh-cn/ontap/volumes/run-efficiency-operations-manual-existing-data-task.html 

Chun_Chiang
1,872 Views

According to the article, this command:

vol efficiency start -scan-old-data true -dedup true

can dedup existing data blocks which are locked by snapshot, right?

Public