<div dir="ltr">Applied,<div>thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 10, 2016 at 1:32 PM,  <span dir="ltr"><<a href="mailto:tang.wenji@zte.com.cn" target="_blank">tang.wenji@zte.com.cn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: "tang.wenji" <<a href="mailto:tang.wenji@zte.com.cn">tang.wenji@zte.com.cn</a>><br>
<br>
The maximum field length is set to 64, which may be truncated when<br>
displayed.<br>
E.g:the multipath's 'features' field sets as "6 queue_if_no_path<br>
pg_init_retries 3 pg_init_delay_msecs 30 retain_attached_hw_handler",  but<br>
it shows as "6 queue_if_no_path pg_init_retries 3 pg_init_delay_msecs 30 ret" .<br>
<br>
Signed-off-by: tang.wenji <<a href="mailto:tang.wenji@zte.com.cn">tang.wenji@zte.com.cn</a>><br>
---<br>
 libmultipath/print.h | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/libmultipath/print.h b/libmultipath/print.h<br>
index 6839fc7..b8c3436 100644<br>
--- a/libmultipath/print.h<br>
+++ b/libmultipath/print.h<br>
@@ -66,7 +66,7 @@<br>
<br>
 #define MAX_LINE_LEN  80<br>
 #define MAX_LINES     64<br>
-#define MAX_FIELD_LEN 64<br>
+#define MAX_FIELD_LEN 128<br>
 #define PROGRESS_LEN  10<br>
<br>
 struct path_data {<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.8.1.windows.1<br>
<br>
</font></span></blockquote></div><br></div>