Martin Sivák has posted comments on this change.

Change subject: core: Clean pending memory and CPUs only during init
......................................................................


Patch Set 1: Verified+1

Verified by manually injecting values in the db and rebooting the engine.

engine=> update vds_dynamic set pending_vmem_size=1000, pending_vcpus_count=1;
UPDATE 2

engine=> select vds_id, pending_vmem_size, pending_vcpus_count from 
vds_dynamic; 
                vds_id                | pending_vmem_size | pending_vcpus_count 
--------------------------------------+-------------------+---------------------
 9a1c4eaf-c70c-42cb-ad9c-8fb26d17a987 |              1000 |                   1
 d71f0686-e469-4bff-8dc8-cc621252fb00 |              1000 |                   1
(2 řádky)

Engine reboot...

engine=> select vds_id, pending_vmem_size, pending_vcpus_count from vds_dynamic;
                vds_id                | pending_vmem_size | pending_vcpus_count 
--------------------------------------+-------------------+---------------------
 9a1c4eaf-c70c-42cb-ad9c-8fb26d17a987 |                 0 |                   0
 d71f0686-e469-4bff-8dc8-cc621252fb00 |                 0 |                   0
(2 řádky)

-- 
To view, visit http://gerrit.ovirt.org/21514
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I84c2ba29368c0b6bc400087512d7b3a68c5c8f5c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to