From 33b179f94342ffc08d53a66adcbdae5a331570a9 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 10 Aug 2014 11:34:06 +0100 Subject: fixes --- xfs-raid | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xfs-raid') 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) -- cgit v1.2.3