summaryrefslogtreecommitdiffstats
path: root/cloudmasterd
diff options
context:
space:
mode:
authorroot <root@hackathon1-repo.usersys.redhat.com>2008-06-20 14:35:22 -0400
committerroot <root@hackathon1-repo.usersys.redhat.com>2008-06-20 14:35:22 -0400
commit7e9416156eda5e532c8d6c4ccf8463405374b2ba (patch)
tree5b045a1a9beb1e702c43fd8b5258e1bcf5b6589a /cloudmasterd
parent105c4cf4a6f4a4cc72edabc3d4ee4d25c4d8c1b7 (diff)
downloadtools-7e9416156eda5e532c8d6c4ccf8463405374b2ba.tar.gz
tools-7e9416156eda5e532c8d6c4ccf8463405374b2ba.tar.xz
tools-7e9416156eda5e532c8d6c4ccf8463405374b2ba.zip
removed disk-space paramter in call to func-find-resources
Diffstat (limited to 'cloudmasterd')
-rw-r--r--cloudmasterd/lib/cloudmasterd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb
index 9de3acd..714e497 100644
--- a/cloudmasterd/lib/cloudmasterd.rb
+++ b/cloudmasterd/lib/cloudmasterd.rb
@@ -89,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}`.split(':')[0]
end
# run the appropriate koan command to create the given "fqdn"