Add inline commments
Cleans up old inline comments and adds new comments.
This commit is contained in:
parent
4752a3d85f
commit
900e061a11
@ -2,10 +2,9 @@
|
||||
# Rings are used to make decicions about how to map objects in the cluster
|
||||
#
|
||||
# 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
|
||||
# == Parameters
|
||||
# # TODO - I need to review the ringbuilder docs
|
||||
# [*part_power*] The total number of partitions that should exist in the ring.
|
||||
# This is expressed as a power of 2.
|
||||
# [*replicas*] Numer of replicas that should be maintained of each stored object.
|
||||
|
@ -1,3 +1,4 @@
|
||||
describe 'swift::storage::loopback' do
|
||||
|
||||
# TODO add unit tests
|
||||
# this is not the highest priority b/c it is really for testing
|
||||
end
|
||||
|
@ -1,3 +1,4 @@
|
||||
describe 'swift::storage::mount' do
|
||||
|
||||
# TODO add unit tests
|
||||
# not a super high priority b/c this is just for testing
|
||||
end
|
||||
|
@ -1,2 +1,4 @@
|
||||
describe 'swift::storage::node' do
|
||||
# this is just for the SAOI
|
||||
# add tests
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user