forked from xenserver/host-installer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
later-squash! RAID: when a MD superblock is found on a disk, offer us…
…er to assemble RAID This commit is kept as separate until decided this is the way to go, but would be better squashed. Introduce installer feature flags, and hide the RAID-assembling feature behind the `raid-assemble` flag.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Features flags | ||
============== | ||
|
||
Some host-installer features are not enabled by default, and | ||
downstream installers can activate them by creating a file in | ||
/etc/xensource/features/ in their installer filesystem. | ||
|
||
Currently available feature flags are: | ||
|
||
raid-assemble | ||
|
||
Detect Linux software-RAID (a.k.a "md") superblocks in disks, adds | ||
a choice for the user to activate software RAID volumes, and do | ||
not offer the user the ability to upgrade or restore a system on a | ||
software-RAID device. | ||
|
||
This only impacts the UI, the <assemble-raid/> answerfile | ||
construct does not need this feature flag. |
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