summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-05-06 11:50:41 -0400
committerJames Shubin <james@shubin.ca>2014-09-26 13:27:09 -0400
commit6c962083d8b100dcaeb6f11dbe61e6071f3d13f0 (patch)
treea7d7363ebc83ab9f5947ca3e42d5856b13edeb4c /data
parentb00516e42f5e7532700a719df8248b272b544030 (diff)
downloadpuppet-gluster-6c962083d8b100dcaeb6f11dbe61e6071f3d13f0.tar.gz
puppet-gluster-6c962083d8b100dcaeb6f11dbe61e6071f3d13f0.tar.xz
puppet-gluster-6c962083d8b100dcaeb6f11dbe61e6071f3d13f0.zip
Add btrfs support.
This patch adds btrfs support to puppet-gluster. This is not (yet) officially supported by GlusterFS but should work. It is being added here to make it easier to test with GlusterFS and report bugs. Special thanks to Eric Sandeen for adding --uuid support to mkfs.btrfs: https://bugzilla.redhat.com/show_bug.cgi?id=1094857 Tracker bug for this feature is: https://bugzilla.redhat.com/show_bug.cgi?id=1094860
Diffstat (limited to 'data')
-rw-r--r--data/tree/RedHat/Fedora.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/tree/RedHat/Fedora.yaml b/data/tree/RedHat/Fedora.yaml
index 856eebe..09a8789 100644
--- a/data/tree/RedHat/Fedora.yaml
+++ b/data/tree/RedHat/Fedora.yaml
@@ -14,6 +14,7 @@ gluster::params::program_vgdisplay: '/usr/sbin/vgdisplay'
#gluster::params::program_lvdisplay: '/usr/sbin/lvdisplay'
gluster::params::program_mkfs_xfs: '/usr/sbin/mkfs.xfs'
gluster::params::program_mkfs_ext4: '/usr/sbin/mkfs.ext4'
+gluster::params::program_mkfs_btrfs: '/usr/sbin/mkfs.btrfs'
gluster::params::program_findmnt: '/usr/bin/findmnt'
gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd'