bootstrap-vz/bootstrapvz/providers/ec2/tasks
Jonh Wendell c477c32e4a EC2: Added growpart script
This is an attempt to fix issue #237

The script "growpart" was added as an asset, because
Debian's Jessie version (inside cloud-utils) package is
outdated and buggy.

Then "expand-root" init script was modified to call growpart
before calling resize2fs. In fact, calling resize2fs without
resizing the partition first is useless.

The task was named 'AddWorkaroundGrowpart' because it must
go away in the future in favor of using recent stuff in cloud-utils.

Currently even the official images suffer this issue, that makes
the system use only 8 GiB, even if the user chooses a bigger
storage size inside AWS.
2016-01-12 18:46:20 +00:00
..
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00
ami-akis.yml PVGUB AKIs for Frankfurt region. 2015-07-30 10:07:24 +02:00
ami.py Remove image section in manifest 2015-12-13 19:41:18 +01:00
boot.py Improvement in grub options 2014-07-02 15:04:54 +03:00
connection.py Kill the initalize() function. Nobody uses it except ec2 2015-05-03 12:31:44 +02:00
ebs.py Don't use DictClass for provider namespaces 2014-04-10 00:20:35 +02:00
filesystem.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
host.py Remove image section in manifest 2015-12-13 19:41:18 +01:00
initd.py Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
network.py Support multiple ENI. 2015-07-30 10:05:44 +02:00
packages-kernels.yml Convert every JSON file to YAML 2014-07-09 23:17:04 +02:00
packages.py EC2: Added growpart script 2016-01-12 18:46:20 +00:00