Skip to content

exception received when creating vlun #73

@mirokosa

Description

@mirokosa

When creating vLUN using autoLUN option an error is thrown:

hpe3parclient.exceptions.HTTPConflict: Conflict (HTTP 409) 99 - invalid operation: LUN number and persona capability conflict

This is caused in specific cases:

  1. host persona VMware 11 is used
  2. LUN IDs 0-255 are used.

Root cause is introduction of PE LUN for host persona VMware 11 (LUN ID). Since HPE didn't provide a fix yet for 3PAR OS, we would like to as for enhancement of 3PARclient code in following way for autoLUN option.

1step.
autoLun = True
lun=0
maxAutoLun=0

if receive error "Conflict (HTTP 409) 99 - invalid operation: LUN number and persona capability conflict" ignore error and continue 2step

2step.
autoLun = True
lun=257
maxAutoLun=0

thanks,
Miro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions