Skip to content

Commit fa62311

Browse files
Removed RAID5/6 configuration.
1 parent 2900ce3 commit fa62311

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

salt/salt/hpc/filesystems/beegfs.sls

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,7 @@ LogVol1:
5656
lvm.lv_present:
5757
- vgname: VolGroup1
5858
- extents: +100%FREE
59-
{% if disks|length >= 4 %}
60-
- stripes: {{(disks|length)-2}}
61-
- type: raid6
62-
{% elif disks|length == 3 %}
63-
- stripes: {{(disks|length)-1}}
64-
- type: raid5
65-
{% elif disks|length <= 3 and disks|length > 1 %}
59+
{% if disks|length > 1 %}
6660
- stripes: {{disks|length}}
6761
- type: raid0
6862
{% else %}
@@ -184,4 +178,4 @@ beegfs-client-running:
184178
- name: beegfs-client
185179
- retry:
186180
attempts: 30
187-
interval: 30
181+
interval: 30

0 commit comments

Comments
 (0)