Skip to content

Commit

Permalink
include xfs correctly for an LWRP.
Browse files Browse the repository at this point in the history
  • Loading branch information
bazbremner committed Apr 10, 2014
1 parent 23fbbab commit da0347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/ebs_raid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def create_raid_disks(mount_point, mount_point_owner, mount_point_group, mount_p
when "ext4"
system("mke2fs -t #{filesystem} -F #{md_device}")
when "xfs"
include_recipe 'xfs'
run_context.include_recipe 'xfs'
system("mkfs -t #{filesystem} #{md_device}")
else
#TODO fill in details on how to format other filesystems here
Expand Down

0 comments on commit da0347b

Please sign in to comment.