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
251 stars 96 forks source link

test creating sized snapshots for filesystem and block volumes #309

Closed dsharma-dc closed 3 months ago

dsharma-dc commented 3 months ago

Pull Request template

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

Why is this PR required? What issue does it fix?: Exercises the snapSize behaviour of volume snapshot class.

What this PR does?: Tests creating sized snapshots for filesystem and raw block volumes.

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:

dsharma-dc commented 3 months ago

This PR is based on top of branch used for PR 308 and hence we see that commit here as well. That commit doesn't need review against this PR.