pnfs: thread-by-stripe instead of by-server

the thread-by-server model breaks down when using dense layouts, because multiple stripes could be mapped to a single data server, and the per-data-server thread would have to send a COMMIT for each stripe

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2011-12-19 14:58:08 -05:00 committed by unknown
parent 4be25baaee
commit aacff9d721

View file

@ -42,7 +42,11 @@
# endif
# define PNFS_THREADING
# define PNFS_THREAD_BY_SERVER
/* XXX: the thread-by-server model breaks down when using dense layouts,
* because multiple stripes could be mapped to a single data server, and
* the per-data-server thread would have to send a COMMIT for each stripe */
//# define PNFS_THREAD_BY_SERVER
#endif