Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: use pvcreate with a timeout and verbose logging
the pvcreate call gives us problems, and different problems on different platforms. Use `timeout 30s` to avoid hangs when it tries to read from stdin. Use verbose `-vvv` to figure out why it hangs/fails. Use `-y` to make it not ask questions and continue anyway. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information