mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add support for volume_pool_name
This commit is contained in:
parent
043b549eed
commit
feb7cf2095
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ module Fog
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
# If no template volume was given, let's create our own volume
|
# If no template volume was given, let's create our own volume
|
||||||
|
options[:pool_name] = volume_pool_name if volume_pool_name
|
||||||
options[:format_type] = volume_format_type if volume_format_type
|
options[:format_type] = volume_format_type if volume_format_type
|
||||||
options[:capacity] = volume_capacity if volume_capacity
|
options[:capacity] = volume_capacity if volume_capacity
|
||||||
options[:allocation] = volume_allocation if volume_allocation
|
options[:allocation] = volume_allocation if volume_allocation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue