Merge pull request #3004 from steranin/master
Clarify the need to specify device_name when setting volume_size in Amazon builder. refs #2798
This commit is contained in:
commit
5a6bb79066
@ -69,7 +69,7 @@ builder.
|
|||||||
device mappings to the AMI. The block device mappings allow for keys:
|
device mappings to the AMI. The block device mappings allow for keys:
|
||||||
|
|
||||||
- `device_name` (string) - The device name exposed to the instance (for
|
- `device_name` (string) - The device name exposed to the instance (for
|
||||||
example, "/dev/sdh" or "xvdh")
|
example, "/dev/sdh" or "xvdh"). Required when specifying `volume_size`.
|
||||||
- `virtual_name` (string) - The virtual device name. See the documentation on
|
- `virtual_name` (string) - The virtual device name. See the documentation on
|
||||||
[Block Device
|
[Block Device
|
||||||
Mapping](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html)
|
Mapping](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html)
|
||||||
|
@ -90,7 +90,7 @@ builder.
|
|||||||
device mappings to the AMI. The block device mappings allow for keys:
|
device mappings to the AMI. The block device mappings allow for keys:
|
||||||
|
|
||||||
- `device_name` (string) - The device name exposed to the instance (for
|
- `device_name` (string) - The device name exposed to the instance (for
|
||||||
example, "/dev/sdh" or "xvdh")
|
example, "/dev/sdh" or "xvdh"). Required when specifying `volume_size`.
|
||||||
- `virtual_name` (string) - The virtual device name. See the documentation on
|
- `virtual_name` (string) - The virtual device name. See the documentation on
|
||||||
[Block Device
|
[Block Device
|
||||||
Mapping](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html)
|
Mapping](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user