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