Merge "XenServer: the cron job shouldn't print debug text into stderr"

This commit is contained in:
Jenkins 2015-10-22 16:44:28 +00:00 committed by Gerrit Code Review
commit 0afcac2e01

View File

@ -79,7 +79,7 @@ function configure_nova_hypervisor {
# Create a cron job that will rotate guest logs
$ssh_dom0 crontab - << CRONTAB
* * * * * /root/rotate_xen_guest_logs.sh
* * * * * /root/rotate_xen_guest_logs.sh >/dev/null 2>&1
CRONTAB
# Create directories for kernels and images