Tomas Jelinek has posted comments on this change.

Change subject: frontend: disable stateless mode for diskless vm
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
Line 838:                 RunOnceModel runOnceModel = (RunOnceModel) 
userPortalListModel.getWindow();
Line 839: 
Line 840:                 if (vmDisks.isEmpty()) {
Line 841:                     
runOnceModel.getRunAsStateless().setIsChangable(false);
Line 842:                     
runOnceModel.getRunAsStateless().setChangeProhibitionReason("Diskless Virtual 
Machine cannot run in stateless mode"); //$NON-NLS-1$
ok, if it will be done in a separate patch, I'm OK with this for now
Line 843:                     runOnceModel.getRunAsStateless().setEntity(false);
Line 844:                 }
Line 845: 
Line 846:                 boolean hasBootableDisk = false;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I54a3c720edf863dcbc520ef41194d3816f9a0048
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Tomas Jelinek <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to