]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update dashboard kcli test env documentation 44857/head
authorNizamudeen A <nia@redhat.com>
Tue, 1 Feb 2022 15:42:14 +0000 (21:12 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 2 Feb 2022 08:20:00 +0000 (13:50 +0530)
Fixes: https://tracker.ceph.com/issues/54105
Signed-off-by: Nizamudeen A <nia@redhat.com>
doc/dev/developer_guide/dash-devel.rst

index 681519634f7f4c4500da45019be0072e2c5228e2..a1639fb2e9f3a23bd4f841e81ae0096e76a9d227 100644 (file)
@@ -446,6 +446,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::