summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_growpart.py
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: add ResizeGrowFS class to cc_growpart (#2334)Mina Galić2023-05-161-9/+51
* FreeBSD (and friends): better identify MBR slices (#2168)Mina Galić2023-05-111-15/+17
* refactor: stop passing log instances to cc_* handlers (#2016)d1r3ct0r2023-03-271-15/+12
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-3/+4
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* typing: Add types to cc_<module>.handle (#1700)Alberto Contreras2022-09-021-1/+5
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-9/+25
* config: Define activate_by_schema_keys for g-n mods (#1610)Alberto Contreras2022-07-211-0/+1
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-1/+1
* Allow growpart to resize encrypted partitions (#1316)James Falcon2022-04-261-1/+170
* schema: add json defs for modules e-install (SC-651) (#1366)James Falcon2022-04-051-43/+52
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-45/+89
* Use specified tmp location for growpart (#1046)jshen282021-10-081-13/+23
* Make wording for module frequency consistent (#1039)Nicolas Bock2021-09-291-1/+1
* Use ascii code for growpart (#1036)jshen282021-09-291-2/+4
* add DragonFlyBSD support (#904)Gonéri Le Bouder2021-06-141-0/+4
* Revert "Add support to resize rootfs if using LVM (#721)" (#887)Daniel Watkins2021-05-031-80/+3
* Add support to resize rootfs if using LVM (#721)Eduardo Otubo2021-03-301-3/+80
* Make some language improvements in growpart documentation (#649)Shane Frasier2020-11-031-5/+6
* remove unnecessary reboot from gpart resize (#646)Mina Galić2020-11-021-4/+0
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-4/+4
* Move subp into its own module. (#416)Scott Moser2020-06-081-12/+13
* Only use gpart if it is the BSD gpart (#131)Conrad Hoffmann2020-01-141-9/+17
* replace any deprecated log.warn with log.warningDominic Schlegel2019-10-171-1/+1
* freebsd: ability to grow root file systemGonéri Le Bouder2019-05-281-1/+2
* FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser2017-06-151-1/+1
* Fix growpart for some cases when booted with root=PARTUUID.Scott Moser2017-04-211-1/+5
* support resizing partition and rootfs on system booted without initramfs.Steve Langasek2017-03-291-1/+10
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-17/+7
* pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser2016-11-101-0/+1
* Improve module documentation and doc cleanup.Wesley Wiedenmeier2016-09-301-0/+57
* fix some errors reported by pylintScott Moser2016-06-151-5/+5
* growpart: fix specification of 'devices' list.Scott Moser2015-06-161-1/+1
* pylint and long line fixes.Scott Moser2014-01-241-1/+2
* pep8, use which rather than hard coded pathScott Moser2014-01-231-2/+4
* merge from trunkScott Moser2014-01-231-27/+1
|\
| * remove support for resizing via 'parted resizepart'Scott Moser2014-01-171-27/+1
* | new: Touch a reboot-required file to make clear we want a reboot afterHarm Weites2013-12-141-0/+4
* | change: Use util.system_info().Harm Weites2013-12-141-2/+1
* | new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites2013-12-061-2/+38
|/
* cc_growpart: respect /etc/growroot-disabled Scott Moser2013-10-021-0/+7
* cc_growpart: prefer growpart over parted 'resizepart'Scott Moser2013-08-141-2/+4
* add util.log_time helperScott Moser2013-07-301-1/+2
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-191-3/+5
* pep8, pylint, make resize_devices return more usefulScott Moser2013-03-051-34/+68
* change default mode to 'auto'Scott Moser2013-03-051-1/+1
* remove 'log' passing. call growpart with --dry-run first.Scott Moser2013-03-051-7/+20
* change default (no 'growpart' in config) to use 'auto' and '/'Scott Moser2013-03-051-10/+16
* test of resize, a couple small fixesScott Moser2013-03-041-2/+10
* add the unit test, fix a few issuesScott Moser2013-03-041-1/+5