From 37cbdb03df6bf8073a8ffe6ba15ad4d358a54bfb Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 11 Feb 2012 03:01:00 +0000 Subject: [PATCH] Minor docs update based on experience of Rommer git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4119 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iscsi-scst/README b/iscsi-scst/README index 0a3cea28d..4a1b25778 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -913,6 +913,11 @@ reported to do so) use own pages referencing on the TX path, so they should be modified the same way as above as well. (No need to modify RX path, because put_page_callback logic used by SCST only on the TX path.) +In case of DRBD, if you don't do this modification, you can specify +disable_sendpage parameter for drbd module. But in this case it might be +better for performance simply not apply put_page_callback patch. + + Credits -------