Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to deduplicate and compress data blocks locked by snapshot
2024-12-22
12:16 AM
669 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
Chun_Chiang has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2 REPLIES 2
Chun_Chiang has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
