Removing some redundant words
This patch removes some redundant words. Change-Id: Ia79717664b06ed9a41c3c5dcf1a25e9e49e21cf2
This commit is contained in:
parent
cfb0b6a029
commit
2f7d0f4a2a
@ -874,7 +874,7 @@ cycle of 15-20 hours can occur if nodes are added to the system and a
|
|||||||
new ring has been deployed.
|
new ring has been deployed.
|
||||||
|
|
||||||
You can further check if the object replicator is stuck by logging on
|
You can further check if the object replicator is stuck by logging on
|
||||||
the the object server and checking the object replicator progress with
|
the object server and checking the object replicator progress with
|
||||||
the following command:
|
the following command:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
# The endpoint is what the container sync daemon will use when sending out
|
# The endpoint is what the container sync daemon will use when sending out
|
||||||
# requests to that cluster. Keep in mind this endpoint must be reachable by all
|
# requests to that cluster. Keep in mind this endpoint must be reachable by all
|
||||||
# container servers, since that is where the container sync daemon runs. Note
|
# container servers, since that is where the container sync daemon runs. Note
|
||||||
# the the endpoint ends with /v1/ and that the container sync daemon will then
|
# that the endpoint ends with /v1/ and that the container sync daemon will then
|
||||||
# add the account/container/obj name after that.
|
# add the account/container/obj name after that.
|
||||||
#
|
#
|
||||||
# Distribute this container-sync-realms.conf file to all your proxy servers
|
# Distribute this container-sync-realms.conf file to all your proxy servers
|
||||||
|
@ -146,7 +146,7 @@ def update_new_item_from_existing(new_item, existing):
|
|||||||
their timestamps are newer.
|
their timestamps are newer.
|
||||||
|
|
||||||
The multiple timestamps are encoded into a single string for storing
|
The multiple timestamps are encoded into a single string for storing
|
||||||
in the 'created_at' column of the the objects db table.
|
in the 'created_at' column of the objects db table.
|
||||||
|
|
||||||
:param new_item: A dict of object update attributes
|
:param new_item: A dict of object update attributes
|
||||||
:param existing: A dict of existing object attributes
|
:param existing: A dict of existing object attributes
|
||||||
|
@ -68,7 +68,7 @@ def _get_partners(frag_index, part_nodes):
|
|||||||
|
|
||||||
class RebuildingECDiskFileStream(object):
|
class RebuildingECDiskFileStream(object):
|
||||||
"""
|
"""
|
||||||
This class wraps the the reconstructed fragment archive data and
|
This class wraps the reconstructed fragment archive data and
|
||||||
metadata in the DiskFile interface for ssync.
|
metadata in the DiskFile interface for ssync.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ class TestRingBuilder(unittest.TestCase):
|
|||||||
def _partition_counts(self, builder, key='id'):
|
def _partition_counts(self, builder, key='id'):
|
||||||
"""
|
"""
|
||||||
Returns a dictionary mapping the given device key to (number of
|
Returns a dictionary mapping the given device key to (number of
|
||||||
partitions assigned to to that key).
|
partitions assigned to that key).
|
||||||
"""
|
"""
|
||||||
counts = defaultdict(int)
|
counts = defaultdict(int)
|
||||||
for part2dev_id in builder._replica2part2dev:
|
for part2dev_id in builder._replica2part2dev:
|
||||||
|
Loading…
Reference in New Issue
Block a user