diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-07 21:45:27 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-07 21:45:27 +0000 |
commit | 2eb13569b277be116296546f1ead5f83d36fc0c1 (patch) | |
tree | 281cd12d3ededcdefbd976b35d1872ba9b799e65 /fsset.py | |
parent | cfbad9f6497266eb93e8e1c326ded60b69d51cc0 (diff) | |
download | anaconda-2eb13569b277be116296546f1ead5f83d36fc0c1.tar.gz anaconda-2eb13569b277be116296546f1ead5f83d36fc0c1.tar.xz anaconda-2eb13569b277be116296546f1ead5f83d36fc0c1.zip |
note to self
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1029,6 +1029,9 @@ class Device: return self.__class__.__name__ class RAIDDevice(Device): + # XXX usedMajors does not take in account any EXISTING md device + # on the system for installs. We need to examine all partitions + # to investigate which minors are really available. usedMajors = {} # members is a list of Device based instances that will be |