*BETA* RAIDiator 4.00b2-p2-T1 available

For those who cannot wait for the official releases, we'll occasionally post test releases here. This includes the NV+/NV/Duo/1100/1000/X6/600/ models.
WARNING: use at your own risk!

Moderator: chirpa

Similar topics


Postby yoh-dah » Tue Aug 21, 2007 9:36 am

Derek K. wrote:I see that one of the new features is online expansion (yes!) but it requires journaling enabled.

Since most everyone disables journaling, is it possible to enable journaling, add the new disk, let it expand while online and disable journaling when it is done with the expansion?

Yes, you can do that.
"Mooner panels -- moonlight-powered solar panels."
Yoh-dah's Useless Invention Ideas

ImageImage
NETGEAR Support | USA: 888-NETGEAR / International Numbers
www.readynas.com | FAQ | Hardware Compatibility List | Testing Memory | Sending Logs | Documentation | Testimonials
User avatar
yoh-dah
Jedi Council
 
Posts: 13224
Joined: Fri Nov 19, 2004 1:21 am
Location: Borah-Borah
ReadyNAS: Pro

Postby XLION » Tue Aug 21, 2007 9:51 am

Does really almost everyone disable ext3 journaling?
I can't see/find a performance "boost" that would outweigh the loss of fail-safety.
// Note that I'm refering to "ext3 journaling" and not "full journaling".

For the same reason I would never enable "disk spin down" (which
forces ext3 journaling to be disabled) even if the ReadyNAS power supply
is buffered using a UPS.

Or am I wrong and performance gets MUCH better when disabling the journal?

Axel
Gentoo Linux (Windows on VMware) + ReadyNAS NV+
- IBM ThinkCentre A51P: P4 3GHz, 2.5 GB RAM, 2 x 250 GB Samsung SATA HD, NetXtreme BCM5705_2 Gigabit Ethernet
- IBM/Lenovo Thinkpad R60: Core 2 1.83 GHz, 2 GB RAM, 160 GB Samsung SATA HD, NetXtreme BCM5751M Gigabit Ethernet PCI Express
- LevelOne GSW-0804T Gigabit Switch
- APC SMART UPS 750 XL
- ReadyNAS NV+: 1GB RAM [2.5-3-3-7], 2xSeagate ST3500630NS 500GB + 2xSamsung HD501LJ 500GB, XRAID, RAIDiator 4.00b8-p1-T1 [1.00a037]
- Jumbo Frames disabled, Journaling ON, Full Journaling OFF, NFS over TCP (r/wsize=128K) ==> 47.3 MB/s read, 12.2 MB/s write, RSYNC ==> 5-6 MB/s write
User avatar
XLION
Advanced ReadyNAS Expert
 
Posts: 540
Joined: Sat Aug 04, 2007 1:54 pm
Location: Hannover, Germany

Postby yoh-dah » Tue Aug 21, 2007 10:19 am

XLION wrote:Or am I wrong and performance gets MUCH better when disabling the journal?

Axel

If you have journaling enabled, every write will have to write to journal and then write the data, so there will be movement of the disk head which will prevent the disk from being able to write a big chunk of data in one big swipe. On the other hand, unless you really need that extra write performance, it's safer to keep the journal on.
"Mooner panels -- moonlight-powered solar panels."
Yoh-dah's Useless Invention Ideas

ImageImage
NETGEAR Support | USA: 888-NETGEAR / International Numbers
www.readynas.com | FAQ | Hardware Compatibility List | Testing Memory | Sending Logs | Documentation | Testimonials
User avatar
yoh-dah
Jedi Council
 
Posts: 13224
Joined: Fri Nov 19, 2004 1:21 am
Location: Borah-Borah
ReadyNAS: Pro

Postby bhoar » Tue Aug 21, 2007 10:54 am

Derek K. wrote:Since most everyone disables journaling, is it possible to enable journaling, add the new disk, let it expand while online and disable journaling when it is done with the expansion?


1. Most everyone does not disable journaling, at least, I hope most everyone does not.

2. You'd need to reboot when toggling the journal for the change to be effective.

-brendan
Unofficial, rambling and sometimes useful comments can be found above. Official, and always useful, links found below.
If you want official support, please use the phone number or phone number link below.
  • Broken Links Removed for now.
  • United States Support: 888-NETGEAR
  • International Support: Phone Numbers
FW: Hey! They're sending us free lumber!
User avatar
bhoar
ReadyNAS Junkie
 
Posts: 3608
Joined: Sun Jun 26, 2005 12:51 pm
Location: Arlington, VA / Washington, D.C.
ReadyNAS: Pro

Postby Derek K. » Tue Aug 21, 2007 11:25 am

bhoar wrote:
Derek K. wrote:Since most everyone disables journaling, is it possible to enable journaling, add the new disk, let it expand while online and disable journaling when it is done with the expansion?


1. Most everyone does not disable journaling, at least, I hope most everyone does not.

2. You'd need to reboot when toggling the journal for the change to be effective.

-brendan


ok, well maybe everyone doesn't disable journaling, but usually the standard answer when someone complains about the performance is to enable jumbo frames and disable journaling as long as you have a ups.

