summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2012-08-23 15:19:26 -0400
committerJames Shubin <james@shubin.ca>2012-08-23 15:19:26 -0400
commit293f0ced9b3735796ff9cea5a6cd444ac99f83cc (patch)
tree998561286a4db1dbcc5deece401d26c8f23648d4
parentbda440c63e8550527d38abfd61e5fcddb14c29ad (diff)
downloadpuppet-gluster-293f0ced9b3735796ff9cea5a6cd444ac99f83cc.tar.gz
puppet-gluster-293f0ced9b3735796ff9cea5a6cd444ac99f83cc.tar.xz
puppet-gluster-293f0ced9b3735796ff9cea5a6cd444ac99f83cc.zip
Small comment changes.
-rw-r--r--manifests/host.pp4
-rw-r--r--manifests/init.pp2
-rw-r--r--manifests/server.pp1
3 files changed, 6 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 49eab77..de3017a 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# TODO: instead of peering manually this way (which makes the most sense, but
+# might be unsupported by gluster) we could peer using the cli, and ensure that
+# only the host holding the vip is allowed to execute cluster peer operations.
+
define gluster::host(
$uuid
) {
diff --git a/manifests/init.pp b/manifests/init.pp
index 6c81bfd..3de3d3c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -51,7 +51,7 @@
#
# XXX: does parted align disks properly ?
# XXX: mkfs.xfs -ssize=4k /dev/sdc1 ? # should "-s sector_size" be used ? http://kb.lsi.com/KnowledgebaseArticle16187.aspx ?
-# XXX: setup auth somehow... ip address based for now
+# XXX: setup auth somehow... ip address based for now # XXX: use volume::property...
# FIXME: test this: https://bugzilla.redhat.com/show_bug.cgi?id=GLUSTER-3769
# FIXME: peering: maybe we can just specify a guid somewhere so that everyone peers together ?
diff --git a/manifests/server.pp b/manifests/server.pp
index cc72e3d..9614d60 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -155,3 +155,4 @@ class gluster::server(
}
}
+# vim: ts=8