simplifying options and code
This commit is contained in:
5 changed files with 35 additions and 38 deletions
@@ -297,7 +297,6 @@ trying to write and produce zero byte files. The object-auditor will catch
these problems but in the case of a system crash it would be 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 -f 1000`
"-z" will check for only zero-byte files and "-f" overrides the
zero_byte_files_per_second to a 1000 from the config file, which by default is
only 50.
`swift-object-auditor /path/to/object-server/config/file.conf once -z 1000`
"-z" means to only check for zero-byte files at 1000 files per second.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.