summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-01 15:56:05 +0000
committerMatt Wilson <msw@redhat.com>2000-01-01 15:56:05 +0000
commiteade43449acbfd7e6a97e2b5906dcac32eb734d7 (patch)
tree79607f7dcc81ed3dad5cf41cd1c3a0b6f0349403 /fstab.py
parent751de4af96f896364a0ffe67215f960e7640870b (diff)
downloadanaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.tar.gz
anaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.tar.xz
anaconda-eade43449acbfd7e6a97e2b5906dcac32eb734d7.zip
added existingRaidList()
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/fstab.py b/fstab.py
index 22dfe4dbc..81bf3f808 100644
--- a/fstab.py
+++ b/fstab.py
@@ -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()