public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Performance problem with multiple parallel rm -rf's
@ 2009-12-02 10:02 Jens Rosenboom
  2009-12-02 11:41 ` Sujit K M
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jens Rosenboom @ 2009-12-02 10:02 UTC (permalink / raw)
  To: xfs

On a large 13TB XFS volume that is being used for backups, I am seeing 
bad performance if multiple "rm -rf" processes are running in parallel. 
The backups are being done with rsnapshot and the first operation it 
does is removing the oldest snapshot. A single rsnapshot does this in 
reasonable time, but if four jobs are started at the same time, all 
their rm processes run for hours without making much progress.

This seems to be related to the planned optimizations in

http://xfs.org/index.php/Improving_Metadata_Performance_By_Reducing_Journal_Overhead

Are there any other tuning options I might try? I'm already using 
"noatime,nodiratime,nobarrier,logbufs=8,logbsize=256k" as mount options 
and did enable lazy_counters for the fs.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-03  1:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-02 10:02 Performance problem with multiple parallel rm -rf's Jens Rosenboom
2009-12-02 11:41 ` Sujit K M
2009-12-02 14:49 ` Justin Piszcz
2009-12-03  1:05 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox