Hi guys,
Just a simple question. I'm writing an engine counterpart for this vdsm feature:
https://bugzilla.redhat.com/show_bug.cgi?id=878459
http://gerrit.ovirt.org/#/c/9359
Long story short, it adds the possibility of controlling adding the virtio serial console
to a VM.
I'm going to add a new column "console_enabled" to vm_static and a new field
"bool consoleEnabled" to appropriate entities. I'm just worried about the
naming of the column and the field - could I use these names? Isn't it confusing? I
just want to avoid unneeded refactoring when the patch is done.
Any feedback is welcome!
Thanks,
Frank