[OpenAFS] Afs User volume servers in VM's

Harald Barth haba@kth.se
Wed, 26 Oct 2011 21:45:09 +0200 (CEST)


> Resource contention between threads executing on separate sockets is
> extremely expensive and there is no practical method of enforcing
> processor affinity for all of the file server threads to ensure that
> they only execute on cores within a single socket.

Linux cgroups can put all fileserver threads on one socket (and the
memory attached to it) if it is that what you want.

Harald.