]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update dashboard kcli test env documentation 44938/head
authorNizamudeen A <nia@redhat.com>
Tue, 1 Feb 2022 15:42:14 +0000 (21:12 +0530)
committerNizamudeen A <nia@redhat.com>
Tue, 8 Feb 2022 09:19:08 +0000 (14:49 +0530)
Fixes: https://tracker.ceph.com/issues/54105
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 8feb2b8fe03f0c06a0ab09328ca8df0dfe8c0de9)

doc/dev/developer_guide/dash-devel.rst

index 8a1989efedc9e005bedb2765850e05913954fc76..29974555a3e51944cf33ba859697435989c8d4e5 100644 (file)
@@ -445,6 +445,14 @@ Start E2E tests by running::
   $ sudo chown -R $(id -un) src/pybind/mgr/dashboard/frontend/{dist,node_modules,src/environments}
   $ ./src/pybind/mgr/dashboard/ci/cephadm/run-cephadm-e2e-tests.sh
 
+Note:
+  In fedora 35, there can occur a permission error when trying to mount the shared_folders. This can be
+  fixed by running::
+
+    $ sudo setfacl -R -m u:qemu:rwx <abs-path-to-your-user-home>
+
+  or also by setting the appropriate permission to your $HOME directory
+
 You can also start a cluster in development mode (so the frontend build starts in watch mode and you
 only have to reload the page for the changes to be reflected) by running::