You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
The definition for m2.xlarge in
org.jclouds.ec2.compute.domain.EC2HardwareBuilder
has a single 420GB Volume that is also the boot drive.However, when I create an instance using Ubuntu 10.04 AMI ami-bffa6fd6, what you actually get looks like it has a 10GB boot volume on /dev/sda1
And then a 420GB volume unmounted on /dev/sdb:
After mounting /dev/sdb on /data1:
The definition should be updated to reflect the current volumes.
I'm not sure about other instance types, it might be worth checking them too.
The text was updated successfully, but these errors were encountered: