Comment 11 for bug 1388449

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/12113
Committed: http://github.org/Juniper/contrail-provisioning/commit/da76a8e21b91029acb3f12c31e34384b04dc890f
Submitter: Zuul
Branch: R2.1

commit da76a8e21b91029acb3f12c31e34384b04dc890f
Author: Jeya ganesh babu J <email address hidden>
Date: Tue Jun 30 13:56:14 2015 -0700

Storage provision fix merge

Closes-Bug: #1446391
Closes-Bug: #1447707
Closes-Bug: #1388449
Closes-Bug: #1446396
Closes-Bug: #1454898
Closes-Bug: #1459835
Closes-Bug: #1460730
Issues:
OSDs flaps because of insufficient heartbeat timeout on
large clusters
Replica configured is overwritten when upgrade or setup_storage
is run again.
Live migration provision doesnt work if there are multiple subnets
upgrade or setup storage creates new mons when the storage-compute
order changes in the testbed.py
if only ssd-disks is specified the pgs are stuck.
If osd is not running, the remove disk fails as its trying
to stop the osd.
Fix:
Configured heartbeat based on the replica size.
Added a configuration variable 'storage_replica_size' in testbed.py
to specify the replica
Addded fix to support multiple subnets for live migration.
The current monitors are not taken into account for the total
monitors. Fix added to take existing monitors into account.
If there is only 'ssd-disks', code added to treat as 'disks'.
The quota for cinder is to be set based on the total space and
not the current available space.
Check added to stop osd only if osd is running.

Change-Id: Ic2555991dc2d1597b867117b7229a7218857b1b9