summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_mounts.py
AgeCommit message (Expand)Author
2021-08-03Implementing device_aliases as described in docs (#945)Mal Graty
2020-10-20cc_mounts: correctly fallback to dd if fallocate fails (#585)Daniel Watkins
2020-08-18Detect kernel version before swap file creation (#428)Eduardo Otubo
2020-07-10cc_mounts: handle missing fstab (#484)Ryan Harper
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-04-15cc_mounts: fix incorrect format specifiers (#316)Daniel Watkins
2020-04-14swap file "size" being used before checked if str (#315)Eduardo Otubo
2020-04-02Add support for NFS/EFS mounts (#300)Andrew Beresford
2020-02-13docs: mount_default_files is a list of 6 items, not 7 (#212)Chad Smith
2020-01-23Do not use fallocate in swap file creation on xfs. (#70)Eduardo Otubo
2019-10-17replace any deprecated log.warn with log.warningDominic Schlegel
2019-05-08cc_mounts: check if mount -a on no-change fstab pathJason Zions (MSFT)
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-05-16flake8: fix flake8 errors in previous commit.Scott Moser
2018-05-16typos: Fix spelling mistakes in cc_mounts.py log messagesStephen Ford
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19doc: change 'nobootwait' to 'nofail' in docsAnhad Jai Singh
2016-12-11mounts: use mount -a again to accomplish mountsScott Moser
2016-11-18Add activate_datasource, for datasource specific code paths.Scott Moser
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-09-20Adjust mounts and disk configuration for systemd.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-11-09With Ubuntu 15.10, "nobootwait" != "nofail". The "nobootwait" was an UbuntuBen Howard
2015-08-12swap: create swap with fallocate if possibleScott Moser
2015-07-21Extend disk_setup and mounts to handle /dev/disk symlinks.Daniel Watkins
2015-07-21Refactor cc_mounts.sanitize_devname to make it easier to modify.Daniel Watkins
2014-10-01return only the filename, as it might be all knownScott Moser
2014-10-01message clean upScott Moser
2014-10-01remove debug printScott Moser
2014-10-01fixScott Moser
2014-10-01check for existing file in /proc/swaps to be safe.Scott Moser
2014-10-01pyflakesScott Moser
2014-10-01handle non-dictionary 'swap' inputScott Moser
2014-10-01nice log messageScott Moser
2014-10-01add debug statement for recommendedScott Moser
2014-10-01maxsize must be 'None' otherwise it is zero, and no swap allowedScott Moser
2014-09-30support human2bytes, separate handling out to methodScott Moser
2014-09-30add code for setting up swap fileScott Moser
2014-08-26further remove evidence of pylint.Scott Moser
2013-10-07fix bug mounting first partition of a alias'd name.Scott Moser
2013-10-07Fixed bad ehpemeral0 first partition detection (LP: #1236594)Ben Howard
2013-10-04pep8 and pylint fixesScott Moser
2013-10-04Fixed up issue with attempt to mount nonexistant swapBen Howard
2013-10-04remove duplicate codeScott Moser
2013-10-04try to support ephemeral0.1 in cc_mountsScott Moser
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard