Eli Mesika has posted comments on this change. Change subject: engine: add feature comptability check for VDS ......................................................................
Patch Set 7: (2 comments) https://gerrit.ovirt.org/#/c/39756/7/packaging/dbscripts/cluster_features_sp.sql File packaging/dbscripts/cluster_features_sp.sql: Line 97: LANGUAGE plpgsql; Line 98: Line 99: Create or replace function InsertSupportedHostFeature(v_vds_id UUID, Line 100: v_feature VARCHAR(256)) Line 101: RETURNS VOID TWS Line 102: AS $procedure$ Line 103: BEGIN Line 104: INSERT INTO supported_host_features(vds_id, feature) Line 105: VALUES(v_vds_id, v_feature); https://gerrit.ovirt.org/#/c/39756/7/packaging/dbscripts/upgrade/03_06_1290_add_cluster_features_table.sql File packaging/dbscripts/upgrade/03_06_1290_add_cluster_features_table.sql: Line 1: -- ---------------------------------------------------------------------- Line 2: -- tables cluster_features, supported_cluster_features and supported_host_features Line 3: -- Maintans the list of features which are supported by Engine. This is on top of the Maintains Line 4: -- standard cluster compatibility version check. Line 5: -- ---------------------------------------------------------------------- Line 6: Line 7: -- The value of application modes for a feature decides if that feature is available in that application mode. -- To view, visit https://gerrit.ovirt.org/39756 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Icba02b189a169bc676e0c5f47f7aaf394f0b49a6 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ramesh N <rnach...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Ramesh N <rnach...@redhat.com> Gerrit-Reviewer: Sahina Bose <sab...@redhat.com> Gerrit-Reviewer: Shubhendu Tripathi <shtri...@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