7ff4cff637
A pNFS server may return LAYOUTUNAVAILABLE error on LAYOUTGET for files which don't have any layout. In this situation pnfs_update_layout currently returns NULL. As this NULL is converted into ENOMEM, IO requests fails instead of falling back to MDS. Do not return ENOMEM on LAYOUTUNAVAILABLE and let client retry through MDS. Fixes |
||
---|---|---|
.. | ||
Makefile | ||
filelayout.c | ||
filelayout.h | ||
filelayoutdev.c |