Vered Volansky 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'"
Done
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'"
Done


-- 
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 <vvola...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: Vered Volansky <vvola...@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

Reply via email to