mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Add device creation to basic nightly test.
Ensure we can create devices for use in tests before running the real tests. This may in various cases, and may involve machine configuration rather than a failure in some specific test. For example, if a test is run with LVM_TEST_DIR=/tmp, selinux is enabled, and the default security context is set to "<<none>>" for /tmp, all the tests will fail, unable to create devices, since dmsetup will fail, a result of machpathcon() returning an error code. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
parent
c407d2bd11
commit
3332edacb9
@ -24,3 +24,7 @@ mknod $DM_DEV_DIR/null c 1 3 ||
|
||||
error "Can't create nodes on filesystem"
|
||||
echo >$DM_DEV_DIR/null ||
|
||||
error "Filesystem for tests does not allow using device nodes (check nodev)"
|
||||
|
||||
# ensure we can create devices (uses dmsetup, etc)
|
||||
aux prepare_devs 5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user