Add inline commments
Cleans up old inline comments and adds new comments.
This commit is contained in:
@@ -2,10 +2,9 @@
|
|||||||
# Rings are used to make decicions about how to map objects in the cluster
|
# Rings are used to make decicions about how to map objects in the cluster
|
||||||
#
|
#
|
||||||
# Specifies the following relationship:
|
# Specifies the following relationship:
|
||||||
# Rings shoudl be created before any devices are added to them
|
# Rings should be created before any devices are added to them
|
||||||
# Rings should be rebalanced if anything changes
|
# Rings should be rebalanced if anything changes
|
||||||
# == Parameters
|
# == Parameters
|
||||||
# # TODO - I need to review the ringbuilder docs
|
|
||||||
# [*part_power*] The total number of partitions that should exist in the ring.
|
# [*part_power*] The total number of partitions that should exist in the ring.
|
||||||
# This is expressed as a power of 2.
|
# This is expressed as a power of 2.
|
||||||
# [*replicas*] Numer of replicas that should be maintained of each stored object.
|
# [*replicas*] Numer of replicas that should be maintained of each stored object.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
describe 'swift::storage::loopback' do
|
describe 'swift::storage::loopback' do
|
||||||
|
# TODO add unit tests
|
||||||
|
# this is not the highest priority b/c it is really for testing
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
describe 'swift::storage::mount' do
|
describe 'swift::storage::mount' do
|
||||||
|
# TODO add unit tests
|
||||||
|
# not a super high priority b/c this is just for testing
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
describe 'swift::storage::node' do
|
describe 'swift::storage::node' do
|
||||||
|
# this is just for the SAOI
|
||||||
|
# add tests
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user