
This should basically be useful standalone (on bare-bones) nodes, too, to add storage nodes to an OpenStack cluster. Furthermore, try to get rid of some "long line" warnings. Change-Id: I9e6d4131928e81262d6111b92f757ffc0ccc52d2
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
# Devstack settings
|
|
|
|
FILES="${FILES:-${TOP_DIR:-/tmp}/files}"
|
|
TEMPEST_STORAGE_PROTOCOL=iSCSI
|
|
DRBD_DRBDCTRL_VG_SZ=1G
|
|
DRBD_DRBDCTRL_LODEV=loop66
|
|
DRBD_DRBDCTRL_VG=drbdpool
|
|
DRBD_DATA_VG_SZ="${VOLUME_BACKING_FILE_SIZE:-14000M}"
|
|
DRBD_DATA_VG=drbddata
|
|
DRBD_DATA_LODEV=loop67
|