Bug 515217 - Impossible to add storage servers
Summary: Impossible to add storage servers
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Virtualization Tools
Classification: Community
Component: ovirt-server-suite
Version: unspecified
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Hugh Brock
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-03 12:27 UTC by Sylvain Desbureaux
Modified: 2014-01-20 14:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-20 14:39:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Sylvain Desbureaux 2009-08-03 12:27:33 UTC
Description of problem:
impossible to add a volume

Version-Release number of selected component (if applicable):
ovirt-docs.noarch                         0.99-1.fc10
ovirt-node-image.x86_64                   1.0.1-1.fc10
ovirt-node-image-pxe.x86_64               1.0.1-1.fc10
ovirt-release.noarch                      0.99-1.fc10
ovirt-server.noarch                       0.99-1.fc10
ovirt-server-installer.noarch             0.99-1.fc10
qpidc.x86_64                              0.5.787286-2.fc10
qpidd.x86_64                              0.5.787286-2.fc10
ruby-qpid.x86_64                          0.5.787286-1.fc10

How reproducible:
always

Steps to Reproduce:
1. add a node and make it available / enabled
2. create a storage server in the same server
  
Actual results:

taskomatic.log answers is 
ERROR Mon Aug 03 10:44:06 +0200 2009 (7407) Task action processing failed: RuntimeError: Could not find a host within this storage pool to scan the storage server.


Expected results:

add of the storage server

Additional info:

if I replace line 582 and 583 of taskomatic with the following lines:
node_found=nil
nodes = @session.objects(:class => "node")
nodes.each do |node|
  @logger.info "node: #{node.hostname}"
  if node.hostname==host.hostname
    node_found=node
    @logger.info "node found!"
    break
  end
end
return node_found if node_found

it works, so the command "@session.object(:class => 'node', 'hostname' => host.hostname)" seems not to be the problem.

Comment 1 Cole Robinson 2014-01-20 14:39:16 UTC
This bugzilla product/component combination is no longer used: ovirt bugs are tracked under the bugzilla product 'oVirt'. If this bug is still valid, please reopen and set the correct product/component.


Note You need to log in before you can comment on or make changes to this bug.