c148c01 - Remove extra quotes from the xfs_db arguments. (dshea)

Authored and Committed by bcl 9 years ago
    - Remove extra quotes from the xfs_db arguments. (dshea)
    - Factor duplicate code in __deepcopy__ methods into one method (#1095244)
      (amulhern)
    - Rearrange code related to handleUdevDeviceFormat() (#1095329) (amulhern)
    - Make dumpState catch and log all AttributeErrors (#1095329) (amulhern)
    - Add sectorSize property to catch and handle missing partedDevice (#1095329)
      (amulhern)
    - Get rid of remaining uses of spec keyword for Size() in examples directory.
      (amulhern)
    - Generalize false positive regular expression for multiple pylint versions
      (amulhern)
    - Do not run some tests unless running on Jenkins. (amulhern)
    - Miscellaneous pylint fixes. (amulhern)
    - Globally disable pointless string statement warning (amulhern)
    - Disable unused argument warning for 'args' in TmpFSDevice constructor
      (amulhern)
    - Omit 'args' parameter from formats constructors (amulhern)
    - Disabled unused argument warning for kwargs in formats.destroy() (amulhern)
    - Omit *args from parameters for format.create() and formats.destroy()
      (amulhern)
    - Omit *args from parameters in formats.setup() (amulhern)
    - Make formats.teardown() not take any extra parameters. (amulhern)
    - Make formats.mount use explicit keywords instead of kwargs. (amulhern)
    - Remove non-self params from FS.doResize method (amulhern)
    - Make doFormat use regular style keyword parameters (amulhern)
    - Do not use *args, **kwargs idiom in scheduleCreateFormat. (amulhern)
    - Do not use *args, **kwargs idiom in various schedule* auxiliary test methods.
      (amulhern)
    - Remove upgrading param from turnOnSwap() (amulhern)
    - Disable unused-argument warning (amulhern)
    - Disable pylint unused-argument warning. (amulhern)
    
        
file modified
+1 -0
file modified
+34 -1
file modified
+1 -1