summaryrefslogtreecommitdiffstats
path: root/lvm.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-06-12 03:42:32 +0000
committerMike Fulbright <msf@redhat.com>2002-06-12 03:42:32 +0000
commitd88dc90658206b1e19c867cc2e7e16678ee1d641 (patch)
tree918260f4754c67fd0a867884f1804355b5e311c3 /lvm.py
parent7ddaabc4d7568d33d8aa063440f40b4ff47d548f (diff)
downloadanaconda-d88dc90658206b1e19c867cc2e7e16678ee1d641.tar.gz
anaconda-d88dc90658206b1e19c867cc2e7e16678ee1d641.tar.xz
anaconda-d88dc90658206b1e19c867cc2e7e16678ee1d641.zip
add constant for max LV slots
Diffstat (limited to 'lvm.py')
-rw-r--r--lvm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lvm.py b/lvm.py
index 998ba8225..67b4f6bef 100644
--- a/lvm.py
+++ b/lvm.py
@@ -16,6 +16,8 @@ import os,sys
import string
import math
+MAX_LV_SLOTS=256
+
output = "/tmp/lvmout"
def vgscan():