Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Please post questions regarding performance of the ReadyNAS here. (How to optimize the ReadyNAS performance)

Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Fri May 25, 2012 9:52 am

I can't really figure out what I'm doing wrong. I have a freshly factory reset nv+ v2 and I am getting ~4MB/s transfer.

Code: Select all
top - 12:52:02 up 1 day, 19:57,  1 user,  load average: 0.39, 0.11, 0.03
Tasks:  79 total,   2 running,  77 sleeping,   0 stopped,   0 zombie
Cpu(s):  2.0%us, 13.6%sy,  0.3%ni, 3.8%id, 70.7%wa,  0.0%hi,  9.6%si,  0.0%st
Mem:    246820k total,   226144k used,    20676k free,     3832k buffers
Swap:  1048440k total,    27868k used,  1020572k free,    61856k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
28550 nobody    20   0 15356 3684 3116 R 10.6  1.5   0:12.90 smbd
  755 root      15  -5     0    0    0 S  5.0  0.0   2:16.79 md2_raid5
  162 root      20   0     0    0    0 S  1.7  0.0   0:17.14 pdflush
2316 root      20   0  2372  996  564 S  1.0  0.4   3:39.71 monitor_enclosu
1984 root      20   0 87296 6528 2408 S  0.3  2.6   0:42.10 readynasd
28539 root      20   0  2648 1120  884 R  0.3  0.5   0:08.68 top
28559 admin     22   2 52464  22m 4156 S  0.3  9.5   0:00.82 apache-ssl
    1 root      20   0  2016  128  100 S  0.0  0.1   0:35.02 init
    2 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 kthreadd
    3 root      15  -5     0    0    0 S  0.0  0.0   0:09.50 ksoftirqd/0
    4 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 events/0
    5 root      15  -5     0    0    0 S  0.0  0.0   0:00.03 khelper
    8 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 async/mgr
  123 root      15  -5     0    0    0 S  0.0  0.0   0:00.34 kblockd/0
  132 root      15  -5     0    0    0 S  0.0  0.0   0:00.00 khubd
  154 root      20   0     0    0    0 S  0.0  0.0   0:00.00 crypto
  155 root      20   0     0    0    0 S  0.0  0.0   0:00.00 crypto_ret


Over SMB
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby StephenB » Fri May 25, 2012 10:34 am

Is the unit still building the array? (syncing)

If not, have you tried a direct connect?
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5066
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby chirpa » Fri May 25, 2012 10:58 am

How are you connected, wired/wireless?

Looks like you have SSH already, what is the output of 'cat /proc/mdstat' ?
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15542
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Fri May 25, 2012 1:58 pm

StephenB wrote:Is the unit still building the array? (syncing)

If not, have you tried a direct connect?

No and no. Like with a crossover cable?

chirpa wrote:How are you connected, wired/wireless?

Looks like you have SSH already, what is the output of 'cat /proc/mdstat' ?


Wired.
Code: Select all
Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Full
        Link partner advertised pause frame use: No
        Link partner advertised auto-negotiation: Yes
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        Link detected: yes


cat /proc/mdstat:
Code: Select all
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md2 : active raid5 sda3[0] sdd3[3] sdc3[2] sdb3[1]
      8776634112 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]

md1 : active raid6 sda2[0] sdd2[3] sdc2[2] sdb2[1]
      1048448 blocks super 1.2 level 6, 64k chunk, algorithm 2 [4/4] [UUUU]

md0 : active raid1 sda1[0] sdd1[3] sdc1[2] sdb1[1]
      4193268 blocks super 1.2 [4/4] [UUUU]
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby StephenB » Fri May 25, 2012 2:31 pm

stereoa wrote:
StephenB wrote:Is the unit still building the array? (syncing)

If not, have you tried a direct connect?

No and no. Like with a crossover cable?
No need for a crossover, it should auto-detect.

The NAS fails over to static IP address 192.168.168.168 if it can't find DHCP. So you can connect it directly to the PC (making the appropriate change to the PC IP address), and rule out any issues with the switch, etc.
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5066
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Thu May 31, 2012 12:20 pm

StephenB wrote:
stereoa wrote:
StephenB wrote:Is the unit still building the array? (syncing)

If not, have you tried a direct connect?

No and no. Like with a crossover cable?
No need for a crossover, it should auto-detect.

The NAS fails over to static IP address 192.168.168.168 if it can't find DHCP. So you can connect it directly to the PC (making the appropriate change to the PC IP address), and rule out any issues with the switch, etc.


Sorry for the delayed reply. I tried that and it was also a no go. I am probably just going to return it tomorrow unless someone has a new idea. I'm only getting around 15 mbit out of my 50 mbit connection through sabnzbd too. :/
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby StephenB » Thu May 31, 2012 5:41 pm

Not sure what you mean by "no go".
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5066
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Fri Jun 01, 2012 7:26 am

StephenB wrote:Not sure what you mean by "no go".


Speeds where still the same. On a completely weird note, TODAY they are going about 20mb/s. Still not great, but not as abysmal as before. I'm going to try this new 5.3.5 update to see how well that works. I stripped this thing down to nothing, stopped all addons except sickbeard, turned off AFP, FTP, etc.
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby Wish » Fri Jun 01, 2012 7:58 pm

What OS are you using?
Wish
ReadyNAS Newbie
 
Posts: 27
Joined: Sat Mar 03, 2012 5:49 pm
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Sat Jun 02, 2012 12:37 pm

Wish wrote:What OS are you using?


Tested on windows 7 x64
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2

Re: Factory Reset X-RAID2 on NV+ v2 has HIGH IO wait.

Postby stereoa » Thu Jun 21, 2012 8:45 am

Ended up returning the box. Should've trusted the online reviews this unit sucks and Netgear's support is terrible. I got sent to an unprofessional call center where they didn't know how to work the phones let alone troubleshoot the problem. Wasted about 2 and a half hours with support and more with my own troubleshooting. Just took it back to the store and bought a competitor's product.
stereoa
ReadyNAS Newbie
 
Posts: 6
Joined: Fri May 25, 2012 9:16 am
ReadyNAS: NV+ v2


Return to Performance



Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 6 guests