diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-01 15:56:05 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-01 15:56:05 +0000 |
commit | eade43449acbfd7e6a97e2b5906dcac32eb734d7 (patch) | |
tree | 79607f7dcc81ed3dad5cf41cd1c3a0b6f0349403 /fstab.py | |
parent | 751de4af96f896364a0ffe67215f960e7640870b (diff) | |
download | anaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.tar.gz anaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.tar.xz anaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.zip |
added existingRaidList()
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -210,6 +210,9 @@ class Fstab: def addExistingRaidDevice(self, raidDevice, mntPoint, fsystem, deviceList): self.existingRaid.append(raidDevice, mntPoint, fsystem, deviceList) + + def existingRaidList(self): + return self.existingRaid def raidList(self): (devices, raid) = self.ddruid.partitionList() |