2ce5b11b1a
This patch changes the name of the Admin-Guide from the Cloud Admin Guide to the Administrator guide. This affects the filename in the repository, and references to cloud administrators within the document texts. 1.) Changing instances of 'cloud administrator' to 'administrator'. 2.) Change links from '/admin-guide-cloud/' to '/admin-guide/' within the Admin Guide. 3.) Adjust .htaccess file. Change-Id: I7f21a710e922981aa295afc0616de36fd819b523 Implements: blueprint user-guides-reorganised
965 B
965 B
Object Auditor
On system failures, the XFS file system can sometimes truncate files it is trying to write and produce zero-byte files. The object-auditor will catch these problems but in the case of a system crash it is advisable to run an extra, less rate limited sweep, to check for these specific files. You can run this command as follows:
$ swift-object-auditor /path/to/object-server/config/file.conf once -z 1000
Note
"-z" means to only check for zero-byte files at 1000 files per second.
It is useful to run the object auditor on a specific device or set of devices. You can run the object-auditor once as follows:
$ swift-object-auditor /path/to/object-server/config/file.conf once \
--devices=sda,sdb
Note
This will run the object auditor on only the sda
and
sdb
devices. This parameter accepts a comma-separated list
of values.