Closed
Bug 719547
Opened 14 years ago
Closed 14 years ago
[mozillians] Link userpics NFS storage to /media
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davedash, Assigned: jason)
Details
We need to serve the items in our NFS storage via our web server as static assets.
My best guess is:
/media/uploads should be a symlink to settings.NETAPP_STORAGE
if we can make under settings.NETAPP_STORAGE a userpics directory that would be great too. We can test that this works by going to:
mozillians/media/uploads/userpics/foo.txt
This needs to be done in all three environments.
If this can be done in dev sooner than later that'll unblock QA.
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jthomas
| Assignee | ||
Comment 1•14 years ago
|
||
/media/uploads is currently managed by git and symlinks to ../tmp. Can we remove this?
[root@genericadm.private.phx1 media]# git log -p uploads
commit 1106b7a8213a2214158471d16a9dbb70087974df
Author: Dave Dash <dd+github@davedash.com>
Date: Thu Dec 22 20:26:13 2011 -0600
Search via ElasticSearch
diff --git a/media/uploads b/media/uploads
new file mode 120000
index 0000000..1431b0e
--- /dev/null
+++ b/media/uploads
@@ -0,0 +1 @@
+../tmp
\ No newline at end of file
| Reporter | ||
Comment 2•14 years ago
|
||
Didn't see that, sorry:
http://github.com/mozilla/mozillians/commit/37ee49d
| Assignee | ||
Comment 3•14 years ago
|
||
Created symlink and userpics directory in dev, stage and prod.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•