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:
parent
4be25baaee
commit
aacff9d721
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue