]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
dashboard: fix the workaround for unpacking node sources 63435/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 21 May 2025 21:46:40 +0000 (17:46 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 22 May 2025 16:06:35 +0000 (12:06 -0400)
commit3a36180a373d91adcf9726660204f0cc1dcecba3
tree03fcaedddea3b49d56e27a4ec20f6d78159adab3
parent19c3b84f49d328011a68bda7b74c22a0af25fad3
dashboard: fix the workaround for unpacking node sources

My previous workaround in the dashboard for the unpacking of non-root
own tarball as the fake root of a container did not work because of the
strange quoting/escaping behavior of cmake (it tried to run `id -u` as a
single command, not a command and an argument).
Use single quoted string and old school backticks to work around this issue.

Fixes: 24dbfb5da4813c6588f9cd199b9f527bb67f1e88
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/dashboard/frontend/CMakeLists.txt