This commit is contained in:
Jan Mussler 2021-10-08 17:09:43 +02:00
parent d04fc79a40
commit 158a6b6167
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func (c *Cluster) syncUnderlyingEBSVolume() error {
err = c.VolumeResizer.ModifyVolume(volume.VolumeID, modifyType, modifySize, modifyIops, modifyThroughput)
if err != nil {
errors = append(errors, fmt.Sprintf("modify failed, showing current EBS values: volume-id=%s size=%d iops=%d throughput=%d", volume.VolumeID, volume.Size, volume.Iops, volume.Throughput))
errors = append(errors, fmt.Sprintf("modify failed, showing current EBS values: volume-id=%s size=%d iops=%d throughput=%d", volume.VolumeID, volume.Size, volume.Iops, volume.Throughput))
}
}
}