mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
qa/vstart_runner: copy few more note points from dev guide
The intention behind copying these note points is to document the behaviour of vstart_runner.py inside vstart_runner.py as well so that developer don't miss it out while working on it. Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
7d53423439
commit
8fc635c28c
@ -31,6 +31,15 @@ Alternative usage:
|
||||
Following are few important notes that might save some investigation around
|
||||
vstart_runner.py -
|
||||
|
||||
* If using the FUSE client, ensure that the fuse package is installed and
|
||||
enabled on the system and that "user_allow_other" is added to /etc/fuse.conf.
|
||||
|
||||
* If using the kernel client, the user must have the ability to run commands
|
||||
with passwordless sudo access.
|
||||
|
||||
* A failure on the kernel client may crash the host, so it's recommended to
|
||||
use this functionality within a virtual machine.
|
||||
|
||||
* "adjust-ulimits", "ceph-coverage" and "sudo" in command arguments are
|
||||
overridden by vstart_runner.py. Former two usually have no applicability
|
||||
for test runs on developer's machines and see note point on "omit_sudo"
|
||||
|
Loading…
Reference in New Issue
Block a user