ReadyNAS Pro: Volume size of more than 13,6TB not possible?

Please post question and issues pertaining to expansion here.

ReadyNAS Pro: Volume size of more than 13,6TB not possible?

Postby APcMini » Thu Mar 29, 2012 1:11 pm

Hi!

I know it's not supported officially, but I bought four Hitachi 4TB 7K400 (HDS724040ALE640) and put them into my ReadyNAS Pro Business. I also got two WD 3TB (WD30EZRX) drives in this NAS. After a factory reset I chose SINGLE redundancy X-RADI2. After initialisation the NAS said the drive in bay 6 is on rebuild, which was the first strange thing. After that, I recognized, that for ALL 6 drives 2790 GB were allocated. Firmware is: RAIDiator 4.2.20-T42

I then changed the drive in bay 6, did another factory reset and got the same problem, waited for the RAID sync to be finished and got the message "Found space that can be used to expand capacity, expansion process will start during next boot." All 4TB drives now were allocated with 3721GB. After the reboot the "Volume expansion failed". Well. I don't really know what to do. It is not crucial for me to get this NAS up and running in the next few days, but I wanted to get above the 16TB-limitation, so I can do online upgrades again. I now have 14.919.168.712.704 bytes usable.

All logs are available under http://apnet.cc/log/* , for example:
http://apnet.cc/log/expansion.log
http://apnet.cc/log/initrd.log
http://apnet.cc/log/mdstat.log
http://apnet.cc/log/partition.log
http://apnet.cc/log/dmesg.log
http://apnet.cc/log/system.log
http://apnet.cc/log/volume.log
http://apnet.cc/log/raid.conf
http://apnet.cc/log/kernel.log

If you think I should try to get two more Hitachi 4TB, it's ok. Btw.: I think, that on my first install the drive in bay 6 also needed to rebuilt.

Thank you so much for your comments and hints in advance!
Last edited by APcMini on Fri Mar 30, 2012 3:33 am, edited 1 time in total.
APcMini
ReadyNAS Newbie
 
Posts: 16
Joined: Fri Jun 04, 2010 3:05 am
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby APcMini » Fri Mar 30, 2012 3:25 am

Anybody who can tell me why the drive in bay 6 is failing? I think for the problem about the space after a factory default I found the reason: To use the full capacity, all drives have to be same size? Is that correct?
APcMini
ReadyNAS Newbie
 
Posts: 16
Joined: Fri Jun 04, 2010 3:05 am
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby dsm1212 » Fri Mar 30, 2012 6:56 am

It looks like your getting a 3TB stripe and a 1TB stripe which is expected to use all the space. I think this is your problem:

Code: Select all
[2012/03/29 21:38:06  2104] LINE 448: exec command: echo "DOING_F_RESIZE" > /.os_V_E_continue
[2012/03/29 21:38:06  2104] LINE 4249: exec command: resize2fs -pf /dev/c/c
resize2fs 1.42.1 (17-Feb-2012)
resize2fs: New size too large to be expressed in 32 bits

[2012/03/29 21:38:06  2104] Expand second phase error 10: resize2fs, err=0x100
[2012/03/29 21:38:06  2104] File system expand failed


It's having trouble adding the last 3TB to the 3TB stripe. I thought the capacity you are trying to do was supported, but maybe it's coded to do some special layout that is not kicking in for the unsupported 4TB disks. I've got 4TB disks in mine too, but not at this high a capacity so I'd like to understand this too.

steve
dsm1212
ReadyNAS Expert
 
Posts: 257
Joined: Mon Aug 15, 2011 2:15 pm
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby evan » Fri Mar 30, 2012 7:11 am

No, it don't need same capacity drives, you do factory default with 4 TB x 4 and 3 TB x2, it will build 3TB capacity with RAID5 on each drives, you see disk 6 is on rebuild, that is right, it is building RAID 5, system will tell you "Found space that can be used to expand capacity, expansion process will start during next boot' after RAID sync on each HDD''s 3TB capacity, then reboot system, system will do vertical expansion for the rest of 1TB capacity on 4TB HDD.
User avatar
evan
ReadyNAS Padawan
 
