openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
235 stars 92 forks source link

test: create a shared LV for use by two app pods #315

Closed dsharma-dc closed 2 weeks ago

dsharma-dc commented 2 weeks ago

Pull Request template

Please, go through these steps before you submit a PR.

Why is this PR required? What issue does it fix?: Adds a test for shared volume.

What this PR does?: Creates a LV by specifying shared parameter in the storage class so that the volume can be mounted to more than one path.

Does this PR require any upgrade changes?: No

If the changes in this PR are manually verified, list down the scenarios covered::

Any additional information for your reviewer? : Mention if this PR is part of any design or a continuation of previous PRs

Checklist: