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

Rhel7 #432

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Rhel7 #432

wants to merge 4 commits into from

Conversation

themorey
Copy link

updated lfspkgs.sh and azinstall.py to support installing Lustre MDS, OSS and client on RHEL7.

Added lines 49-53 to conditionally install epel if RHEL detected
Resource agents are installed by default in CentOS but not RHEL.  The easiest way to install in RHEL is via the CentOS base repo (REF: https://clusterlabs.org/quickstart-redhat.html).  This repo has been hardcoded to release version 7 as the standard variable $releasever reports "7Server" for RHEL, whereas CentOS is just "7."

The firewalld service also has to be disabled on RHEL to enable lnet to work properly.

Lastly, added a check for "/mnt/resource" before trying to unmount it to prevent errors (NOTE:  RHEL mounts the local SSD to /mnt not /mnt/resource)
@ghost
Copy link

ghost commented Dec 15, 2020

CLA assistant check
All CLA requirements met.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant