On 10/08/2015 09:44 PM, Benjamin Marzinski wrote: > 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 > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg) -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel