Re: [Openstack] [Swift] XFS Write Barriers

2014-04-22 Thread Shrinand Javadekar
I see. Thanks Chuck! On Tue, Apr 22, 2014 at 7:20 AM, Chuck Thier wrote: > Well the short answer to that question is that it is generally a best > practice to run a disk controller card with a persistent cache in front of > your storage drives. When this is the case you want to turn barriers of

Re: [Openstack] [Swift] XFS Write Barriers

2014-04-22 Thread Chuck Thier
Well the short answer to that question is that it is generally a best practice to run a disk controller card with a persistent cache in front of your storage drives. When this is the case you want to turn barriers off, otherwise they would render your cache ineffective. If you are not running a

[Openstack] [Swift] XFS Write Barriers

2014-04-21 Thread Shrinand Javadekar
Hi, I notice that the recommended way of deploying Swift is to use XFS on the storage nodes. This XFS volume is mounted using the "nobarriers" option. If I'm not wrong, Swift does an fsync after every put to make sure that the object is written to disk. But in the absence of barriers this isn't g