<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 20, 2015 at 4:00 PM, zhukaijie <span dir="ltr">&lt;<a href="mailto:kjzhu14@is.ac.cn" target="_blank">kjzhu14@is.ac.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, recently I have read something about VM custom properties. There is a question I&#39;m thinking about. If a VM A has a custom property named  PARAM. I set VM A&#39;S PARAM a value. Then before I start the VM from web, where is the PARAM value stores? Does it store in Postgresql? Thank you.<br></blockquote><div><br><div class="gmail_default" style="font-size:small">​if you do: edit-vm to set the property value, then it is saved in the db,<br></div><div class="gmail_default" style="font-size:small">you can see it by running the following in the db:<br></div> select vm_name,userdefined_properties,predefined_properties from vms ;<br><br><div class="gmail_default" style="font-size:small">​if you set the property value in run-once, then the value is not saved in the db,<br></div><div class="gmail_default" style="font-size:small">and passed to the host as part of the run (&#39;create&#39;) command.<br>​</div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/devel</a><br>
</blockquote></div><br></div></div>