summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_disk_setup.py
AgeCommit message (Expand)Author
2022-02-14use PEP 589 syntax for TypeDict (#1253)Brett Holman
2022-01-31Schema a d (#1211)Chad Smith
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-09-22docs: update cc_disk_setup for fs to raw disk (#1017)James Falcon
2021-08-03Implementing device_aliases as described in docs (#945)Mal Graty
2021-05-07cc_disk_setup.py: remove UDEVADM_CMD definition as not used (#886)dermotbradley
2021-04-22Use `partprobe` to re-read partition table if available (#856)Nicolas Bock
2020-09-21Fix typo in disk_setup module's description (#579)Wacław Schiller
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-03-23cc_disk_setup: fix RuntimeError (#270)Daniel Watkins
2020-02-07cc_disk_setup: add swap filesystem force flag (#207)Ryan Harper
2020-01-07fixed minor bug with mkswap in cc_disk_setup.py (#143)andreaf74
2018-10-11Correct spelling in an error message (udevadm).Katie McLaughlin
2018-04-26net: detect unstable network names and trigger a settle if neededRyan Harper
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-05-26disk_setup: udev settle before attempting partitioning or fs creation.Scott Moser
2017-05-22disk_setup: fix several issues with gpt disk partitions.Scott Moser
2017-05-17Azure: fix reformatting of ephemeral disks on resize to large types.Scott Moser
2017-05-03fs_setup: if cmd is specified, use shell interpretation.Paul Meyer
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24Fix filesystem creation when using "partition: auto"Jonathan Ballet
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22disk_setup: Use sectors as unit when formatting MBR disks with sfdisk.Daniel Watkins
2016-10-25disk-config: udev settle after partitioning in gpt format.Scott Moser
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-09-21Allow ephemeral drive to be unpartitionedPaul Meyer
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-04-04disk_setup: correctly send --force to mkfs on block devicesScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-07-22remove some overly verbose log messagesScott Moser
2015-07-21Extend disk_setup and mounts to handle /dev/disk symlinks.Daniel Watkins
2015-03-18Update is_disk_used for changed enumerate_disk output.Daniel Watkins
2015-02-13fix usage of python2 'print'Scott Moser
2015-01-13Find disk size differently for GPT.Daniel Watkins
2015-01-13Initial run at GPT disk handling.Daniel Watkins
2015-01-13Implement check_partition_gpt_layout.Daniel Watkins
2015-01-13Fix lsblk output option.Daniel Watkins
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2013-10-04pep8 and pylint fixesScott Moser
2013-10-04simplifications and some function renamesScott Moser
2013-10-03Added support for 'ephmeral0.<auto|any|0>' for device mappings in diskBen Howard
2013-10-03Make {pep8,pylint,test} pass commit.Ben Howard
2013-10-03Wrapped use of 'lsblk' to a generator function; removed other fcalls to 'lsblk'Ben Howard
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-03remove verbosity of log.infoScott Moser
2013-10-03use native python code for wiping partition tableScott Moser
2013-10-03fix pep8Scott Moser
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard