Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zfspv): try volume creation on all the nodes #270

Merged
merged 1 commit into from
Apr 2, 2021

Commits on Apr 2, 2021

  1. 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>
    pawanpraka1 committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b60e2a2 View commit details
    Browse the repository at this point in the history