You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
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]>