| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
/etc/multipath/wwids is a list of activated multipaths generated by the
multipath tools. If it is missing in the sysimage it will be missing in
the dracut initramfs and that, in rare cases, can cause race between mpath
and lvm during boot.
This is a merge froh rhel6-branch but includes a unit tests of the new
iutil.copy_to_sysimage().
Resolves: rhbz#701371
|
| |
|
|
|
|
|
|
| |
1) Move the functionality from mock.DiskIO to mock.TestCase itself.
2) Use already existing mechanism (tearDownModules()) for cleaning up
after we override functions in widely used modules.
|
|
|
|
| |
Resolves: rhbz#723344
|
|
|
|
|
|
|
|
|
| |
Not a production code change.
Just like the existing DiskIO, it is sufficient for the basic cases but
breaks for more advanced ones.
Related: rhbz#621175
|
|
|
|
| |
Now is possible open empty file with mode 'a'
|
|
|
|
|
|
|
|
| |
Add __enter__() and __exit__() methods into TestFile class.
Rename "IO" to "TestFile".
Add destructor to TestFile and fix open mode "w".
Add destructor to TestFile and fix open for write.
Catch useless exception.
|
| |
|
|
|