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

Installing e2fsprogs for new DDN Lustre FS

Former-commit-id: a42c8015
parent 9750643a
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,13 @@
become: true
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 based on this https://linuxsysadm.wordpress.com/2014/10/10/lustre-2-6-on-debian-wheezy-clients/
# 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