Posts: 235
Joined: Wed Jul 07, 2010 8:17 pm
Location: Nanjing, China
ReadyNAS: Duo v2

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby dsm1212 » Sat Mar 31, 2012 9:26 am

dsm1212 wrote:It looks like your getting a 3TB stripe and a 1TB stripe which is expected to use all the space. I think this is your problem:

Code: Select all
[2012/03/29 21:38:06  2104] LINE 448: exec command: echo "DOING_F_RESIZE" > /.os_V_E_continue
[2012/03/29 21:38:06  2104] LINE 4249: exec command: resize2fs -pf /dev/c/c
resize2fs 1.42.1 (17-Feb-2012)
resize2fs: New size too large to be expressed in 32 bits

[2012/03/29 21:38:06  2104] Expand second phase error 10: resize2fs, err=0x100
[2012/03/29 21:38:06  2104] File system expand failed


It's having trouble adding the last 3TB to the 3TB stripe. I thought the capacity you are trying to do was supported, but maybe it's coded to do some special layout that is not kicking in for the unsupported 4TB disks. I've got 4TB disks in mine too, but not at this high a capacity so I'd like to understand this too.

steve


Some generic linux info about this here: http://blog.ronnyegner-consulting.de/20 ... ow-solved/

Seems that resize2fs doesn't support crossing the 16TB boundary. So you need the >16TB filesystem created from the start unless netgear has some other fix that became available recently, but resize2fs is giving the error so it appears not. I'm not sure why the NAS is doing this in two steps instead of one. Maybe a Jedi can explain. Is it possible you've tried two drives in slot 6 that might have issues?

steve
dsm1212
ReadyNAS Expert
 
Posts: 257
Joined: Mon Aug 15, 2011 2:15 pm
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby evan » Sat Mar 31, 2012 6:02 pm

Hi dsm1212,
You are right, it has 16TB limitation for expansion, this is EXT4 limitation, you must create > 16TB capacity at first.
User avatar
evan
ReadyNAS Padawan
 
Posts: 235
Joined: Wed Jul 07, 2010 8:17 pm
Location: Nanjing, China
ReadyNAS: Duo v2

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby APcMini » Wed Apr 04, 2012 8:18 am

Thank you for your help. I now got two another 4TB Hitachi inside my NAS and it's just working great. Also there was one little confusion again:

After factory default, the drive in bay 6 needed to be rebuilt (with 118MB/s average :lol: ) again. What's wrong with bay 6?

Now my NAS is working 2 days and there are only minor RAM-usage-problams, but it works fine and the reading speed is OK, too.
APcMini
ReadyNAS Newbie
 
Posts: 16
Joined: Fri Jun 04, 2010 3:05 am
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby dsm1212 » Wed Apr 04, 2012 9:14 am

You've had 3 disks have a problem in that slot so it might be worth a support call to have netgear look at your system. Especially if the system is new and still under warranty. You could look at /var/log/messages to see if that drive showed any problems during the init which excluded it.

steve
dsm1212
ReadyNAS Expert
 
Posts: 257
Joined: Mon Aug 15, 2011 2:15 pm
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby APcMini » Wed Apr 04, 2012 10:09 am

I tried to locate that log-file, but didn't find any file/folder named messages. Well. The NAS is stable after the initiate setup, so I think I wouldn't touch it, but thank you for your suggestion. I will try that in a while.
APcMini
ReadyNAS Newbie
 
Posts: 16
Joined: Fri Jun 04, 2010 3:05 am
ReadyNAS: Pro

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby mdgm » Wed Apr 04, 2012 3:21 pm

APcMini wrote:After factory default, the drive in bay 6 needed to be rebuilt (with 118MB/s average :lol: ) again. What's wrong with bay 6?

That's normal. The drives have to be synced sector-by-sector to setup the RAID. After a factory default the drive in the last bay is the one that shows as being in resync.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28613
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: ReadyNAS Pro: Volume size of more than 13,6TB not possib

Postby APcMini » Wed Apr 04, 2012 3:54 pm

OK. Then everything is running very smooth, thanks!
APcMini
ReadyNAS Newbie
 
Posts: 16
Joined: Fri Jun 04, 2010 3:05 am
ReadyNAS: Pro


Return to Expansion



Who is online

Users browsing this forum: Exabot [Bot] and 0 guests