-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: bootstrap: add gfs2 stage functionality (Technical Preview) (#1628)
## Usage ``` # Setup the cluster on the current node, with SBD+GFS2 crm cluster init -s <share disk1> -g <share disk2> -y # Setup the cluster on the current node, with SBD+GFS2+Cluster LVM crm cluster init -s <share disk1> -g <share disk2> -g <share disk3> -C -y # Add GFS2+Cluster LVM on a running cluster crm cluster init gfs2 -g <share disk1> -g <share disk2> -C -y ``` BTW, -o option is still available to bootstrapping OCFS2, if applicable Test packages: https://build.opensuse.org/projects/home:XinLiang:branches:network:ha-clustering:Factory/packages/crmsh/repositories/openSUSE_Tumbleweed/binaries
- Loading branch information
Showing
13 changed files
with
1,158 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.