MetroCluster:アグリゲートSnapshotが原因で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で想定されます)。
::> 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)