diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-12 03:42:32 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-12 03:42:32 +0000 |
commit | d88dc90658206b1e19c867cc2e7e16678ee1d641 (patch) | |
tree | 918260f4754c67fd0a867884f1804355b5e311c3 /lvm.py | |
parent | 7ddaabc4d7568d33d8aa063440f40b4ff47d548f (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ import os,sys import string import math +MAX_LV_SLOTS=256 + output = "/tmp/lvmout" def vgscan(): |