Volans has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/347343 )

Change subject: Send output of systemctl to /dev/null
......................................................................


Send output of systemctl to /dev/null

Change-Id: I5d7bc97b7374d9a47f9847615538877b26ffd27b
---
M switchdc/stages/t09_start_maintenance.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Volans: Looks good to me, approved



diff --git a/switchdc/stages/t09_start_maintenance.py 
b/switchdc/stages/t09_start_maintenance.py
index 07b3042..8dfda26 100644
--- a/switchdc/stages/t09_start_maintenance.py
+++ b/switchdc/stages/t09_start_maintenance.py
@@ -21,7 +21,7 @@
 
     # Verify
     remote.select(jobrunners)
-    remote.async('service jobrunner status', 'service jobchron status', 
is_safe=True)
+    remote.async('service jobrunner status > /dev/null', 'service jobchron 
status > /dev/null', is_safe=True)
 
     # Verify that the crontab has entries
     remote.select(maintenance)

-- 
To view, visit https://gerrit.wikimedia.org/r/347343
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5d7bc97b7374d9a47f9847615538877b26ffd27b
Gerrit-PatchSet: 1
Gerrit-Project: operations/switchdc
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to