Description of problem: After install ovirt-node, there is no info stored successfully in /etc/default/ovirt .Such as OVIRT_INIT is empty string... Version-Release number of selected component (if applicable): Latest. How reproducible: 100% Steps to Reproduce: 1.install ovirt-node 2.check /etc/default/ovirt 3. Actual results: Expected results: Info specified when install the ovirt-node is stored in the /etc/default/ovirt Additional info: Nothing is stored in /etc/default/ovirt
I found it is beacause of the call of functions.disable_firstboot() in function ovirt_boot_setup. But why we rase what we wrote to the /etc/default/ovirt in first step?
We intentionally remove init from that file to avoid issues with installation loops. It is only useful during the install process, but having it there during the normal boot can cause the system to reinstall and enter a loop or reinstall/reboot. Other information in the default file is used at runtime, but the OVIRT_INIT value is not.