Ramesh N 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 Done 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 Done 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 <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
