Linked by Thom Holwerda on Wed 24th Feb 2010 21:14 UTC, submitted by diegocg
Thread beginning with comment 410867
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Still no ext4 delayed allocation for data journaling
by Elv13 on Thu 25th Feb 2010 01:22
in reply to "Still no ext4 delayed allocation for data journaling"
RE[2]: Still no ext4 delayed allocation for data journaling
by cerbie on Thu 25th Feb 2010 04:59
in reply to "RE: Still no ext4 delayed allocation for data journaling"
RE[2]: Still no ext4 delayed allocation for data journaling
by big_gie on Thu 25th Feb 2010 20:30
in reply to "RE: Still no ext4 delayed allocation for data journaling"




Member since:
2006-03-02
For people running servers that require maximum disk reliability, some of us like to use full data journaling. This involves double-writes of all data, but it's more robust. Well, EXT4 doesn't support delayed allocation (which would a really nice optimization) in data journaling mode. STILL.