Last change
on this file since 2169 was
2169,
checked in by ezyang, 13 years ago
|
Split up cellServDB into mousetrap and local.
|
File size:
628 bytes
|
Rev | Line | |
---|
[2169] | 1 | CellServDB maintains a mapping of cell names to IP addresses of servers |
---|
| 2 | serving them. |
---|
| 3 | |
---|
| 4 | Under normal operation, CellServDB.dist (which is distributed by the |
---|
| 5 | OpenAFS package) and CellServDB.local (which is normally empty, but can |
---|
| 6 | be used to add local AFS cells.) |
---|
| 7 | |
---|
| 8 | However, we patch OpenAFS's systemd unit file to instead concatenate |
---|
| 9 | CellServDB.local (which is Athena Ops provided database) and |
---|
| 10 | CellServDB.mousetrap (which is a bogus entry for better-mousetrapfs, |
---|
| 11 | which catches and kills 'find /afs'). |
---|
| 12 | |
---|
| 13 | CellServDB.mousetrap must be concatenated at the end, as readdir on |
---|
| 14 | /afs returns cells in reverse order they are in CellServDB. |
---|
Note: See
TracBrowser
for help on using the repository browser.