Skip to content
Snippets Groups Projects
Commit a42c8015 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Installing e2fsprogs for new DDN Lustre FS

parent 4f782da0
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