Last modified: 2012-06-22 10:08:22 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T39116, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37116 - disable recursive chmod on nfs-memc:/mnt/export
disable recursive chmod on nfs-memc:/mnt/export
Status: RESOLVED FIXED
Product: Wikimedia Labs
Classification: Unclassified
deployment-prep (beta) (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-25 13:14 UTC by Antoine "hashar" Musso (WMF)
Modified: 2012-06-22 10:08 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Antoine "hashar" Musso (WMF) 2012-05-25 13:14:17 UTC
Caught that job:


  827 ?        Ss     0:04 cron
26116 ?        S      0:00  \_ CRON
26117 ?        Ss     0:00      \_ /bin/sh -c /var/fs
26118 ?        S      0:00          \_ /bin/sh /var/fs
26331 ?        D      0:01              \_ chmod g+rw -R /mnt/export


On deployment-nfs-memc. I suspect it to slowdown the deployment-prep project.
Comment 1 Antoine "hashar" Musso (WMF) 2012-05-25 13:17:32 UTC
I have disabled the script /var/fs by adding an early `exit 0`.

Need to find out which cron trigger the job though.

operations done by the /var/fs script are:

chgrp depops -R /mnt/export
chgrp www-data -R /mnt/upload
chmod g+w -R /mnt/upload
chmod g+rw -R /mnt/export
Comment 2 Antoine "hashar" Musso (WMF) 2012-06-22 10:08:22 UTC
The cron entry was in /etc/crontab :


15:00 * * * * root /var/fs

I have removed the cron entry as well as the script.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links