sap-oc / crowbar-openstack

Openstack deployment for Crowbar
3 stars 1 forks source link

Cinder: Support for max_over_subscription_ratio in Barclamp #29

Open snschee opened 7 years ago

snschee commented 7 years ago

currently we are not able to change max_over_subscription_ratio for Cinder volumes:

root@d2c-76-8a-ac-64-6e:~ # cinder get-pools --detail
+-----------------------------+----------------------------------------------------------------------------+
|           Property          |                                   Value                                    |
+-----------------------------+----------------------------------------------------------------------------+
|         QoS_support         |                                    True                                    |
|    allocated_capacity_gb    |                                    695                                     |
|        driver_version       |                                   1.0.0                                    |
|       free_capacity_gb      |                                   728.3                                    |
| max_over_subscription_ratio |                                    20.0                                    |
...

Can you please introduce the cinder.conf parameter to the Cinder Barclamp raw attributes to be adjustable.

matelakat commented 7 years ago

Building an mkcloud environment for this...

matelakat commented 7 years ago

The fix for 3.0 is here: crowbar/crowbar-openstack#884

matelakat commented 7 years ago

Fix for Master: https://github.com/crowbar/crowbar-openstack/pull/898

matelakat commented 7 years ago

The fix for 3.0 is here: crowbar/crowbar-openstack#884

This has been closed, as it was waiting for the change to be accepted to master branch. That change needs to be re-worked

matelakat commented 7 years ago

The backport patch is here: https://github.com/crowbar/crowbar-openstack/pull/968

matelakat commented 7 years ago

@matelakat please backport it to our branch please