Feature #723
closedHypervisor details page
Description
Should have list of known vms on that host (combined libvirt and foreman) with links to host pages for hosts foreman knows about)
Also a "new host" button to create a vm on that host.
Updated by Ohad Levy over 13 years ago
- Assignee set to Ohad Levy
- Target version set to 0.3
Updated by Ohad Levy over 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset b3f525e22658fb39cef68e4ec5c02cd77d0925db.
Updated by Ohad Levy over 13 years ago
Applied in changeset b4d2608a195f769fbf4f833e98ec1d8ccba7368d.
Updated by Dis Connect over 13 years ago
Processing Hypervisors::GuestsController#index (for 10.1.2.3 at 2011-04-01 09:17:15) [GET]
Parameters: {"hypervisor_id"=>"hostfoo"}
trying to contact Hypervisor hostfoo
NoMethodError (undefined method `find_volume_by_name' for nil:NilClass):
app/models/hypervisor.rb:31:in `guests'
app/models/hypervisor.rb:65:in `query'
app/models/hypervisor.rb:31:in `guests'
app/controllers/hypervisors/guests_controller.rb:6:in `index'
/usr/lib/ruby/1.8/mongrel.rb:159:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:158:in `each'
/usr/lib/ruby/1.8/mongrel.rb:158:in `process_client'
/usr/lib/ruby/1.8/mongrel.rb:285:in `run'
/usr/lib/ruby/1.8/mongrel.rb:285:in `initialize'
/usr/lib/ruby/1.8/mongrel.rb:285
Rendering /usr/share/foreman/public/500.html (500 Internal Server Error)
Updated by Ohad Levy over 13 years ago
Dis Connect wrote:
Processing Hypervisors::GuestsController#index (for 10.1.2.3 at 2011-04-01 09:17:15) [GET]
Parameters: {"hypervisor_id"=>"hostfoo"}
trying to contact Hypervisor hostfooNoMethodError (undefined method `find_volume_by_name' for nil:NilClass):
I can't reproduce that...
can you ensure that hostfoo does have the default storage pool? (otherwise we are hitting #720)
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed