From 5ec55a34c99c7b458f8be013863967c631be6730 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Mon, 26 Nov 2012 12:21:23 +0530 Subject: Added virt group file - template for 'group' set - This sample file contains the set of volume options that are associated with volumes that would be used to store VMs. - To enable the set of options present in this file one must do the following, - # cp extras/group-virt.example /var/lib/glusterd/groups/ # gluster volume set group Change-Id: I8848d3d222ce114900db885aeef2f20c83ece28c BUG: 851237 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.org/4232 Reviewed-by: Anand Avati Tested-by: Gluster Build System --- extras/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras/Makefile.am') diff --git a/extras/Makefile.am b/extras/Makefile.am index ccc732f097d..5b5708fda91 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -11,4 +11,5 @@ conf_DATA = glusterfs-logrotate EXTRA_DIST = specgen.scm MacOSX/Portfile glusterfs-mode.el glusterfs.vim \ migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \ backend-cleanup.sh disk_usage_sync.sh quota-remove-xattr.sh \ - quota-metadata-cleanup.sh glusterfs-logrotate clear_xattrs.sh + quota-metadata-cleanup.sh glusterfs-logrotate clear_xattrs.sh \ + group-virt.example -- cgit