[ironic] How to resize to use whole disk size after deploying
I set up standalone ironic with mitaka version. I created a whole disk image (ubuntu 14.04) without LVM by following this OpenStack Doc: Create images manually. Init-cloud and cloud-initramfs-growroot were installed to resize root partition.
The disk image size is 10G, and it could be deployed successfully on my node. When I logged in the node and checked the disk info, it only used 10G disk size for /dev/sda. (But the physical disk size of node is 500G)
The disk info:
How do I make my image to use whole disk size of node after deploying? Thanks.