better logging for volume growth
This commit is contained in:
@@ -34,7 +34,7 @@ type VolumeGrowRequest struct {
|
||||
}
|
||||
|
||||
func (vg *VolumeGrowRequest) Equals(req *VolumeGrowRequest) bool {
|
||||
return reflect.DeepEqual(existingReq.Option, req.Option) && vg.Count == req.Count
|
||||
return reflect.DeepEqual(vg.Option, req.Option) && vg.Count == req.Count && vg.Force == req.Force
|
||||
}
|
||||
|
||||
type volumeGrowthStrategy struct {
|
||||
|
||||
Reference in New Issue
Block a user