If not specifying an ntp server, the conf file for ntp was incorrect. It resulted in a failure in augtool and caused networking to never start.
This allows us to workaround augeas bug https://bugzilla.redhat.com/show_bug.cgi?id=566844 Signed-off-by: Mike Burns <[email protected]> --- scripts/ovirt-config-networking | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index ec154c2..ee64c98 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -431,7 +431,7 @@ function save_ntp_configuration local ntproot="/files/etc/ntp.conf" printf "\ -rm ${ntproot}\n\n +rm ${ntproot}\n\ set ${ntproot}/driftfile /var/lib/ntp/drift\n\ set ${ntproot}/includefile /etc/ntp/crypto/pw\n\ set ${ntproot}/keys /etc/ntp/keys\n\ -- 1.6.6.1 _______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
