Sahina Bose has posted comments on this change.

Change subject: engine: Allow simultaneous add of gluster host
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/35635/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVdsCommand.java:

Line 399:             if (vds.getStatus() != VDSStatus.Installing &&
Line 400:                     vds.getStatus() != VDSStatus.InstallingOS &&
Line 401:                     vds.getStatus() != VDSStatus.PendingApproval &&
Line 402:                     vds.getStatus() != VDSStatus.Initializing)
Line 403:                 return true;
> so why pendingApproval?
IIUC, Pending Approval is when the oVirt node registers itself to engine. So 
this is again a new node that's getting added to the cluster and treated like 
other states. Let me know if my understanding is wrong
Line 404:         }
Line 405:         return false;
Line 406:     }
Line 407: 


-- 
To view, visit http://gerrit.ovirt.org/35635
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3f1f81c90d2ec727159a2ed4d147a0acffd60ab9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to