Kanagaraj M has uploaded a new change for review. Change subject: restapi: removing access protocols and acl in create volume ......................................................................
restapi: removing access protocols and acl in create volume AccessProtols and AccessControlList(ACL) will inturn converted to volume options nfs.disable and auth.allow respectively. As passing option also supported while creating a volume, it creates confusion when some use both acl and auth.allow. If different values are provided for them, it is difficult to decide which one gets the precedence. Both AccessProtols and AccessControlList is removed from the Volume resource to avoid the conflicts. Change-Id: Ib0dad83cc2e3dc0dfb698677084150d870289eff Signed-off-by: Kanagaraj M <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata_v-3.1.yaml M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendCapabilitiesResource.java M backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/GlusterVolumeMapper.java M backend/manager/modules/restapi/types/src/test/java/org/ovirt/engine/api/restapi/types/GlusterVolumeMapperTest.java 5 files changed, 2 insertions(+), 81 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/6410/1 -- To view, visit http://gerrit.ovirt.org/6410 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib0dad83cc2e3dc0dfb698677084150d870289eff Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
