summaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorErnesto Puerta <epuertat@redhat.com>2021-04-06 13:45:15 +0200
committerErnesto Puerta <epuertat@redhat.com>2021-04-06 13:45:15 +0200
commit2c2a397f84455147e1cc5c7b5fc1289e47bbe5ee (patch)
tree64dba623513af825df6b0d92a41ed2dad7af18cf /make-dist
parentMerge pull request #40584 from smithfarm/wip-denc-fix (diff)
downloadceph-2c2a397f84455147e1cc5c7b5fc1289e47bbe5ee.tar.xz
ceph-2c2a397f84455147e1cc5c7b5fc1289e47bbe5ee.zip
mgr/dashboard: debug nodeenv hangs
Increase verbosity in nodeenv command for debugging purposes. Fixes: https://tracker.ceph.com/issues/50044 Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 043f3271b56..991c1bf90e2 100755
--- a/make-dist
+++ b/make-dist
@@ -101,7 +101,7 @@ build_dashboard_frontend() {
$CURR_DIR/src/tools/setup-virtualenv.sh $TEMP_DIR
$TEMP_DIR/bin/pip install nodeenv
- $TEMP_DIR/bin/nodeenv -p --node=12.18.2
+ $TEMP_DIR/bin/nodeenv --verbose -p --node=12.18.2
cd src/pybind/mgr/dashboard/frontend
. $TEMP_DIR/bin/activate