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
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
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 (
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?
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
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
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
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
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
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
10 matches
Mail list logo