summaryrefslogtreecommitdiff
path: root/xfs-raid
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-08-10 11:34:06 +0100
committerPatrick Simianer <p@simianer.de>2014-08-10 11:34:06 +0100
commit33b179f94342ffc08d53a66adcbdae5a331570a9 (patch)
treec3564bdaa3a4d40f38d79e9ba0bf581bb154e4a6 /xfs-raid
parent5869505d64c04c536bdcd71a197ade918c36bf1c (diff)
fixes
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)