]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: start node virtual-env after starting ceph cluster pyo3-tentacle 66794/head
authorNizamudeen A <nia@redhat.com>
Thu, 6 Nov 2025 04:53:47 +0000 (10:23 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 8 Jan 2026 10:32:13 +0000 (16:02 +0530)
commit411fcaa78fcf75392dd235533ba9b8d351971b08
treeb4ee0f6809a4484644e53ec1053c163e8e56d9ef
parent6f45a56fc16e1aae072ec7e9449fa0712a02b532
mgr/dashboard: start node virtual-env after starting ceph cluster

in frontend e2e.sh file, we don't need to start the node venv early on
before the ceph cluster is started. we only need it for the `npm` or
`npx` commands. Starting node virtual env and then starting ceph will
cause the ceph cluster to assume the node-env python as the python
environment which breaks the cryptotools call.

So moving the node-env venv start after the ceph is created

Fixes: https://tracker.ceph.com/issues/73804
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit a56ae5b0e6d1ed035fbb93591fea7e27858004e5)
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh