~ubuntu-branches/ubuntu/saucy/glusterfs/saucy

« back to all changes in this revision

Viewing changes to xlators/features/marker/utils/syncdaemon/gsyncd.py

  • Committer: Package Import Robot
  • Author(s): Louis Zuckerman
  • Date: 2012-01-28 15:32:55 UTC
  • Revision ID: package-import@ubuntu.com-20120128153255-9hy06lmlw8ev6ttr
Added Ubuntu upstart jobs providing support for local glusterfs mounts
(LP: #876648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    op.add_option('--rsync-command',       metavar='CMD',   default='rsync')
138
138
    op.add_option('--rsync-extra',         metavar='ARGS',  default='-sS', help=SUPPRESS_HELP)
139
139
    op.add_option('--timeout',             metavar='SEC',   type=int, default=120)
140
 
    op.add_option('--connection-timeout',  metavar='SEC',   type=int, default=60, help=SUPPRESS_HELP)
141
140
    op.add_option('--sync-jobs',           metavar='N',     type=int, default=3)
142
141
    op.add_option('--turns',               metavar='N',     type=int, default=0, help=SUPPRESS_HELP)
143
142