search for: smart_pool_service

Displaying 2 results from an estimated 2 matches for "smart_pool_service".

2009 May 22
1
[PATCH server] fixed smart pool 'save' regression.
...Scott Seago <sseago at redhat.com> --- src/app/controllers/hardware_controller.rb | 5 +---- src/app/controllers/pool_controller.rb | 6 ++++-- src/app/controllers/resources_controller.rb | 6 ------ src/app/services/hardware_pool_service.rb | 4 ++-- src/app/services/smart_pool_service.rb | 4 ++-- src/app/services/vm_resource_pool_service.rb | 4 ++-- 6 files changed, 11 insertions(+), 18 deletions(-) diff --git a/src/app/controllers/hardware_controller.rb b/src/app/controllers/hardware_controller.rb index 4d93e2f..6d879b9 100644 --- a/src/app/controllers/hardware_c...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...ntroller.rb | 8 --- src/app/controllers/storage_volume_controller.rb | 8 --- src/app/controllers/vm_controller.rb | 13 +---- src/app/services/hardware_pool_service.rb | 1 - src/app/services/pool_service.rb | 1 - src/app/services/smart_pool_service.rb | 3 +- src/app/services/vm_resource_pool_service.rb | 1 - src/app/services/vm_service.rb | 24 +++++--- .../addhost.html.erb => hardware/addhost.rhtml} | 8 ++-- src/app/views/hardware/show_hosts.rhtml | 4 +- 19 files change...