mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2026-02-02 07:35:12 +01:00
feat(resize): adding BDD test for Online volume expansion
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
86e623a369
commit
7178387c1e
3 changed files with 58 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ var (
|
|||
appPod *corev1.PodList
|
||||
accessModes = []corev1.PersistentVolumeAccessMode{corev1.ReadWriteOnce}
|
||||
capacity = "5368709120" // 5Gi
|
||||
NewCapacity = "8589934592" // 8Gi, for testing resize
|
||||
KubeConfigPath string
|
||||
OpenEBSNamespace string
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue