MetroCluster:由于聚合快照、无法对NAE聚合进行解密
适用场景
- ONTAP 9
- MetroCluster (MCC)
- NetApp聚合加密(NAE)
问题描述
- 无法将NAE聚合转换为纯文本。
Cluster::*> storage aggregate modify -aggregate aggr1 -force-disable-encrypt-with-aggr-key true -encrypt-with-aggr-key false
Warning: Aggregate "aggr1" has aggregate Snapshot copy which might contain NAE (NetApp Aggregate Encryption) volume. Ensure that there is no NAE volume in the aggregate Snapshot copy before disabling NAE.
Do you want to continue? {y|n}: y
- 聚合中无卷。
Cluster::*> volume show -aggregate aggr1
There are no entries matching your query.
Cluster::*> vol show -aggregate aggr2
There are no entries matching your query.
- 由于SyncMirror (应为MCC)、AGG会发生快照。
::> node run -node node1 snap list -A
Aggregate aggr0
working...
%/used %/total date name
---------- ---------- ------------ --------
0% ( 0%) 0% ( 0%) Oct 29 17:54 mirror_resync.1029175419(node1) (busy,syncmirror)
Aggregate aggr1
working...
%/used %/total date name
---------- ---------- ------------ --------
0% ( 0%) 0% ( 0%) Oct 29 17:55 mirror_resync.1029175522(node1) (busy,syncmirror)
Aggregate aggr2
working...
%/used %/total date name
---------- ---------- ------------ --------
0% ( 0%) 0% ( 0%) Oct 29 17:57 mirror_resync.1029175735(node1) (busy,syncmirror)