Skip to content

Commit

Permalink
Merge pull request #174 from hufman/fix_use_fuse
Browse files Browse the repository at this point in the history
Fixes switching cephfs mode based on the attribute
  • Loading branch information
hufman committed Aug 5, 2015
2 parents 7b12e29 + 8ab2a21 commit 80a5ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cephfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
# limitations under the License.

ceph_cephfs node['ceph']['cephfs_mount'] do
use_fuse node['ceph']['cephfs_use_fuse'] || cephfs_requires_fuse
use_fuse node['ceph']['cephfs_use_fuse'].nil? ? cephfs_requires_fuse : node['ceph']['cephfs_use_fuse']
action [:mount, :enable]
end

0 comments on commit 80a5ccb

Please sign in to comment.