From: Nizamudeen A Date: Tue, 1 Feb 2022 15:42:14 +0000 (+0530) Subject: doc: update dashboard kcli test env documentation X-Git-Tag: v18.0.0~1449^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8feb2b8fe03f0c06a0ab09328ca8df0dfe8c0de9;p=ceph.git doc: update dashboard kcli test env documentation Fixes: https://tracker.ceph.com/issues/54105 Signed-off-by: Nizamudeen A --- diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 681519634f7f..a1639fb2e9f3 100644 --- a/doc/dev/developer_guide/dash-devel.rst +++ b/doc/dev/developer_guide/dash-devel.rst @@ -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 + + 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::