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

Support --all or specific node to manage cluster and nodes #797

Merged
merged 8 commits into from
Nov 16, 2021

Commits on Nov 16, 2021

  1. Dev: ui_cluster: Support multi sub-commands with --all option or spec…

    …ific node
    
        * crm cluster start/stop/restart [--all | <node>... ]
        * crm cluster enable/disable [--all | <node>... ]
        * crm node standby/online [--all | <node>... ]
    liangxin1300 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ba08299 View commit details
    Browse the repository at this point in the history
  2. Dev: ui_cluster: Graceful shutdown dlm

    When dlm configured and quorum is lost, before stop cluster service,
    should set enable_quorum_fencing=0, enable_quorum_lockspace=0 options
    liangxin1300 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f54bc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b6fa88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    923330c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf12c2d View commit details
    Browse the repository at this point in the history
  6. Dev: behave: Rename features/steps/step_implenment.py as features/ste…

    …ps/step_implementation.py
    liangxin1300 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    0f3ebd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4022b37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    827cb5e View commit details
    Browse the repository at this point in the history