Horizon display only 1TB volume storage, even hdd has 1.8TB [closed]
Hello,
I just installed Cinder with /dev/sdb (raid 10 with 4x1TB hdd)
fdisk -l ... Disk /dev/sdb: 1.8 TiB, 1999307276288 bytes, 3904897024 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes ...
But my Horizon display only 1TB, not 1.8TB; https://drive.google.com/open?id=1XRWG0-VopybHGVgAsLEpSyQYapBuRoNN (link text)
Anybody knows why?
Depends on your Cinder configuration. What do you mean by “installed Cinder with /dev/sdb”?
More precisely: Volumes reside on backends. You have one or more backends configured, with a combined size of 1T.
Or your project has a volume quota of 1T. How much space does the admin project have?
Since I am very new to use openstack, were not aware of quota. Change "Identity -> Projects -> admin -> Modify Quotas" to 1.8TB, horizon display full space. Thank you so much, Bernd Bausch