zfs-localpv/pkg/driver
Pawan 04f7635b6f feat(provision): try volume creation on all the nodes
Currently controller picks one node and the node agent keeps on trying to
create the volume on that node. There might not be enough space available
on that node to create the volume.

The controller can try on all the nodes sequentially and fail
the request if volume creation fails on all the nodes which satisfies the
topology contraints.

Signed-off-by: Pawan <pawan@mayadata.io>
2021-04-02 20:36:37 +05:30
..
agent.go feat(resize): adding resize support for raw block volumes 2021-02-02 12:44:02 +05:30
controller.go feat(provision): try volume creation on all the nodes 2021-04-02 20:36:37 +05:30
controller_test.go fix(zfspv): rounding off the volume size to Gi and Mi (#191) 2020-08-07 20:50:13 +05:30
driver.go feat(zfspv): move to klog (#166) 2020-06-29 12:18:33 +05:30
grpc.go feat(shared): adding shared mount support ZFSPV volumes 2020-07-02 00:40:15 +05:30
identity.go feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
schd_helper.go feat(schd): adding capacity weighted scheduler 2021-01-07 10:38:44 +05:30