Conversation
The qla2xxx_wwn type is used in policy/fabric_qla2xxx.lio but is not a valid type in rtslib.config.Config.validate_val(). This commit adds validation for this type in rtslib.config.Config.validate_val() and rtslib.utils.is_valid_wwn(). This allows a system with existing targets (created by an older targetcli/lio-utils) to be validated by rtslib and for the configuration to be saved. Signed-off-by: Chris Boot <bootc@bootc.net>
|
Hi Chris, Thanks for the report, this will be fixed soon. Best Regards,Jerome On 12/17/2014 10:59 PM, Chris Boot wrote:
|
|
Hi, These PR solve this bug : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764005 on Proxmox 4 with Debian Jessie and 4.2 Kernel Thanks. |
The qla2xxx_wwn type is used in policy/fabric_qla2xxx.lio but is not a
valid type in rtslib.config.Config.validate_val(). This commit adds
validation for this type in rtslib.config.Config.validate_val() and
rtslib.utils.is_valid_wwn().
This allows a system with existing targets (created by an older
targetcli/lio-utils) to be validated by rtslib and for the configuration
to be saved.
Signed-off-by: Chris Boot bootc@bootc.net