ONTAP Discussions

disk encryption with cross volume deduplication

chinchillaking
320 Views

Hi All,

 

C250 with NSE disk encryption enabled, if require enable cross volume inline deduplication, could follow KB https://kb.netapp.com/on-prem/ontap/DM/Encryption/Encryption-KBs/How_to_convert_volumes_from_NetApp_Volume_Encryption_to_NetApp_Aggregate_Encryption enable cross volume inline deduplication with NSE?

 

chinchillaking_1-1740378938067.png

 

chinchillaking_2-1740379019237.png

 

chinchillaking_3-1740379037927.png

 

Best regards

1 ACCEPTED SOLUTION

chamfer
179 Views

@chinchillaking, to enable cross-volume-inline-dedupe you need to perform the following:

  1. Enable NAE (NetApp Aggregate Encryption)
  2. Convert your volume to NAE using the guide that you referenced
  3. Enable inline deduplication on the volume with the command "vol efficiency modify -vserver svm0 -volume test_lun -inline-dedupe true"
  4. Enable cross-volume-inline-dedupe with the command "vol efficiency modify -vserver svm0 -volume test_lun -cross-volume-inline-dedupe true"

 

Let us know how you go.

View solution in original post

1 REPLY 1

chamfer
180 Views

@chinchillaking, to enable cross-volume-inline-dedupe you need to perform the following:

  1. Enable NAE (NetApp Aggregate Encryption)
  2. Convert your volume to NAE using the guide that you referenced
  3. Enable inline deduplication on the volume with the command "vol efficiency modify -vserver svm0 -volume test_lun -inline-dedupe true"
  4. Enable cross-volume-inline-dedupe with the command "vol efficiency modify -vserver svm0 -volume test_lun -cross-volume-inline-dedupe true"

 

Let us know how you go.

Public