bootstrap-vz/bootstrapvz/common
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
..
assets EC2: Added growpart script 2016-01-12 18:46:20 +00:00
fs First stab at docker provider 2015-12-13 19:41:16 +01:00
tasks EC2: Added growpart script 2016-01-12 18:46:20 +00:00
__init__.py PEP8 fixes 2014-04-27 11:05:53 -03:00
bytes.py Remove __abs__ from bytes and sectors, one should convert to int instead 2015-04-16 22:21:42 +02:00
exceptions.py Fixed the error that's been swallowing exception messages 2015-12-13 20:26:43 +01:00
fsm_proxy.py Make serialization a lot more easy to handle 2015-04-16 22:15:20 +02:00
minify_json.py Move code into proper package folder 2014-04-02 21:26:13 +02:00
phases.py Fix #204, user_modification phase has been introduced 2015-05-02 12:31:06 +02:00
releases.py Fix #217, by introducing class for comparison of releases 2015-04-29 21:38:06 +02:00
sectors.py Flip compairson for whether sector size is equal in Sectors 2015-04-29 20:46:53 +02:00
task_groups.py First stab at docker provider 2015-12-13 19:41:16 +01:00
tools.py Fix #217, by introducing class for comparison of releases 2015-04-29 21:38:06 +02:00