mirror of
https://github.com/ceph/ceph
synced 2024-12-25 21:03:31 +00:00
mgr/dashboard: Add nolockdep option to e2e-script (#28981)
mgr/dashboard: Add nolockdep option to e2e-script Reviewed-by: Alfonso Martínez <almartin@redhat.com> Reviewed-by: Sebastian Wagner <swagner@suse.com>
This commit is contained in:
commit
2101028028
@ -43,7 +43,7 @@ cd ../../../../build
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user