Clearing up error message.
This commit is contained in:
		
							parent
							
								
									d3183604a7
								
							
						
					
					
						commit
						d04fc79a40
					
				|  | @ -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 volume failed: volume=%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)) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue