Eli Mesika has posted comments on this change.

Change subject: core: Add storage space thresholds support
......................................................................


Patch Set 19:

(2 comments)

https://gerrit.ovirt.org/#/c/35277/19/packaging/dbscripts/upgrade/03_06_0930_add_thresholds_to_storage_domain_static.sql
File 
packaging/dbscripts/upgrade/03_06_0930_add_thresholds_to_storage_domain_static.sql:

Line 4: UPDATE storage_domain_Static
Line 5:   SET low_space_threshold=cast((
Line 6:        SELECT option_value
Line 7:        FROM vdc_options
Line 8:        WHERE option_name='LowSpaceThreshold') AS INTEGER),
please add "and version='general'"
Line 9:         critical_space_threshold=cast((
Line 10:        SELECT option_value
Line 11:        FROM vdc_options


Line 8:        WHERE option_name='LowSpaceThreshold') AS INTEGER),
Line 9:         critical_space_threshold=cast((
Line 10:        SELECT option_value
Line 11:        FROM vdc_options
Line 12:        WHERE option_name='CriticalSpaceThreshold') AS INTEGER);
please add "and version='general'"


-- 
To view, visit https://gerrit.ovirt.org/35277
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I19621dfc770c69003d731a7593d037d7d4040a82
Gerrit-PatchSet: 19
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Idan Shaby <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Vered Volansky <[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

Reply via email to