]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/vstart_runner: copy few more note points from dev guide
authorRishabh Dave <ridave@redhat.com>
Mon, 2 Aug 2021 17:54:52 +0000 (23:24 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 2 May 2022 14:55:19 +0000 (20:25 +0530)
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>
qa/tasks/vstart_runner.py

index f2fe25c626f24eab8504851ddf78a28c2a088667..55a77f6899fb0e81eec3a08bb0c4c4e6805e896e 100644 (file)
@@ -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"