implement cinder resize

This commit is contained in:
NickrenREN
2017-08-29 14:12:40 +08:00
parent 0c7d7becf8
commit af108fb938
7 changed files with 105 additions and 4 deletions

View File

@@ -152,6 +152,9 @@ func (pvcr *persistentVolumeClaimResize) checkVolumePlugin(pv *api.PersistentVol
if pv.Spec.Glusterfs != nil {
return true
}
if pv.Spec.Cinder != nil {
return true
}
return false
}