Adding the --nolockdep option to the vstart command
seems to fix the current issue where vstart just
hangs at the dashboard ac-user-create command.
Hopefully we can get the e2e tests to run again
in Jenkins by applying this change.
Note that this might be a workaround only.
Fixes: https://tracker.ceph.com/issues/40688
Signed-off-by: Laura Paduano <lpaduano@suse.com>
BUILD_DIR=`pwd`
if [ "$BASE_URL" == "" ]; then
- MGR=2 RGW=1 ../src/vstart.sh -n -d
+ MGR=2 RGW=1 ../src/vstart.sh -n -d --nolockdep
sleep 10
# Create an Object Gateway User