Closed Bug 836940 Opened 11 years ago Closed 11 years ago

Disable /etc/init.d/auto-update on socorroadm.stage

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)

x86_64
Linux

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: selenamarie, Assigned: bburton)

Details

We need to disable our auto-update script while we test some production problems we've experienced over the last couple of weeks.

Disabling it until 9pm this evening, or until we re-enable it would be great.
Disabled live, will commit to puppet shortly
Assignee: server-ops-webops → bburton
Status: NEW → ASSIGNED
Priority: -- → P3
bburton@voltaire [03:45:12] [~/code/mozilla/sysadmins/puppet/trunk] 
-> % svn ci -m "disabling auto update on socorro stage, bug 836940"
Sending        trunk/modules/webapp/files/socorro-stage/admin/etc-cron.d/auto-update
Transmitting file data .
Committed revision 57526.
notice: /File[/etc/cron.d/auto-update]/content: 
--- /etc/cron.d/auto-update	2013-01-31 15:25:01.000000000 -0800
+++ /tmp/puppet-file20130131-16982-1dfevmn-0	2013-01-31 16:00:11.000000000 -0800
@@ -1,3 +1,6 @@
 MAILTO="cron-socorro@mozilla.com"
 # Auto update stage every 15 minutes
+#
+#
+# disabled for bug 836940
 #*/15 * * * * root /root/bin/auto-update.sh

info: FileBucket adding {md5}3b1a6781479655c02fa8b939fbc29408
info: /File[/etc/cron.d/auto-update]: Filebucketed /etc/cron.d/auto-update to main with sum 3b1a6781479655c02fa8b939fbc29408
notice: /File[/etc/cron.d/auto-update]/content: content changed '{md5}3b1a6781479655c02fa8b939fbc29408' to '{md5}4b58a5924259b00063265adb36861804'
notice: /Stage[main]/Hadoop::Hadoop_client/Exec[install -m 775 -o hdfs -g hadoop -d /var/log/hadoop]/returns: executed successfully
notice: Finished catalog run in 51.66 seconds
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Re-enabled.

selena@wuzetian:~/repos/trunk/modules/webapp/files/socorro-stage/admin/etc-cron.d$ svn diff
Index: auto-update
===================================================================
--- auto-update	(revision 57803)
+++ auto-update	(working copy)
@@ -3,4 +3,4 @@
 #
 #
 # disabled for bug 836940
-#*/15 * * * * root /root/bin/auto-update.sh
+*/15 * * * * root /root/bin/auto-update.sh
selena@wuzetian:~/repos/trunk/modules/webapp/files/socorro-stage/admin/etc-cron.d$ svn commit -m "Re-enabling auto-update for Socorro stage"
Sending        etc-cron.d/auto-update
Transmitting file data .
Committed revision 58491.
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.