Skip to content
Snippets Groups Projects
Commit 7f01b832 authored by Gin Tan's avatar Gin Tan
Browse files

Merge branch 'lustre-e2fsprogs' into 'master'

Installing e2fsprogs for new DDN Lustre FS

See merge request hpc-team/ansible_cluster_in_a_box!321
parents 4f782da0 a42c8015
No related branches found
No related tags found
1 merge request!321Installing e2fsprogs for new DDN Lustre FS
...@@ -22,6 +22,13 @@ ...@@ -22,6 +22,13 @@
become: true become: true
when: ansible_os_family == "RedHat" when: ansible_os_family == "RedHat"
- name: install e2fsprogs
yum:
name: e2fsprogs
state: present
become: true
when: ansible_os_family == "RedHat"
# instructions to build these debs: # instructions to build these debs:
# instructions based on this https://linuxsysadm.wordpress.com/2014/10/10/lustre-2-6-on-debian-wheezy-clients/ # instructions based on this https://linuxsysadm.wordpress.com/2014/10/10/lustre-2-6-on-debian-wheezy-clients/
# Instantiate an Ubuntu 14.04 instance # Instantiate an Ubuntu 14.04 instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment