Skip to content

Tags: openebs/lib-csi

Tags

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(client): add node kernel name info to GetNodeInfo payload (#18)

Signed-off-by: Niladri Halder <[email protected]>

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(client): add function to gather node info (#17)

Signed-off-by: Niladri Halder <[email protected]>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: setIOlimits support cgroupfs (#16)

Signed-off-by: Damir Nugmanov <[email protected]>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(deps): set CSI spec to v1.1.0, use Go v1.19.9 (#14)

Signed-off-by: Niladri Halder <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(prov): add controller to avoid potential volume leaks (#11)

Signed-off-by: Yashpal Choudhary <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(btrfs): add online expansion support of btrfs filesystem (#10)

This commit add support for online expansion of btrfs filesystem

Signed-off-by: mittachaitu <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(iops): Added iops setting for guaranted qos pods (#6)

Signed-off-by:  Abhranil <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refact(deps): bump k8s and client-go to v0.20.2 (#4)

Signed-off-by: prateekpandey14 <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(throttling): added lib functions for setting io limits at pod cg…

…roup (#3)


Signed-off-by: [email protected]

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(schd): returning list of preferred nodes for scheduling (#2)


The scheduler should return list of preferred nodes for scheduling.
It is up to the user of this libary which can pick first node in
the preferred list or can try on all the nodes in the order returned
by the scheduler.

This can solve the issue where csi controller is not able to create
the volume on first node, it can pick the next one in the list.


Use the requisite list if preferred is not provided


Signed-off-by: Pawan <[email protected]>