Currently the host buffer only has space for 7 characters, this means on systems with many scsi hosts (1000 or more), multipath will overflow this buffer. This can happen pretty easily if there are a large number of iscsi devices. This patch increases the host buffer to hold 15 characters, which can deal with 100000000000000 scsi hosts. Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- libmultipath/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/structs.h b/libmultipath/structs.h index 85a8fdc..99b6aae 100644 --- a/libmultipath/structs.h +++ b/libmultipath/structs.h @@ -15,7 +15,7 @@ #define BLK_DEV_SIZE 33 #define PATH_SIZE 512 #define NAME_SIZE 512 -#define HOST_NAME_LEN 8 +#define HOST_NAME_LEN 16 #define SLOT_NAME_SIZE 40 #define SCSI_VENDOR_SIZE 9 -- 1.8.3.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel