We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Needs some logic:
If len(disks) == 1, no RAID. If len(disks) > 1, RAID. Use https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/raid-config.html
len(disks) == 1
len(disks) > 1
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from panubo/feature/add-configuration-file
d1ded8c
Add goat configuration to /etc/sysconfig. Fix exec mode warning
No branches or pull requests
Needs some logic:
If
len(disks) == 1
, no RAID. Iflen(disks) > 1
, RAID. Use https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/raid-config.htmlThe text was updated successfully, but these errors were encountered: