Alan Pevec
2008-Nov-13 19:02 UTC
[Ovirt-devel] [PATCH ovirt-node] disable ovirt services not used by stateful Node setup
--- ovirt-listen-awake/ovirt-install-node | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ovirt-listen-awake/ovirt-install-node b/ovirt-listen-awake/ovirt-install-node index fcdf115..d65816f 100755 --- a/ovirt-listen-awake/ovirt-install-node +++ b/ovirt-listen-awake/ovirt-install-node @@ -126,6 +126,10 @@ elif [ "$1" = "stateful" ]; then add_if_not_exist "192.168.50.2 $MGMT_HOST" /etc/hosts chkconfig ovirt-listen-awake on + chkconfig ovirt-early off + chkconfig ovirt off + chkconfig ovirt-post off + chkconfig ovirt-firstboot off chkconfig collectd on chkconfig libvirt-qpid on chkconfig iptables on -- 1.5.6.5