Ramesh N has uploaded a new change for review.

Change subject: gluster: Remove RAID types 1,2,5 from the list.
......................................................................

gluster: Remove RAID types 1,2,5 from the list.

  Remove the RAID types 1,2,5 from the list of RAID types from
create brick pop up as they are not recommand for Gluster.

Change-Id: If7c4baf52fba9bc6c8cd704ca6e04e2a5d4d2c02
Bug-Url: https://bugzilla.redhat.com/1209441
Signed-off-by: Ramesh Nachimuthu <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/RaidType.java
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/40841/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/RaidType.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/RaidType.java
index a7d0332..1c9a3e1 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/RaidType.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/RaidType.java
@@ -5,9 +5,6 @@
 public enum RaidType {
     None(-1),
     Raid0(0),
-    Raid1(1),
-    Raid2(4),
-    Raid5(5),
     Raid6(6),
     Raid10(10);
 


-- 
To view, visit https://gerrit.ovirt.org/40841
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7c4baf52fba9bc6c8cd704ca6e04e2a5d4d2c02
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ramesh N <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to