Skip to content

Get-PfaVolumeNameFromVvolUuid can return multiple volume names #56

@joepuresdk

Description

@joepuresdk

The New-PfaRestOperation to query for tags only matches against the vvolUUID, but it should also match the tag name.
Other tags, like VMW_VVolParentUUID can have the same vvolUUID and will match here when they should not
What is:
"?tags=true&filter=value='$($vvolUUID)'"
Should be
"?tags=true&filter=key='PURE_VVOL_ID' and value='$($vvolUUID)'"

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