Closed
Bug 428093
Opened 17 years ago
Closed 17 years ago
Add locks around rsyncs of mozilla-releases and mozilla-current on dm-stage01
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: xb95)
Details
With dm-stage01 rsyncing from dm-stage02 on a 15 minute cron-period, we can end up with more than one sync running for a module. This happens particularly when a big chunk of bits is pushed for a release. Could we get some lock's around this to prevent churn ?
Updated•17 years ago
|
Assignee: server-ops → justdave
Assignee | ||
Comment 2•17 years ago
|
||
This is done:
/root/bin/sync-stage1-current
/root/bin/sync-stage1-releases
Are scripts setup that do locking around the rsync. Updated the cron to use these scripts instead of calling rsync directly. Still happens every 15 minutes.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•