409f33a - Remove redundant import. (amulhern)

Authored and Committed by bcl 9 years ago
    - Remove redundant import. (amulhern)
    - Change inclusion to equality. (amulhern)
    - Round filesystem target size to whole resize tool units. (#1163410) (dlehman)
    - New method to round a Size to a whole number of a specified unit. (dlehman)
    - Fix units for fs min size padding. (dlehman)
    - Disable resize operations on filesystems whose current size is unknown.
      (dlehman)
    - Run fsck before obtaining minimum filesystem size. (#1162215) (dlehman)
    - Fix setupDiskImages when the devices are already in the tree. (dlehman)
    - Make logging a little less verbose and more useful in FS.mount() (amulhern)
    - Make selinux test less precise. (amulhern)
    - Do not translate empty strings, gettext translates them into system
      information (vtrefny)
    - Add a tearDown method to StorageTestCase. (dlehman)
    - Remove pointless assignment to _formattable in Iso9660FS. (amulhern)
    - Remove BTRFS._resizeArgs() (amulhern)
    - Add more arguments to mpathconf (#1154347) (dshea)
    - Check the minimum member size for BtrfsVolumeDevices. (amulhern)
    - Get rid of FS._getRandomUUID() method. (amulhern)
    - Eliminate TmpFS.minSize() (amulhern)
    - Don't run selinux context tests when selinux is disabled. (dlehman)
    - Temporarily disable a test that isn't working. (dlehman)
    - Pass a path (not a name) to devicePathToName. (dlehman)
    - devicePathToName should default to returning a basename. (dlehman)
    - Fix test that guards forcible removal of dm partition nodes. (dlehman)
    - Device status can never be True for non-existent devices. (#1156058)
      (dlehman)
    - Use super to get much-needed MRO magic in constructor. (#1158968) (dlehman)
    
        
file modified
+1 -0
file modified
+31 -1
file modified
+1 -1