CONTAP-175579:スペアディスク上に作成されたパーティションのサイズがソースディスク上のパーティションと異なる
問題
- 提示されたパーティションサイズは、storage disk create -partitionコマンドで正しく表示されます。例:
::*> storage disk create-partition-source-disk 4.10.20-target-disk 4.10.23
Warning: Disk "4.10.23" will be partitioned as follows:
Usable Container Container
Partition Size Type Name Owner
-----------------------------------------------------
4.10.23.P1 1.69TB spare Pool0 node1
4.10.23.P2 1.69TB spare Pool0 node1
{{ 4.10.23.P3 107.7GBスペア Pool0 node1
Do you want to continue? \{y|n}: y
Disk "4.10.23" is now partitioned.
- ただし、ディスクを確認してパーティショニングしたあとに、パーティションのサイズが正しく表示されません。
::*> storage disk partition show-owner-node-name node1
Usable Container Container
Partition Size Type Name Owner
-------------------------------------------------------------------------------
...
4.10.23.P1 1.72TB spare Pool0 node1
4.10.23.P2 1.72TB spare Pool0 node1
4.10.23.P3 61.56GB spare Pool0 node1