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

[crmsh-4.1] Don't overwrites previously initialized sbd disk #993

Open
wants to merge 3 commits into
base: crmsh-4.1
Choose a base branch
from

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    b1ff6a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix: sbd: Ask if overwrite when given sbd device on interactive mode(…

    …bsc#1201428)
    
    ** Problem
    When sbd device already created, running `crm cluster init -s
    <sbd_device>`, that's on the interactive mode, but the existing sbd
    device will be overwritten
    
    ** Solution
    Check if the given sbd device already initialized, if on the interactive
    mode, ask user if overwrite, input 'n', no overwrite for sbd device
    liangxin1300 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3dc8e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50124a5 View commit details
    Browse the repository at this point in the history