ONTAP 9.13

to English version

SnapMirror関係のソースFlexGroupボリュームの拡張

SnapMirror関係のソースFlexGroupボリュームに新しい構成を追加して、ソースボリュームを拡張することができます。方法は通常のFlexGroupボリューム(読み書き可能なボリューム)を拡張する場合と同じです。

手順
  1. ソースFlexGroupボリュームを拡張します。volume expand -vserver vserver_name -volume fg_src -aggr-list aggregate name,... [-aggr-list-multiplier constituents_per_aggr]

    cluster1::> volume expand -volume src_fg -aggr-list aggr1 -aggr-list-multiplier 2 -vserver vs_src
    
    Warning: The following number of constituents of size 50GB will be added to FlexGroup "src_fg": 2.
    Expanding the FlexGroup will cause the state of all Snapshot copies to be set to "partial".
    Partial Snapshot copies cannot be restored.
    Do you want to continue? {y|n}: Y
    [Job 146] Job succeeded: Successful

    ボリュームの拡張前に作成されたすべてのSnapshotコピーの状態が「partial」に変わります。

Top of Page