Closed
Bug 1020901
Opened 11 years ago
Closed 11 years ago
oddity with symbols_upload symlink in Stage
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmaher, Unassigned)
Details
Something is causing the symbols_upload symlink in stage (which was previously functional) to be removed and replaced with an actual directory, with said symlink underneath.
Before:
[dmaher@socorro2.stage.webapp.phx1 media]$ pwd
/data/socorro/webapp-django/media
[dmaher@socorro2.stage.webapp.phx1 media]$ ls -l
total 0
lrwxrwxrwx 1 root root 27 Jun 5 03:06 symbols_upload -> /mnt/socorro/symbols_upload
Now:
[dmaher@socorro2.stage.webapp.phx1 media]$ pwd
/data/socorro/webapp-django/media
[dmaher@socorro2.stage.webapp.phx1 media]$ ls -l
total 0
drwxr-xr-x 1 root root 27 Jun 5 03:06 symbols_upload
[dmaher@socorro2.stage.webapp.phx1 media]$ ls -l symbols_upload/
total 0
lrwxrwxrwx 1 root root 27 Jun 5 03:06 symbols_upload -> /mnt/socorro/symbols_upload
I noticed this yesterday and fixed it manually (thinking it was a one-off issue related to the botched deployment on Monday), but clearly the issue re-appeared, so it must be something in the automation.
Reporter | ||
Comment 1•11 years ago
|
||
Actually, I noticed and repaired it in Prod yesterday, not in Stage; that said, my manual repair is still in place on Stage, and since deployments happen regularly, we can assume that the errant behaviour has been cleared up.
Sorry for the noise.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•