255 個を超える Snapshot を含む FlexVol を FlexGroup に変換する
に適用されます
ONTAP 9
FlexGroup
説明
ONTAP 9.7 では、 FlexVol を FlexGroup に変換できます
ただし、 ONTAP 9.7 FlexGroup では 255 個未満の Snapshot のみがサポートされ、 FlexVol では 1023 個まで Snapshot をサポートできます。
FlexVol 9.7 のリリースで 255 個を超える Snapshot を含む ONTAP を変換すると、次のエラーがスローされます。
cluster01::> version
NetApp Release 9.7P1: Thu Feb 27 01:25:24 UTC 2020
cluster01::>
cluster01::*> volume conversion start -volume myvol -foreground true -check-only true
Error: command failed: Cannot convert volume "myvol" in Vserver "svm1" to a
FlexGroup. Correct the following issues and retry the command:
* The volume has more than 254 snapshot copies. Use the "volume
snapshot show -vserver svm1 -volume myvol" command to list the Snapshot
copies present on the volume and remove one or more of them with the
"snapshot delete -vserver svm1 -volume myvol" command.
* The volume has Snapshot copies with IDs greater than 255. Use the
(privilege: advanced) "volume snapshot show -vserver svm1 -volume myvol
-logical-snap-id >255 -fields logical-snap-id" command to list the
Snapshot copies with IDs greater than 255 then delete them using the
"snapshot delete -vserver svm1 -volume myvol" command.
cluster01::*>