[blivet 0/6] Preliminary work for adding a btrfs.resize method

David Lehman dlehman at redhat.com
Thu Dec 12 15:46:24 UTC 2013


On Wed, 2013-12-11 at 10:06 -0500, mulhern wrote:
> These are all cleanup, preparatory to writing and testing a btrfs.resize method.

These look fine to me.

> 
> The first couple are obvious cleanup of some tests that require being run as
> root and will run along with the new btrfs tests if called in the usual
> way from the makefile, or else they are connected with that in some way.
> 
> 1) probably unimportant.
> 2) this method is dead.
> 3) just a lot of tests that actually execute btrfs commands on an image. Probably innocuous.
> 4) trivial.
> 5) trivial.
> 6) Really just work on the tests. 
> 
> mulhern (6):
>   Changes to devicelibs.mdraid.mdactivate.
>   Remove format.luks.LUKS.removeKeyFromFile.
>   Add a file to run btrfs tests.
>   Add a comment to btrfs.create_volume.
>   Remove some methods from devicelibs.btrfs.
>   Work on devicelibs.btrfs methods that require that the device be
>     mounted.
> 
>  blivet/devicelibs/btrfs.py           |  35 +++++--
>  blivet/devicelibs/mdraid.py          |  22 ++--
>  blivet/formats/luks.py               |  17 ----
>  tests/devicelibs_test/btrfs_test.py  | 190 +++++++++++++++++++++++++++++++++++
>  tests/devicelibs_test/mdraid_test.py |  25 ++---
>  5 files changed, 241 insertions(+), 48 deletions(-)
>  create mode 100755 tests/devicelibs_test/btrfs_test.py
> 




More information about the anaconda-patches mailing list