Comment 0 for bug 1439917

Revision history for this message
Anthony Lee (anthony-mic-lee) wrote :

3PAR does not include the 'encrypted' property for iSCSI and FC from the dictionary returned when initialize_connection is called.

The encrypted flag is later used when attaching encrypted volumes which is being skipped currently because the flag is never present.

The result of this bug is that a volume labelled as encrypted is being treated as unencrypted.

The solution is to return the property in the dictionary created in 3PAR iSCSI and FC's initialize_connection method.