diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-20 20:44:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-20 20:44:43 +0000 |
commit | 4c96604c3338fe331888308bb75ce8f0be8e167f (patch) | |
tree | a55c33734a4b402c968bca7c0d81c0980045edf2 /docs/submodules/yardstick | |
parent | 3d63d7955031b33c1a163dbeb4bf40b341176542 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- Merge "ansible: resize VNF image"
- ansible: resize VNF image
When compiling Trex, DPDK, collectd and all the SampleVNFs
we use more than the 2.2GB size of the original Ubuntu cloud image.
Accordingly we need to resize the image.
If we were not inside a docker container we would use virt-resize
to automatically handle all the cases, but virt-resize launches qemu.
Instead we can use qemu-img to add extra space, then
luckily we can use parted to resize the partition and finally
resize2fs to resize the filesystem.
This limits us to only ext3/4 images, but if we need to
we could add support for other filesystems by checking
file system type.
Change-Id: Iac84b8e6967af5be64c280a7b1eaaf09f5d6b3aa
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'docs/submodules/yardstick')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 2761306b3d9fa31b192a44129de5bb5d39279d7 +Subproject 42f53e76396ef18b2b4078e90c3bca96dd4cec6 |