Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-02 | fix permission changes | Scott Moser | |
2013-10-01 | Reordered several imports in order for test suite to pass. | Eric Nordlund | |
2013-09-27 | find_device_node: treat label=None as label="" | Scott Moser | |
Since for a string there is no difference, we're just checking for this here. | |||
2013-09-27 | change LOG.debug('format' % var) to ('format', var) | Scott Moser | |
2013-09-27 | fix one bug | Scott Moser | |
2013-09-27 | demote .info to .debug, add another debug | Scott Moser | |
2013-09-27 | adjust aliases early rather than late. | Scott Moser | |
this adds 2 functions update_disk_setup_devices update_fs_setup_devices Which update the appropriate datatype, and translate the names. Translating early means we don't have to deal with updating in the mkfs or mkpart calls explicitly. These are more easily unit tested as they just take a dictionary of the expected type and a 'transformer' that should return a new name or None. | |||
2013-09-27 | update to get functional with any alias in a 'device' entry | Scott Moser | |
2013-09-27 | fix syntax error in last commit | Scott Moser | |
2013-09-27 | fix probably debug code that explicitly set 'partition' to 'any'. | Scott Moser | |
2013-09-19 | Fixes for the MP. | Ben Howard | |
Changed cc_disk_setup to handle the file systems as a label, no longer passing "log" around. Tidied up the documentation to reflect the changes and made grammer, spelling and improved the content a little. Added disk_setup to the default modules list. | |||
2013-09-11 | Initial cut at disk partition support. | Ben Howard | |