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