Commit 913cde5d by Feanil Patel Committed by GitHub

Merge pull request #4059 from edx/feanil/fix_mounts

Determine the size of the root volume not sdf
parents b04c3edc b284c0ec
......@@ -76,7 +76,7 @@
vpc_subnet_id: "{{ ec2_vpc_subnet_id }}"
assign_public_ip: "{{ ec2_assign_public_ip }}"
volumes:
- device_name: /dev/sdf
- device_name: /dev/sda1
volume_type: 'gp2'
volume_size: "{{ ebs_volume_size }}"
wait: yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment