diff options
Diffstat (limited to 'cloudmasterd/lib/cloudmasterd.rb')
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index a8d540b..1836630 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -14,7 +14,6 @@ require 'xmlrpc/client' Camping.goes :Cloudmasterd Cloudmasterd.picnic! - module Cloudmasterd::Helpers class Cobblerd def initialize(repo) @@ -90,7 +89,7 @@ module Cloudmasterd::Controllers # Find the best host on which to create a VM that requires # the given "disk_size" and "ram" def _get_best_host(disk_size, ram) - return `func-find-resources -m #{ram} -d #{disk_size}`.split(':')[0] + return `func-find-resources -m #{ram} -d #{disk_size} -f HostVolGroupImages`.split(':')[0] end # run the appropriate koan command to create the given "fqdn" |
