[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Reference the format by type, not name.(#492596)



Looks good,

Regards,

Hans


On 03/30/2009 01:56 PM, Joel Granados Moreno wrote:
---
  iw/partition_gui.py |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 6ce1b11..3f7aa95 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1284,7 +1284,7 @@ class PartitionWindow(InstallWindow):
                                                 size=200)
  	    rc = self.editPartition(member,
                                      isNew = 1,
-                                    restrictfs=["software RAID"])
+                                    restrictfs=["mdmember"])
  	elif createRAIDdev.get_active():
  	    array = self.storage.newMDArray(fmt_type=self.storage.defaultFSType)
  	    self.editRaidArray(array, isNew=1)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]