CONAP-1755七:备用磁盘上创建的分区大小与源磁盘上的分区大小不同
问题描述
- 建议的分区大小会在storage disk crea-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 spare 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