アグリゲートの作成が失敗して「 Is not a spare disk 」というメッセージが表示される
環境
ONTAP 9
問題
ONTAP CLI では、ノードに利用可能なスペアディスクが表示されます。
cluster1::> storage aggregate show-spare-disks
Original Owner: cluster1-01
Pool0
Root-Data Partitioned Spares
Local Local
Data Root Physical
Disk Type Class RPM Checksum Usable Usable Size Status
---------------- ------ ----------- ------ -------------- -------- -------- -------- --------
1.0.19 SAS performance 10000 block 0B 53.88GB 838.4GB not zeroed
1.0.20 SAS performance 10000 block 0B 53.88GB 838.4GB not zeroed
1.0.21 SAS performance 10000 block 0B 53.88GB 838.4GB not zeroed
1.0.22 SAS performance 10000 block 0B 53.88GB 838.4GB not zeroed
1.0.23 SAS performance 10000 block 0B 53.88GB 838.4GB not zeroed
5 entries were displayed.
ただし、表示されたディスクを使用してアグリゲートを作成しようとすると失敗します。
cluster1::*> storage aggregate create -aggregate newaggr -disklist 1.0.19,1.0.20,1.0.21,1.0.22,1.0.23 -node cluster1-01
Error: command failed: Aggregate creation would fail for aggregate "newaggr" on
node "cluster-01". Reason: disk 1.0.19 is not a spare disk.