Skip to content

[SL FIle] NetworkSubnetIpAddressServiceSL.GetByIPAddress is not reachible from volumeprovider  #100

@depohmel

Description

@depohmel

in term to have working SL File solution, Volume restored from snapshot need t be authorized for hosts. It's trivial to get nodes IP address in kubernetes and authorize volume for current nodes by ip address. But nodes come and go. The better way is to authorize volume for a subnet.
SL libs already have a code to get a subnet form ip address

func (ns *NetworkSubnetIpAddressServiceSL) GetByIPAddress(ipAddress *string) (datatypes.Network_Subnet_IpAddress, error) {
but it is not reachable from volume provider clients.
Could you please add this function into github.com/IBM/ibmcloud-storage-volume-lib/provider/utils or something like this?

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