Revision 1 as of 2008-05-19 17:32:23

Clear message

TableOfContents

General concepts

Working with an AFS+OSD cell

The following techniques are only useful when using OSD as a frontend for HSM:

}}} is useful for finding all objects stored on a given OSD

}}} allows the user to schedule tape restore operations

These are general techniques:

}}} makes an AFS fileserver (!) known to the OSDDB

How to migrate data from an OSD

  1. set a low write priority to stop fileservers from storing data on the OSD in question {{{osd setosd -wrprior 0

}}}

  1. use {{{vos listobj

}}} to identify the files (by fid) that have data on the OSD

  1. use {{{fs replaceosd

}}} to move each file's data to another OSD

Priorities and choice of storing OSD

}}}

Data held in volumes, DBs etc.

}}}

}}}

Policies

Open questions

Technical aspects

Performance

Notes on the code (changes)

Debugging techniques