We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3302dc + 1516e72 commit c8df154Copy full SHA for c8df154
1 file changed
lib/etcd3
@@ -29,7 +29,7 @@ ETCD_SYSTEMD_SERVICE="devstack@etcd.service"
29
ETCD_BIN_DIR="$DEST/bin"
30
# Option below will mount ETCD_DATA_DIR as ramdisk, which is useful to run
31
# etcd-heavy services in the gate VM's, e.g. Kubernetes.
32
-ETCD_USE_RAMDISK=$(trueorfalse False ETCD_USE_RAMDISK)
+ETCD_USE_RAMDISK=$(trueorfalse True ETCD_USE_RAMDISK)
33
ETCD_RAMDISK_MB=${ETCD_RAMDISK_MB:-512}
34
35
if is_ubuntu ; then
0 commit comments