Comment 9 for bug 1596968

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Can you try to use cio_ignore during installation, and does that mitigate this bug?

Specifically, can you use cio_ignore such that maximum number of visible FCP devices is no more than 100?

Could you please notify Hendrik Brueckner about this bug report?

From zfcp-config.c:

/* Debconf related definitions */
#define TEMPLATE_PREFIX "s390-zfcp/"
#define DEBCONF_CAPS "backup"
#define PRESEED_DELIM ","
#define SCSI_ASYNC_TRIES 15
#define SCSI_ASYNC_TIMEOUT 250000 /* useconds */
#define MAX_HOST_LIST_ITEMS 100
#define MAX_HOST_LIST_SIZE (MAX_HOST_LIST_ITEMS * (9 + 20 +1))
#define MAX_LUN_LIST_SIZE 2048