Shireesh Anjal has uploaded a new change for review.

Change subject: engine: Introducing gluster_volume_transport_types table
......................................................................

engine: Introducing gluster_volume_transport_types table

Since a Gluster Volume can have multiple transport types, removed the
column transport_type from gluster_volumes table, and introduced a
table gluster_volume_transport_types for mapping a volume with all of
it's transport types.

Also includes following related changes:
 - changes to fixtures.xml
 - changes to the business entity class GlusterVolumeEntity
 - changes in the GlusterVolume DAO and it's JUnit tests
 - corrected names for the TransportType enum

Temporary changes to ensure build success:

 - CreateGlusterVolumeVDSCommand
 - MainTabVolumeView (webadmin)

Proper changes in these files will be added in subsequent patches.

Change-Id: Icb794396ed09e151d51e05764659c75ec9d4138b
Signed-off-by: Shireesh Anjal <[email protected]>
---
M backend/manager/dbscripts/gluster_volumes_sp.sql
M backend/manager/dbscripts/upgrade/03_01_0690_add_gluster_volume_tables.sql
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterVolumeEntity.java
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/TransportType.java
M 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/gluster/GlusterVolumeDao.java
M 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/gluster/GlusterVolumeDaoDbFacadeImpl.java
M 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/gluster/GlusterVolumeDaoTest.java
M backend/manager/modules/dal/src/test/resources/fixtures.xml
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/CreateGlusterVolumeVDSCommand.java
M 
frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Enums.java
M 
frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/Enums.properties
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabVolumeView.java
12 files changed, 205 insertions(+), 75 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/3493/1
--
To view, visit http://gerrit.ovirt.org/3493
To unsubscribe, visit http://gerrit.ovirt.org/settings

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

Reply via email to