summaryrefslogtreecommitdiffstats
path: root/DOCUMENTATION.md
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 /DOCUMENTATION.md
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 'DOCUMENTATION.md')
-rw-r--r--DOCUMENTATION.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md
index b103868..e1cc82c 100644
--- a/DOCUMENTATION.md
+++ b/DOCUMENTATION.md
@@ -778,6 +778,8 @@ This should be _xfs_ or _ext4_. Using _xfs_ is recommended, but _ext4_ is also
quite common. This only affects a file system that is getting created by this
module. If you provision a new machine, with a root file system of _ext4_, and
the brick you create is a root file system path, then this option does nothing.
+A _btrfs_ option is now available for testing. It is not officially supported
+by GlusterFS, but testing it anyways, and reporting any issues is encouraged.
####`xfs_inode64`
Set _inode64_ mount option when using the _xfs_ fstype. Choose _true_ to set.