Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
specific option. This change was dropped in 15.10 (LP: #1514485). | |||
2015-08-12 | swap: create swap with fallocate if possible | Scott Moser | |
fallocate is much faster than 'dd' for creating and initializing a swap file. LP: #1482994 | |||
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 | |
This just removes comments '# pylint:' things and other code remnents of pylint. | |||
2013-10-07 | fix bug mounting first partition of a alias'd name. | Scott Moser | |
The expected behavior was that 'ephemeral0' in a mount device entry and ephemeral0 mapped to /dev/xvdb that /dev/xvdb1 or /dev/xvdb would be substituted. Explicitly setting 'ephemeral0.0' would mean only xvdb in this case. LP: #1236594 | |||
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 ↵ | Ben Howard | |
makes it cloud agnostic. | |||
2013-10-02 | Added ability to define disks via 'ephemeralX.Y'. | Ben Howard | |
Modified cc_mounts to identify whether ephermalX is partitioned. Changed datasources for Azure and SmartOS to use 'ephemeralX.Y' format. Added disk remove functionally | |||
2013-03-07 | merge from trunk | Scott Moser | |
2013-03-06 | Continue working on merging code. | Joshua Harlow | |
2013-01-03 | Support for sr[0-9]+ short device names. | Vlastimil Holer | |
2012-10-27 | Helpful cleanups. | harlowja | |
1. Remove the usage of the path.join function now that all code should be going through the util file methods (and they can be mocked out as needed). 2. Adjust all occurences of the above join function to either not use it or replace it with the standard os.path.join (which can also be mocked out as needed) 3. Fix pylint from complaining about the tests folder 'helpers.py' not being found 4. Add a pylintrc file that is used instead of the options hidden in the 'run_pylint' tool. | |||
2012-09-06 | do not convert type None to string in cfgmnt. | Scott Moser | |
LP: #1046946 | |||
2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja | |
2. Fixing up more cloud.path.joins found to use the right ro/rw filename | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-20 | Renamed back to 'cc_*' with the reasoning being that 'cc_' provides | Joshua Harlow | |
some protection against module name collisions when importing. |