Add inline commments

Cleans up old inline comments and adds new comments.
This commit is contained in:
Dan Bode
2012-03-02 20:08:32 -08:00
parent 4752a3d85f
commit 900e061a11
4 changed files with 7 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -1,2 +1,4 @@
describe 'swift::storage::node' do describe 'swift::storage::node' do
# this is just for the SAOI
# add tests
end end