Skip to content

Commit 2fe5178

Browse files
committed
PWX-27046: Updating the error message during missing drive type.
Signed-off-by: Priyanshu Pandey <ppandey@purestorage.com>
1 parent 34de12e commit 2fe5178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/aws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ func (s *awsOps) Create(
786786
}
787787
if vol.VolumeType == nil {
788788
return nil, cloudops.NewStorageError(cloudops.ErrVolInval,
789-
"Drive type not specified", "")
789+
"Drive type not specified in the storage spec", "")
790790
}
791791

792792
req := &ec2.CreateVolumeInput{

0 commit comments

Comments
 (0)