Closed
Bug 472185
Opened 17 years ago
Closed 16 years ago
Create 100gb shared drive in build network
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: joduinn, Assigned: aravind)
References
Details
Can you create a 100gb shared drive, visible in the build network?
We'd like to use this for an experiment. Instead of keeping a copy of each build tree on each slave, we'd like to see if we can keep fewer central copies of each build tree on a shared disk.
Permissions on this drive should be restricted to usual build network and build IDs.
| Reporter | ||
Comment 1•17 years ago
|
||
as this would be used by all slaves, for lots of i/o, this disk should be as fast as reasonably possible.
Comment 2•17 years ago
|
||
This will need to be NFS and most likely be off netapp-b where we have a lot of space. Ideally, netapp-b will also be on Vlan 71.
Comment 3•17 years ago
|
||
Aravind, can you do this off the netapp and put it on vlan 71? Is that possible?
Assignee: server-ops → aravind
| Assignee | ||
Comment 4•17 years ago
|
||
AFAIK, all of our netapp interfaces are on the storage VLAN and we have never set it up to be on any other. There was a similar situation in the past where build needed a share space for buildlogs and we gave them that space on the thumper. Is that acceptable for this?
| Assignee | ||
Comment 5•17 years ago
|
||
bm-sun-xf01.build.mozilla.org:/export/build_tree in the build network and
qm-sun-xf01.mozilla.org:/export/build_tree on the QA network.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Is there a username and password we should be using to mount with?
| Reporter | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> Is there a username and password we should be using to mount with?
1) what username/pswd should we use when connecting to this?
2) pls confirm who (outside of build group) has access to this disk?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 8•16 years ago
|
||
nfs doesn't require username/passwords. Shares work fine any Vlan71 build hosts:
[root@bm-admin01 ~]# mount bm-sun-xf01.build.mozilla.org:/export/build_tree /mnt
[root@bm-admin01 ~]# df -t nfs
Filesystem 1K-blocks Used Available Use% Mounted on
bm-sun-xf01.build.mozilla.org:/export/build_tree
104857600 4911104 99946496 5% /mnt
| Reporter | ||
Comment 9•16 years ago
|
||
(In reply to comment #7)
> (In reply to comment #6)
> > Is there a username and password we should be using to mount with?
>
> 1) what username/pswd should we use when connecting to this?
(In reply to comment #8)
> nfs doesn't require username/passwords. Shares work fine any Vlan71 build
> hosts:
>
> [root@bm-admin01 ~]# mount bm-sun-xf01.build.mozilla.org:/export/build_tree
> /mnt
> [root@bm-admin01 ~]# df -t nfs
> Filesystem 1K-blocks Used Available Use% Mounted on
> bm-sun-xf01.build.mozilla.org:/export/build_tree
> 104857600 4911104 99946496 5% /mnt
Cool, thanks mrz. Using bm-sun-xf01.build.mozilla.org did not work, but thanks to catlee's suggestion, I tried using 10.2.71.136 instead and that worked.
Leaving this open while we confirm who has access to this drive.
| Assignee | ||
Comment 10•16 years ago
|
||
Here are the acls on those shares.
rw allowed from anyone on 10.2.71/24 and 10.2.73/24
root writes allowed from anyone on 10.2.71/24 and 10.2.73/24
No other network is allowed to access those shares.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 16 years ago
Resolution: --- → FIXED
Comment 11•16 years ago
|
||
Could you add 10.2.90/24 too ? Build machines spilled into another vlan through sheer weight of numbers.
| Assignee | ||
Comment 12•16 years ago
|
||
Done, it should be accessible from the 10.2.90/24 subnet as well.
Comment 13•16 years ago
|
||
Netmask is a /23 - can you update?
| Assignee | ||
Comment 14•16 years ago
|
||
Done.
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
•