Fixed rysnc -> rsync typo
Change-Id: I671b4206072c6e22f4ae38033502336ec32e86ad
This commit is contained in:
parent
a79d8508df
commit
99a13d9386
@ -305,7 +305,7 @@ Allow rsync to compress data which is transmitted to destination node
|
|||||||
during sync. However, this is applicable only when destination node is in
|
during sync. However, this is applicable only when destination node is in
|
||||||
a different region than the local one. The default is false.
|
a different region than the local one. The default is false.
|
||||||
.IP \fBrsync_module\fR
|
.IP \fBrsync_module\fR
|
||||||
Format of the rysnc module where the replicator will send data. See
|
Format of the rsync module where the replicator will send data. See
|
||||||
etc/rsyncd.conf-sample for some usage examples.
|
etc/rsyncd.conf-sample for some usage examples.
|
||||||
.IP \fBrecon_cache_path\fR
|
.IP \fBrecon_cache_path\fR
|
||||||
Path to recon cache directory. The default is /var/cache/swift.
|
Path to recon cache directory. The default is /var/cache/swift.
|
||||||
|
@ -317,7 +317,7 @@ Allow rsync to compress data which is transmitted to destination node
|
|||||||
during sync. However, this is applicable only when destination node is in
|
during sync. However, this is applicable only when destination node is in
|
||||||
a different region than the local one. The default is false.
|
a different region than the local one. The default is false.
|
||||||
.IP \fBrsync_module\fR
|
.IP \fBrsync_module\fR
|
||||||
Format of the rysnc module where the replicator will send data. See
|
Format of the rsync module where the replicator will send data. See
|
||||||
etc/rsyncd.conf-sample for some usage examples.
|
etc/rsyncd.conf-sample for some usage examples.
|
||||||
.IP \fBrecon_cache_path\fR
|
.IP \fBrecon_cache_path\fR
|
||||||
Path to recon cache directory. The default is /var/cache/swift.
|
Path to recon cache directory. The default is /var/cache/swift.
|
||||||
|
@ -379,7 +379,7 @@ a different region than the local one.
|
|||||||
NOTE: Objects that are already compressed (for example: .tar.gz, .mp3) might
|
NOTE: Objects that are already compressed (for example: .tar.gz, .mp3) might
|
||||||
slow down the syncing process. The default is false.
|
slow down the syncing process. The default is false.
|
||||||
.IP \fBrsync_module\fR
|
.IP \fBrsync_module\fR
|
||||||
Format of the rysnc module where the replicator will send data. See
|
Format of the rsync module where the replicator will send data. See
|
||||||
etc/rsyncd.conf-sample for some usage examples. The default is empty.
|
etc/rsyncd.conf-sample for some usage examples. The default is empty.
|
||||||
.IP \fBnode_timeout\fR
|
.IP \fBnode_timeout\fR
|
||||||
Request timeout to external services. The default is 10 seconds.
|
Request timeout to external services. The default is 10 seconds.
|
||||||
|
@ -146,7 +146,7 @@ use = egg:swift#recon
|
|||||||
# a different region than the local one.
|
# a different region than the local one.
|
||||||
# rsync_compress = no
|
# rsync_compress = no
|
||||||
#
|
#
|
||||||
# Format of the rysnc module where the replicator will send data. See
|
# Format of the rsync module where the replicator will send data. See
|
||||||
# etc/rsyncd.conf-sample for some usage examples.
|
# etc/rsyncd.conf-sample for some usage examples.
|
||||||
# rsync_module = {replication_ip}::account
|
# rsync_module = {replication_ip}::account
|
||||||
#
|
#
|
||||||
|
@ -155,7 +155,7 @@ use = egg:swift#recon
|
|||||||
# a different region than the local one.
|
# a different region than the local one.
|
||||||
# rsync_compress = no
|
# rsync_compress = no
|
||||||
#
|
#
|
||||||
# Format of the rysnc module where the replicator will send data. See
|
# Format of the rsync module where the replicator will send data. See
|
||||||
# etc/rsyncd.conf-sample for some usage examples.
|
# etc/rsyncd.conf-sample for some usage examples.
|
||||||
# rsync_module = {replication_ip}::container
|
# rsync_module = {replication_ip}::container
|
||||||
#
|
#
|
||||||
|
@ -217,7 +217,7 @@ use = egg:swift#recon
|
|||||||
# slow down the syncing process.
|
# slow down the syncing process.
|
||||||
# rsync_compress = no
|
# rsync_compress = no
|
||||||
#
|
#
|
||||||
# Format of the rysnc module where the replicator will send data. See
|
# Format of the rsync module where the replicator will send data. See
|
||||||
# etc/rsyncd.conf-sample for some usage examples.
|
# etc/rsyncd.conf-sample for some usage examples.
|
||||||
# rsync_module = {replication_ip}::object
|
# rsync_module = {replication_ip}::object
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user