Skip to content

Commit

Permalink
start using storage_pool_drive
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Feb 20, 2017
1 parent 879a4e5 commit 47d20b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pooling/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def self.share_conf(s)
end

def self.partition_conf(p)
"storage_pool_directory = #{part_path p}, min_free: #{p[:minimum_free]}gb\n"
"storage_pool_drive = #{part_path p}, min_free: #{p[:minimum_free]}gb\n"
end

def self.part_path(p)
Expand Down

0 comments on commit 47d20b9

Please sign in to comment.