Skip to content

Commit

Permalink
fix ubuntu block device mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Mar 2, 2022
1 parent a9834e6 commit 89bcc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/aws/amifamily/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (u Ubuntu) BlockDeviceMappings(constraints *v1alpha1.Constraints) []*v1alph
return constraints.BlockDeviceMappings
}
return []*v1alpha1.BlockDeviceMapping{{
DeviceName: aws.String("/dev/xvda"),
DeviceName: aws.String("/dev/sda"),
EBS: &defaultEBS,
}}
}

0 comments on commit 89bcc71

Please sign in to comment.