Incorrect advertisement of block storage total and free space
Hi All,
I recently installed OpenStack IceHouse + OpenContrail v2.1 package. The package works, but the available total and free storage announced is not correct in the Admin > Hypervisors section of Horizon dashboard. It shows the total and free space in the root partition of the hypervisors instead of the cinder-volumes logical volume I created with LVM. However, cinder places the volumes in that cinder-volumes logical volume as expected.
Does somebody have an idea of which configuration parameter should I change to solve this problem?
Thanks, Lluis
Hello Lluis. We have the same problem. We can use the LVM, but the space in the dashboard corresponds to the /root partition, insead of the LVM. Could you solved it?
Same here with default Liberty installation. This did prevent me from starting volumes as the local disk space was less than the logical volume managed by Cinder. I increased the
disk_allocation_ratio
to10.0
in/etc/nova/nova.conf
as a workaround, but would be interested in a proper fix.Hello chazapis. Did this fix disk_allocation_ratio= 10.0 worked for you? I am facing similar situation and my ratio is 1.0 I am curious to know on this.