builder/amazon/chroot: improved logging about what volume created
This commit is contained in:
parent
25eca62986
commit
cffb35ab33
|
@ -49,6 +49,7 @@ func (s *StepCreateVolume) Run(state map[string]interface{}) multistep.StepActio
|
|||
VolumeType: rootDevice.VolumeType,
|
||||
IOPS: rootDevice.IOPS,
|
||||
}
|
||||
log.Printf("Create args: %#v", createVolume)
|
||||
|
||||
createVolumeResp, err := ec2conn.CreateVolume(createVolume)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue