Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Remove broken dne2 commands for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGarbutt committed Sep 2, 2019
1 parent 3c53550 commit 6ddafdf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions fs-ansible/roles/lustre/tasks/mount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@
when:
- mgs is defined

- name: Enable multiple mdt target support (DNE2)
block:
- name: Enable DNE2 remote dir
command: "lctl set_param mdt.*.enable_remote_dir=1"
register: command_result
failed_when: "command_result.rc != 0 and ('lctl' not in command_result.stderr)"

- name: Enable DNE2 all users
command: "lctl set_param mdt.*.enable_remote_dir_gid=-1"
when:
- mgs is defined

- name: Start MDTs
block:
- name: Create MDT mount dir
Expand Down

0 comments on commit 6ddafdf

Please sign in to comment.