@chinchillaking, to enable cross-volume-inline-dedupe you need to perform the following:
- Enable NAE (NetApp Aggregate Encryption)
- Convert your volume to NAE using the guide that you referenced
- Enable inline deduplication on the volume with the command "vol efficiency modify -vserver svm0 -volume test_lun -inline-dedupe true"
- 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.