| a7478ad1 | 15-Mar-2018 |
Andriy Gapon <[email protected]> |
zfs test suite: support device paths with intermediate directories
The code assumed that disks (devices) used for testing are always named like /dev/foo, but there is no reason for that restriction
zfs test suite: support device paths with intermediate directories
The code assumed that disks (devices) used for testing are always named like /dev/foo, but there is no reason for that restriction and we can easily support paths like /dev/stripe/bar.
show more ...
|
| bafadcd5 | 15-Mar-2018 |
Andriy Gapon <[email protected]> |
zfs test suite: align zfs_destroy_005_neg: with upstream
The change is to account for a different order in which the recursive destroy may be attempted. If we first try a dataset that can be destro
zfs test suite: align zfs_destroy_005_neg: with upstream
The change is to account for a different order in which the recursive destroy may be attempted. If we first try a dataset that can be destroyed then it will be destroyed, but if we first try a dataset that cannot be destroyed then we will not attempt to destroy the other dataset.
show more ...
|