[clug-talk] software raid question

2013-09-26 Thread Andrew Robinson
Hey has anyone run into issues with trying to grow a Linux software raid?  I’ve just finished syncing all of my data from 3x2TB (in raid 5) to 3x3TB (still raid 5).  The raid array should show a capacity of approx. 5.5 TB, but instead shows only 4.  I’ve tried re running the mdadm –grow command

Re: [clug-talk] software raid question

2013-09-26 Thread Dan Graham
Hi Andrew, are you using the raid for boot and root? On Thu, Sep 26, 2013 at 7:52 AM, Andrew Robinson wrote: > Hey has anyone run into issues with trying to grow a Linux software raid? > I’ve just finished syncing all of my data from 3x2TB (in raid 5) to 3x3TB > (still raid 5). The raid array s

Re: [clug-talk] software raid question

2013-09-26 Thread Gustin Johnson
Did you resize the file system? I have two 5.5 TB arrays (one 4 disk RAID 5 and one 5 disk RAID 6) both built via mdadm. One of the arrays has been resized 4 times over the years. What distro and kernel are you running? I seem to remember there being a kernel parameter for large block devices (

Re: [clug-talk] software raid question

2013-09-26 Thread Gustin Johnson
I forgot to ask some other relevant questions: Are you using LVM on this array? How are you not seeing the increase in space (are you using df or mdadm --detail to get this information)? On Thu, Sep 26, 2013 at 11:36 AM, Dan Graham wrote: > Hi Andrew, are you using the raid for boot and root?

Re: [clug-talk] software raid question

2013-09-26 Thread Andrew Robinson
No, it is just used for storage.  I am booting off a separate SSD -Original message- From: Dan Graham  Sent: Thursday 26th September 2013 11:37 To: CLUG General Subject: Re: [clug-talk] software raid question Hi Andrew, are you using the raid for boot and root? On Thu, Sep 26, 2013 a

Re: [clug-talk] software raid question

2013-09-26 Thread Andrew Robinson
I am using a CentOS 6 based distro called Clearos.  I believe it is running a 2.6.xx kernel if memory serves me right -Original message- From: Gustin Johnson  Sent: Thursday 26th September 2013 11:38 To: CLUG General Subject: Re: [clug-talk] software raid question Did you resize the f

Re: [clug-talk] software raid question

2013-09-26 Thread Andrew Robinson
I am using LVM onto of this array.  As for the other part of your question here is the output from mdadm --detail.  I have 1 disk removed at the moment because I'm trying to reformat it with parted instead of fdisk to see if it makes a difference [root@galactica ~]# mdadm --detail /dev/md127 /d

Re: [clug-talk] software raid question

2013-09-26 Thread Dan Graham
Hi Andrew, could you post the output from the following please? # cd /sys/block/md0/md # cat component_size On Thu, Sep 26, 2013 at 12:03 PM, Andrew Robinson wrote: > ** > > No, it is just used for storage. I am booting off a separate SSD > > > -Original message- > *From:* Dan Graham

Re: [clug-talk] software raid question

2013-09-26 Thread Andrew Robinson
The first did not return anything, the second returned the following 2147352064 -Original message- From: Dan Graham  Sent: Thursday 26th September 2013 12:13 To: CLUG General Subject: Re: [clug-talk] software raid question Hi Andrew, could you post the output from the following plea

Re: [clug-talk] software raid question

2013-09-26 Thread Gustin Johnson
The previous command should be: cat /sys/block/md127/md/component_size in order to match the device in question. You previously used "mdadm --details /dev/md127". The following site describes a similar problem to the one you are having. The very end of that page has some suggestions that I susp