Merge pull request #70124 from houjun41544/20181022
Fix missing 'break'
This commit is contained in:
@@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode(
|
|||||||
attachedVolumes = append(
|
attachedVolumes = append(
|
||||||
attachedVolumes,
|
attachedVolumes,
|
||||||
getAttachedVolume(&volumeObj, &nodeObj))
|
getAttachedVolume(&volumeObj, &nodeObj))
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user