Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have gotten past the problem of adding an extra drive to my system but now it seems I cant grow the raid to utilise all of the space available to me.
# mdadm --detail /dev/md1
/dev/md1:
Version : 0.91
Creation Time : Sat Nov 22 13:42:02 2008
Raid Level : raid5
Array Size : 2930279808 (2794.53 GiB 3000.61 GB)
Used Dev Size : 976759936 (931.51 GiB 1000.20 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 1
Persistence : Superblock is persistent
Update Time : Sun Sep 13 08:15:57 2009
State : clean
Active Devices : 5
Working Devices : 5
Failed Devices : 0
Spare Devices : 0
Number Major Minor RaidDevice State
0 8 17 0 active sync /dev/sdb1
1 8 49 1 active sync /dev/sdd1
2 8 65 2 active sync /dev/sde1
3 8 81 3 active sync /dev/sdf1
4 8 33 4 active sync /dev/sdc1
As far as I can tell it had finished resyncing and all is ready for the next stage.
OK eventually tried the following with success. Just posting here in case someone else has the same problem.
Given that all of the references said it was bitmap related and that removing a bitmap would solve the problem I decided I'd try to fix it by adding a bitmap which I would then remove - this did the trick ....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.