| If shell_exec(""""virsh -c qemu:///system net-info default"""") is null, then it's missing. | | If shell_exec(""""virsh -c qemu:///system net-info default"""") is null, then it's missing. |
- | If it exits, then the app may also check its activeness, as inactive default setting may also hinders prober functionality of Kimchi (this needs farther testing). |
+ | If it exits, then the app should also check its activeness, as inactive default setting may also hinders prober functionality of Kimchi (see #3 below). |
| 2. Check for pool default setting: | | 2. Check for pool default setting: |
| virsh -c qemu:///system net-autostart default | | virsh -c qemu:///system net-autostart default |
- | Adding the net setting may result in conflict between ClearOS' dnsmasq and Libvirtd's dnsmasq as explained here: https://wiki.libvirt.org/page/Libvirtd_and_dnsmasq . The app can adopt the solution in the given link, but I'm not sure how this solution will affect ClearOS. So, this also needs farther testing. |
+ | Adding the net setting may result in conflict between ClearOS' dnsmasq and Libvirtd's dnsmasq as explained here: https://wiki.libvirt.org/page/Libvirtd_and_dnsmasq . The app can adopt the solution in the given link, but I'm not sure how this solution will affect ClearOS. So, this needs farther testing. |
| 4. Add pool default settings: | | 4. Add pool default settings: |