Skip to content

Support for mounting the same volume on the same node by multiple workloads #178

@sbezverk

Description

@sbezverk

According to the spec's table below:

  T1=T2, P1=P2 T1=T2, P1!=P2 T1!=T2, P1=P2 T1!=T2, P1!=P2
MULTI_NODE OK (idempotent) ALREADY_EXISTS OK OK
Non MULTI_NODE OK (idempotent) ALREADY_EXISTS FAILED_PRECONDITION FAILED_PRECONDITION

Plugin should fail on the second NodePublish request if a second workload tries to mount the same volume on the same node.

This is a valid use case for some containers orchestrators, the spec should not force this behaviour and it should be left for CO's plugin consideration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions