From: Walter Huf Date: Fri, 18 Jul 2014 20:49:16 +0000 (-0500) Subject: Actually uses the cephfs attribute X-Git-Tag: v0.8.0~25^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f9419128c9de22b2cbc69e9dab48e9bfc4382ac;p=ceph-cookbooks.git Actually uses the cephfs attribute --- diff --git a/recipes/cephfs.rb b/recipes/cephfs.rb index 61e238f..28ac60c 100644 --- a/recipes/cephfs.rb +++ b/recipes/cephfs.rb @@ -31,7 +31,7 @@ requires_fuse = true end -ceph_cephfs '/ceph' do +ceph_cephfs node['ceph']['cephfs_mount'] do use_fuse requires_fuse action [:mount, :enable] end