From 8feb2b8fe03f0c06a0ab09328ca8df0dfe8c0de9 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Tue, 1 Feb 2022 21:12:14 +0530 Subject: [PATCH] doc: update dashboard kcli test env documentation Fixes: https://tracker.ceph.com/issues/54105 Signed-off-by: Nizamudeen A --- doc/dev/developer_guide/dash-devel.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dev/developer_guide/dash-devel.rst b/doc/dev/developer_guide/dash-devel.rst index 681519634f7f4..a1639fb2e9f3a 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:: -- 2.39.5