Re: RAID5 created by 8 disks works with xfs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/04/2012 07:43, Stan Hoeppner wrote:
On 4/1/2012 5:33 AM, David Brown wrote:

For an application like this, it would probably make sense to put the
xfs log (and the mdraid bitmap file, if you are using one) on a separate
disk - perhaps a small SSD.

XFS only journals metadata changes.  Thus an external journal is not
needed here as there is no metadata in the workload.


Won't there still be metadata changes as each file is closed and a new one started, or as more space is allocated to the files being written (I know xfs has delayed allocation and other tricks to minimise this, but it can't be eliminated entirely). Each time the metadata or log needs written, you'll get a big discontinuity in the writing as the disks heads need to jump around (especially for RAID5!).

It would make sense to have a separate disk (again, SSD is logical) for the OS and other files anyway, keeping the big array for the data. Putting the xfs log there too would surely be a small but helpful step?

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux