Revision 3736cb6b

b/Makefile.am
316 316
	  echo "KVM_PATH = '$(KVM_PATH)'"; \
317 317
	  echo "KVM_MIGRATION_PORT = '$(KVM_MIGRATION_PORT)'"; \
318 318
	  echo "SOCAT_PATH = '$(SOCAT_PATH)'"; \
319
	  echo "LVM_STRIPECOUNT = $(LVM_STRIPECOUNT)" ; \
319 320
	} > $@
320 321

  
321 322
$(REPLACE_VARS_SED): Makefile stamp-directories
b/configure.ac
119 119
  [socat_path="/usr/bin/socat"])
120 120
AC_SUBST(SOCAT_PATH, $socat_path)
121 121

  
122
# ---with-lvm-stripecount=...
123
AC_ARG_WITH([lvm-stripecount],
124
  [AS_HELP_STRING([--with-lvm-stripecount=NUM],
125
    [the number of stripes to use for LVM volumes]
126
    [ (default is 3)]
127
  )],
128
  [lvm_stripecount="$withval"],
129
  [lvm_stripecount="3"])
130
AC_SUBST(LVM_STRIPECOUNT, $lvm_stripecount)
131

  
122 132
# Check common programs
123 133
AC_PROG_INSTALL
124 134
AC_PROG_LN_S
b/lib/constants.py
245 245
BIND_ADDRESS_GLOBAL = "0.0.0.0"
246 246
MIN_VG_SIZE = 20480
247 247
DEFAULT_MAC_PREFIX = "aa:00:00"
248
LVM_STRIPECOUNT = _autoconf.LVM_STRIPECOUNT
248 249

  
249 250
# RPC constants
250 251
(RPC_ENCODING_NONE,

Also available in: Unified diff