since we are on the topic of journaling, I have always found the two different journaling options confusing. what is the difference and does one impact speed more than the other?
Derek K.
ReadyNAS Newbie
 
Posts: 34
Joined: Mon Jul 25, 2005 12:03 pm

Postby bhoar » Tue Aug 21, 2007 11:37 am

"Full" data journaling impacts speed more: it's actually writing two copies of all file data, one to the journal and one to the target location.

The other journaling option is just for the metadata, and the amount of data written is much less (filename, ctime/mtime, file flags, inode pointers, etc.).

-brendan
Unofficial, rambling and sometimes useful comments can be found above. Official, and always useful, links found below.
If you want official support, please use the phone number or phone number link below.
  • Broken Links Removed for now.
  • United States Support: 888-NETGEAR
  • International Support: Phone Numbers
FW: Hey! They're sending us free lumber!
User avatar
bhoar
ReadyNAS Junkie
 
Posts: 3608
Joined: Sun Jun 26, 2005 12:51 pm
Location: Arlington, VA / Washington, D.C.
ReadyNAS: Pro

Postby Derek K. » Tue Aug 21, 2007 11:54 am

bhoar wrote:"Full" data journaling impacts speed more: it's actually writing two copies of all file data, one to the journal and one to the target location.

The other journaling option is just for the metadata, and the amount of data written is much less (filename, ctime/mtime, file flags, inode pointers, etc.).

-brendan


thanks for the explanation!
Derek K.
ReadyNAS Newbie
 
Posts: 34
Joined: Mon Jul 25, 2005 12:03 pm

Postby Derek K. » Tue Aug 21, 2007 11:59 am

yoh-dah wrote:
Derek K. wrote:I see that one of the new features is online expansion (yes!) but it requires journaling enabled.

Since most everyone disables journaling, is it possible to enable journaling, add the new disk, let it expand while online and disable journaling when it is done with the expansion?

Yes, you can do that.


sweet! thanks!
Derek K.
ReadyNAS Newbie
 
Posts: 34
Joined: Mon Jul 25, 2005 12:03 pm

Re: results of RAIDiator 4.00b2-p2-T1 [1.00a035] upgrade

Postby johanvz » Sun Aug 26, 2007 2:55 pm

johanvz wrote:After mulling this over, i've decided to buy another UPS and try that. The current UPS is a "APC BE350R 350 VA" unit that turned out to be a bit underpowered for what is my main file server (only about 9 minutes of battery time). I'll pick something off the supported hardware list and let y'all know how it goes.


Unfortunatly i found out what the problem probably was, and it's not the
UPS. I say unfortunately, because the power supply on my ReadyNAS died a
couple of days after i noticed these USB problems with the 4.0 beta.
Judging from the number of failed power supplies in the NV and NV+ units
(see below), i doubt the 4.0 beta is to blame. (Though i suppose it's
possible it may have affected the unit if fan settings were altered.)

I'll probably start a thread in another forum about this, but i've had to
retract my recommendation of your products to several friends and
coworkers. When i contacted Netgear's technical support about getting a new
power supply, i was informed that the company is out of replacement power
supplies, and all i can do is send my ReadyNAS NV in and wait for it to be
replaced. I was told to expect it to take 2-3 weeks, and that there are
20+ units in line ahead of me.

-johan
johanvz
ReadyNAS Newbie
 
Posts: 14
Joined: Fri Jun 15, 2007 9:42 pm

Re: results of RAIDiator 4.00b2-p2-T1 [1.00a035] upgrade

Postby johanvz » Sat Sep 15, 2007 10:53 am

johanvz wrote: Unfortunately i found out what the problem probably was, and it's not the
UPS. I say unfortunately, because the power supply on my ReadyNAS died a
couple of days after i noticed these USB problems with the 4.0 beta.
Judging from the number of failed power supplies in the NV and NV+ units
(see below), i doubt the 4.0 beta is to blame. (Though i suppose it's
possible it may have affected the unit if fan settings were altered.)

I'll probably start a thread in another forum about this, but i've had to
retract my recommendation of your products to several friends and
coworkers. When i contacted Netgear's technical support about getting a new
power supply, i was informed that the company is out of replacement power
supplies, and all i can do is send my ReadyNAS NV in and wait for it to be
replaced. I was told to expect it to take 2-3 weeks, and that there are
20+ units in line ahead of me.


I wanted to followup regarding these two issues here.

First, Netgear replaced my NV (with the dead power supply) with a new NV+,
and only took one day to turn-around and ship the replacement NV+, once
they had received my dead NV. So kudos to Infrant and Netgear for coming
through for your customers.

Second, after i brought the new new NV+ up to 4.0b2-p2-T1, i had the same
problems with a USB-connected APC UPS -- the Infrant didn't seem to see
it. However, i upgraded to 4.0b4-p1-T2, and the UPS is recognized.

4.0b4 is looking good so far. (Of course, i'll post if i hit any snags. :)

-johan
johanvz
ReadyNAS Newbie
 
Posts: 14
Joined: Fri Jun 15, 2007 9:42 pm

Previous

Return to Public RAIDiator Beta for ReadyNAS NV+/Duo/1100

Similar topics


Who is online

Users browsing this forum: No registered users and 4 guests