~david-goetz/swift/zero_byte_obj_audit

« back to all changes in this revision

Viewing changes to doc/source/deployment_guide.rst

  • Committer: FUJITA Tomonori
  • Date: 2011-01-13 18:42:21 UTC
  • mfrom: (163 swift)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: fujita.tomonori@lab.ntt.co.jp-20110113184221-wzn2po12pz2ojy8h
MergingĀ theĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
log_name            object-auditor  Label used when logging
230
230
log_facility        LOG_LOCAL0      Syslog log facility
231
231
log_level           INFO            Logging level
232
 
interval            1800            Minimum time for a pass to take
 
232
files_per_second    20              Maximum files audited per second. Should
 
233
                                    be tuned according to individual system
 
234
                                    specs. 0 is unlimited.
 
235
bytes_per_second    10000000        Maximum bytes audited per second. Should
 
236
                                    be tuned according to individual system
 
237
                                    specs. 0 is unlimited.
233
238
==================  ==============  ==========================================
234
239
 
235
240
------------------------------
484
489
node_timeout  10                                   Request timeout
485
490
============  ===================================  ========================
486
491
 
 
492
[swauth]
 
493
 
 
494
=====================  =============================== =======================
 
495
Option                 Default                         Description
 
496
---------------------  ------------------------------- -----------------------
 
497
use                                                    Entry point for
 
498
                                                       paste.deploy to use for
 
499
                                                       auth. To use the swauth
 
500
                                                       set to:
 
501
                                                       `egg:swift#swauth`
 
502
log_name               auth-server                     Label used when logging
 
503
log_facility           LOG_LOCAL0                      Syslog log facility
 
504
log_level              INFO                            Log level
 
505
log_headers            True                            If True, log headers in
 
506
                                                       each request
 
507
reseller_prefix        AUTH                            The naming scope for the
 
508
                                                       auth service. Swift
 
509
                                                       storage accounts and
 
510
                                                       auth tokens will begin
 
511
                                                       with this prefix.
 
512
auth_prefix            /auth/                          The HTTP request path
 
513
                                                       prefix for the auth
 
514
                                                       service. Swift itself
 
515
                                                       reserves anything
 
516
                                                       beginning with the
 
517
                                                       letter `v`.
 
518
default_swift_cluster  local:http://127.0.0.1:8080/v1  The default Swift
 
519
                                                       cluster to place newly
 
520
                                                       created accounts on.
 
521
token_life             86400                           The number of seconds a
 
522
                                                       token is valid.
 
523
node_timeout           10                              Request timeout
 
524
super_admin_key        None                            The key for the
 
525
                                                       .super_admin account.
 
526
=====================  =============================== =======================
 
527
 
 
528
 
487
529
------------------------
488
530
Memcached Considerations
489
531
------------------------