Sharad Mishra has posted comments on this change.

Change subject: [WIP] Allow creating ISO domain on localfs This patch allows 
creating ISO domain on localfs. Even though localfs can't be shared among the 
hosts in cluster, it could help in the case of no nfs available. VM can be 
created on the host which has the ISO dom
......................................................................


Patch Set 1: (1 inline comment)

look at AppErrors.properties in userportal-gwtp and webadmin.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddLocalStorageDomainCommand.java
Line 45:             } else {
Line 46:                 setStoragePool(storagePool);
Line 47:             }
Line 48: 
Line 49:             if (retVal && getStorageDomain().getStorageDomainType() != 
StorageDomainType.ISO
Why the check for iso type?
Line 50:                     && storagePool.getstorage_pool_type() != 
StorageType.LOCALFS) {
Line 51:                 
addCanDoActionMessage(VdcBllMessages.ACTION_TYPE_FAILED_STORAGE_POOL_IS_NOT_LOCAL);
Line 52:                 retVal = false;
Line 53:             }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2a8d3ea8ab4ac10353ec8574287458e8eb63e882
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <[email protected]>
Gerrit-Reviewer: Sharad Mishra <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to