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

[US3990]refactor:(cstor-operator): refactor cstor operator #867

Merged
merged 4 commits into from Jan 2, 2019

Commits on Dec 16, 2018

  1. refactor:(cstor-operator): refactor cstor operator

    This commit will do following:
    1. Iteration for pool creation will not happen at runtasks
       rather cstor-operator will one by one create pools to converge
       to maxPool count.
    
    2. minPool field in SPC is deprecated. Providing minPool field in
       SPC won't do any thing.
    
    3. maxPool field for manual provisioning is manadatory now to
       support reconciliation for manual provisioned pool.
    
    4. Reconciliation has been added to manual provisioned pool.
    
    Signed-off-by: sonasingh46 <sonasingh46@gmail.com>
    sonasingh46 committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    bd1e57c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. incorporate review comments

    Signed-off-by: sonasingh46 <sonasingh46@gmail.com>
    sonasingh46 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ee5f590 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. address review comments

    Signed-off-by: sonasingh46 <sonasingh46@gmail.com>
    sonasingh46 committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    b2a2606 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. address review comments

    Signed-off-by: sonasingh46 <sonasingh46@gmail.com>
    sonasingh46 committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    e45d35b View commit details
    Browse the repository at this point in the history