summaryrefslogtreecommitdiff
path: root/xfs-raid
diff options
context:
space:
mode:
Diffstat (limited to 'xfs-raid')
-rwxr-xr-xxfs-raid3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfs-raid b/xfs-raid
index 29963f1..97ee225 100755
--- a/xfs-raid
+++ b/xfs-raid
@@ -1,11 +1,10 @@
#!/bin/bash
-# source: http://www.mythtv.org/wiki/Optimizing_Performance#Optimizing_XFS_on_RAID_Arrays
BLOCKSIZE=512 # Make sure this is in bytes
CHUNKSIZE=128 # Make sure this is in KiB
NUMSPINDLES=3
RAID_TYPE=5
RAID_DEVICE_NAME="/dev/md0" # Specify device name for your RAID device
-FSLABEL="stor5" # specify filesystem label for generating mkfs line here
+FSLABEL="name" # specify filesystem label for generating mkfs line here
case "$RAID_TYPE" in
0)