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

Reset of RDMA drivers not taking effect #720

Closed
brendandixon opened this issue May 17, 2017 · 1 comment
Closed

Reset of RDMA drivers not taking effect #720

brendandixon opened this issue May 17, 2017 · 1 comment
Milestone

Comments

@brendandixon
Copy link
Contributor

  1. Spin up a CentOS 7.1 HPC with NC6 size.
  2. Perform WALA upgrade steps. (Execute following commands on VM.)
    Following commands will add a test repository where we have LIS4.1.3 drivers available.
    echo "[rdma-test]" > /etc/yum.repos.d/rdma-test.repo
    echo "name=RDMA Test" >> /etc/yum.repos.d/rdma-test.repo
    echo 'baseurl=http://szark-cnt6.cloudapp.net/repo/$releasever/' >> /etc/yum.repos.d/rdma-test.repo
    echo "enabled=1" >> /etc/yum.repos.d/rdma-test.repo
    echo "gpgcheck=0" >> /etc/yum.repos.d/rdma-test.repo
    yum install WALinuxAgent
  3. Resize VM to NC24r

Expected Result:
After the resize is complete, WALA should kick off RDMA provision code after receiving "SharedConfig.xml" over wire and should successfully replace existing ND142 drivers with ND144 drivers.

Actual Result:
WALA2.2.6 kicks of RDMA provision code before receiving "SharedConfig.xml" over wire which results - failure in installation ND144 driver.

@brendandixon
Copy link
Contributor Author

Fixed by #729.

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

No branches or pull requests

1 participant