mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Feature #3987: remove explicit loading of scripts_common.sh as it's
already being loaded by tm_common.sh
This commit is contained in:
parent
8490cf3d6a
commit
ed5cc50932
@ -39,7 +39,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -41,7 +41,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -36,7 +36,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
source ${DRIVER_PATH}/../../datastore/libfs.sh
|
||||
|
@ -39,7 +39,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -43,7 +43,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
@ -32,7 +32,7 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
source ${DRIVER_PATH}/../../datastore/libfs.sh
|
||||
source ${DRIVER_PATH}/ceph.conf
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
# -------- Get datastore arguments from OpenNebula core ------------
|
||||
|
||||
|
@ -35,7 +35,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -35,7 +35,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -35,7 +35,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
@ -35,7 +35,6 @@ fi
|
||||
|
||||
DRIVER_PATH=$(dirname $0)
|
||||
|
||||
source $LIB_LOCATION/sh/scripts_common.sh
|
||||
source $TMCOMMON
|
||||
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user