Bug 1222294 - [HC]Failed to execute stage 'Misc configuration': Connection to storage server failed
Summary: [HC]Failed to execute stage 'Misc configuration': Connection to storage serve...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-hosted-engine-setup
Version: 3.6.0
Hardware: x86_64
OS: Linux
urgent
urgent
Target Milestone: ---
: 3.6.0
Assignee: Sandro Bonazzola
QA Contact: Nikolai Sednev
URL:
Whiteboard: integration
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-17 12:16 UTC by Nikolai Sednev
Modified: 2015-06-17 13:55 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-17 13:55:02 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
alma02 logs (12.31 MB, application/x-gzip)
2015-05-17 12:16 UTC, Nikolai Sednev
no flags Details
all logs (15.13 MB, application/x-gzip)
2015-05-26 15:38 UTC, Nikolai Sednev
no flags Details

Description Nikolai Sednev 2015-05-17 12:16:08 UTC
Created attachment 1026443 [details]
alma02 logs

Description of problem:
[HC]Failed to execute stage 'Misc configuration': Connection to storage server failed.
Deployment failed.

Version-Release number of selected component (if applicable):
ovirt-hosted-engine-ha-1.3.0-0.0.master.20150424113553.20150424113551.git7c14f4c.el7.noarch
ovirt-host-deploy-1.4.0-0.0.master.20150505205623.giteabc23b.el7.noarch
glusterfs-api-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-server-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
mom-0.4.3-1.el7.noarch
glusterfs-cli-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
ovirt-release-master-001-0.7.master.noarch
glusterfs-fuse-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-libs-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
vdsm-4.17.0-786.git07dec6d.el7.centos.x86_64
qemu-kvm-ev-2.1.2-23.el7_1.2.x86_64
glusterfs-rdma-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
ovirt-engine-sdk-python-3.6.0.0-0.13.20150512.git5c8d5b1.el7.centos.noarch
libvirt-client-1.2.8-16.el7_1.3.x86_64
ovirt-hosted-engine-setup-1.3.0-0.0.master.20150511134154.gitf764a6b.el7.noarch
sanlock-3.2.2-2.el7.x86_64
glusterfs-client-xlators-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-geo-replication-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64


How reproducible:
100%

Steps to Reproduce:
1.Deploy HC on RHEL7.1 host with listed above components. 
2.Create folder for gluster at /root/HC
3.

Actual results:
Getting storage error "Failed to execute stage 'Misc configuration': Connection to storage server failed"

Expected results:
Deployment should succeed.

Additional info:
logs attached.

Comment 1 Sandro Bonazzola 2015-05-18 10:01:55 UTC
Thread-29::DEBUG::2015-05-17 14:10:18,613::BindingXMLRPC::318::vds::(wrapper) client [127.0.0.1]
Thread-29::DEBUG::2015-05-17 14:10:18,614::task::592::Storage.TaskManager.Task::(_updateState) Task=`217b7295-579b-481a-93eb-a14ed52342da`::moving from state init -> state preparing
Thread-29::INFO::2015-05-17 14:10:18,614::logUtils::48::dispatcher::(wrapper) Run and protect: connectStorageServer(domType=7, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'tpgt': '1', 'vfs_type': 'glusterfs', 'connection': 'alma02.qa.lab.tlv.redhat.com:/hosted_engine_glusterfs', 'id': '5f1c9921-9b0c-49bc-ae87-338a0a0be00c', 'user': 'kvm'}], options=None)
Thread-29::DEBUG::2015-05-17 14:10:18,616::fileUtils::143::Storage.fileUtils::(createdir) Creating directory: /rhev/data-center/mnt/glusterSD/alma02.qa.lab.tlv.redhat.com:_hosted__engine__glusterfs mode: None
Thread-29::WARNING::2015-05-17 14:10:18,616::fileUtils::149::Storage.fileUtils::(createdir) Dir /rhev/data-center/mnt/glusterSD/alma02.qa.lab.tlv.redhat.com:_hosted__engine__glusterfs already exists
Thread-29::DEBUG::2015-05-17 14:10:18,616::mount::234::Storage.Misc.excCmd::(_runcmd) /usr/bin/sudo -n /usr/bin/systemd-run --scope --slice=vdsm-glusterfs /usr/bin/mount -t glusterfs alma02.qa.lab.tlv.redhat.com:/hosted_engine_glusterfs /rhev/data-center/mnt/glusterSD/alma02.qa.lab.tlv.redhat.com:_hosted__engine__glusterfs (cwd None)
Thread-29::ERROR::2015-05-17 14:10:18,925::hsm::2467::Storage.HSM::(connectStorageServer) Could not connect to storageServer
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/hsm.py", line 2464, in connectStorageServer
    conObj.connect()
  File "/usr/share/vdsm/storage/storageServer.py", line 223, in connect
    six.reraise(t, v, tb)
  File "/usr/share/vdsm/storage/storageServer.py", line 215, in connect
    self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
  File "/usr/share/vdsm/storage/mount.py", line 230, in mount
    return self._runcmd(cmd, timeout)
  File "/usr/share/vdsm/storage/mount.py", line 246, in _runcmd
    raise MountError(rc, ";".join((out, err)))
MountError: (1, ';Running as unit run-4399.scope.\nMount failed. Please check the log file for more details.\n')

Nir, which logs should I check?

Comment 2 Nir Soffer 2015-05-18 11:34:27 UTC
What is the flow when this happens? Is this reproducible?

Lets see vdsm and glusterfs logs:
/var/log/glusterfs/rhev-data-center-mnt-glusterSD-host:volume.log

Comment 3 Sandro Bonazzola 2015-05-19 09:42:54 UTC
Nir, attachment #1026443 [details] contains a full sos report.
It contains the gluster logs here: /sosreport-alma02.qa.lab.tlv.redhat.com-20150517150150/var/log/glusterfs/

Comment 4 Nir Soffer 2015-05-19 17:47:58 UTC
(In reply to Sandro Bonazzola from comment #3)

Trying again: What is the flow when this happens? Is this reproducible?

This does not seems related to https://gerrit.ovirt.org/40240. glusterfs
mount helper runs in the correct context (Running as unit run-4399.scope)
but the mount failed.

Comment 5 Nir Soffer 2015-05-19 17:49:23 UTC
Sahina, can someone from gluster look into the logs and explain the mount
failure?

Comment 6 Sandro Bonazzola 2015-05-20 06:59:21 UTC
Nir, this is supposed to be the Hosted Engine HC deploy flow.
I'm moving the needinfo on Nikolai to confirm exact steps he did and to answer if he's able to reproduce.

Comment 7 Nikolai Sednev 2015-05-21 12:11:50 UTC
Not reproduced on these components and got stuck on "Still waiting for VDSM host to become operational...", while engine became not reachable and I couldn't get connected to it not via ssh, neither via http:
[root@alma02 ~]# hosted-engine --deploy                                             
[ INFO  ] Stage: Initializing                                                       
[ INFO  ] Generating a temporary VNC password.                                      
[ INFO  ] Stage: Environment setup                                                  
          Continuing will configure this host for serving as hypervisor and create a VM where you have to install oVirt Engine afterwards.                                                                                                                        
          Are you sure you want to continue? (Yes, No)[Yes]:                                                                     
          Configuration files: []                                                                                                
          Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20150521133424-7qbgp9.log                       
          Version: otopi-1.4.0_master (otopi-1.4.0-0.0.master.20150423125505.git08ea44e.el7)                                     
          It has been detected that this program is executed through an SSH connection without using screen.                     
          Continuing with the installation may lead to broken installation if the network connection fails.                      
          It is highly recommended to abort the installation and run it inside a screen session using command "screen".          
          Do you want to continue anyway? (Yes, No)[No]: yes                                                                     
[ INFO  ] Hardware supports virtualization                                                                                       
[ INFO  ] Stage: Environment packages setup                                                                                      
[ INFO  ] Stage: Programs detection                                                                                              
[ INFO  ] Stage: Environment setup                                                                                               
[ INFO  ] Waiting for VDSM hardware info                                                                                         
[ INFO  ] Waiting for VDSM hardware info                                                                                         
[ INFO  ] Generating libvirt-spice certificates                                                                                  
[ INFO  ] Stage: Environment customization                                                                                       
                                                                                                                                 
          --== STORAGE CONFIGURATION ==--                                                                                        
                                                                                                                                 
          During customization use CTRL-D to abort.                                                                              
          Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: glusterfs                   
          Do you want to configure this host for providing GlusterFS storage (will start with no replica requires to grow to replica 3 later)? (Yes, No)[No]: yes                                                                                                 
          Please provide a path to be used for the brick on this host:/root/HC                                                   
[ INFO  ] Installing on first host                                                                                               
          Please provide storage domain name. [hosted_storage]:                                                                  
          Local storage datacenter name is an internal name                                                                      
          and currently will not be shown in engine's admin UI.                                                                  
          Please enter local datacenter name [hosted_datacenter]:                                                                
                                                                                                                                 
          --== SYSTEM CONFIGURATION ==--                                                                                         
                                                                                                                                 
                                                                                                                                 
          --== NETWORK CONFIGURATION ==--                                                                                        
                                                                                                                                 
          Please indicate a nic to set ovirtmgmt bridge on: (enp3s0f1, enp3s0f0, eno2, eno1) [enp3s0f1]: enp3s0f0                
          iptables was detected on your computer, do you wish setup to configure it? (Yes, No)[Yes]:                             
          Please indicate a pingable gateway IP address [10.35.117.254]:                                                         
                                                                                                                                 
          --== VM CONFIGURATION ==--                                                                                             
                                                                                                                                 
          Please specify the device to boot the VM from (cdrom, disk, pxe) [cdrom]: pxe                                          
          Please specify an alias for the Hosted Engine image [hosted_engine]:                                                   
          The following CPU types are supported by this host:                                                                    
                 - model_SandyBridge: Intel SandyBridge Family                                                                   
                 - model_Westmere: Intel Westmere Family                                                                         
                 - model_Nehalem: Intel Nehalem Family                                                                           
                 - model_Penryn: Intel Penryn Family                                                                             
                 - model_Conroe: Intel Conroe Family                                                                             
          Please specify the CPU type to be used by the VM [model_SandyBridge]:                                                  
          Please specify the number of virtual CPUs for the VM [Defaults to minimum requirement: 2]:                             
          Please specify the disk size of the VM in GB [Defaults to minimum requirement: 25]:                                    
          You may specify a unicast MAC address for the VM or accept a randomly generated default [00:16:3e:76:cd:ea]: 00:16:3E:7B:B8:53                                                                                                                          
          Please specify the memory size of the VM in MB [Defaults to minimum requirement: 4096]:                                
          Please specify the console type you would like to use to connect to the VM (vnc, spice) [vnc]:                         
                                                                                                                                 
          --== HOSTED ENGINE CONFIGURATION ==--                                                                                  
                                                                                                                                 
          Enter the name which will be used to identify this host inside the Administrator Portal [hosted_engine_1]:             
          Enter 'admin@internal' user password that will be used for accessing the Administrator Portal:                         
          Confirm 'admin@internal' user password:                                                                                
          Please provide the FQDN for the engine you would like to use.                                                          
          This needs to match the FQDN that you will use for the engine installation within the VM.                              
          Note: This will be the FQDN of the VM you are now going to create,                                                     
          it should not point to the base host or to any other existing machine.                                                 
          Engine FQDN: nsednev-he-1.qa.lab.tlv.redhat.com                                                                        
          Please provide the name of the SMTP server through which we will send notifications [localhost]:                       
          Please provide the TCP port number of the SMTP server [25]:                                                            
          Please provide the email address from which notifications will be sent [root@localhost]:                               
          Please provide a comma-separated list of email addresses which will get notifications [root@localhost]:                
[ INFO  ] Stage: Setup validation                                                                                                
                                                                                                                                 
          --== CONFIGURATION PREVIEW ==--                                                                                        
                                                                                                                                 
          Bridge interface                   : enp3s0f0                                                                          
          Engine FQDN                        : nsednev-he-1.qa.lab.tlv.redhat.com                                                
          Bridge name                        : ovirtmgmt                                                                         
          SSH daemon port                    : 22                                                                                
          Firewall manager                   : iptables                                                                          
          Gateway address                    : 10.35.117.254                                                                     
          Host name for web application      : hosted_engine_1                                                                   
          Host ID                            : 1                                                                                 
          GlusterFS Brick                    : alma02.qa.lab.tlv.redhat.com:/root/HC                                             
          Image alias                        : hosted_engine                                                                     
          Image size GB                      : 25                                                                                
          GlusterFS Share Name               : hosted_engine_glusterfs                                                           
          GlusterFS Brick Provisioning       : True                                                                              
          Storage connection                 : alma02.qa.lab.tlv.redhat.com:/hosted_engine_glusterfs                             
          Console type                       : vnc                                                                               
          Memory size MB                     : 4096                                                                              
          MAC address                        : 00:16:3E:7B:B8:53                                                                 
          Boot type                          : pxe                                                                               
          Number of CPUs                     : 2                                                                                 
          CPU Type                           : model_SandyBridge                                                                 
                                                                                                                                 
          Please confirm installation settings (Yes, No)[Yes]:                                                                   
[ INFO  ] Stage: Transaction setup                                                                                               
[ INFO  ] Stage: Misc configuration                                                                                              
[ INFO  ] Stage: Package installation                                                                                            
[ INFO  ] Stage: Misc configuration                                                                                              
[ INFO  ] Configuring libvirt                                                                                                    
[ INFO  ] Configuring VDSM                                                                                                       
[ INFO  ] Starting vdsmd                                                                                                         
[ INFO  ] Waiting for VDSM hardware info                                                                                         
[ INFO  ] Waiting for VDSM hardware info                                                                                         
[ INFO  ] Configuring the management bridge                                                                                      
[ INFO  ] Starting GlusterFS services                                                                                            
[ INFO  ] Creating GlusterFS Volume                                                                                              
[ INFO  ] Creating Storage Domain                                                                                                
[ INFO  ] Creating Storage Pool                                                                                                  
[ INFO  ] Connecting Storage Pool                                                                                                
[ INFO  ] Verifying sanlock lockspace initialization                                                                             
[ INFO  ] Creating VM Image                                                                                                      
[ INFO  ] Disconnecting Storage Pool                                                                                             
[ INFO  ] Start monitoring domain                                                                                                
[ INFO  ] Configuring VM                                                                                                         
[ INFO  ] Updating hosted-engine configuration                                                                                   
[ INFO  ] Stage: Transaction commit                                                                                              
[ INFO  ] Stage: Closing up                                                                                                      
[ INFO  ] Enabling GlusterFS services                                                                                            
[ INFO  ] Creating VM                                                                                                            
          You can now connect to the VM with the following command:                                                              
                /bin/remote-viewer vnc://localhost:5900                                                                          
          Use temporary password "7148HlHa" to connect to vnc console.                                                           
          Please note that in order to use remote-viewer you need to be able to run graphical applications.                      
          This means that if you are using ssh you have to supply the -Y flag (enables trusted X11 forwarding).                  
          Otherwise you can run the command from a terminal in your preferred desktop environment.                               
          If you cannot run graphical applications you can connect to the graphic console from another host or connect to the console using the following command:                                                                                                
          virsh -c qemu+tls://Test/system console HostedEngine                                                                   
          If you need to reboot the VM you will need to start it manually using the command:                                     
          hosted-engine --vm-start                                                                                               
          You can then set a temporary password using the command:                                                               
          hosted-engine --add-console-password                                                                                   
          The VM has been started. Install the OS and shut down or reboot it. To continue please make a selection:               
                                                                                                                                 
          (1) Continue setup - VM installation is complete                                                                       
          (2) Reboot the VM and restart installation                                                                             
          (3) Abort setup                                                                                                        
          (4) Destroy VM and abort setup                                                                                         
                                                                                                                                 
          (1, 2, 3, 4)[1]: 2                                                                                                     
[ INFO  ] Creating VM                                                                                                            
          You can now connect to the VM with the following command:                                                              
                /bin/remote-viewer vnc://localhost:5900                                                                          
          Use temporary password "7148HlHa" to connect to vnc console.                                                           
          Please note that in order to use remote-viewer you need to be able to run graphical applications.                      
          This means that if you are using ssh you have to supply the -Y flag (enables trusted X11 forwarding).                  
          Otherwise you can run the command from a terminal in your preferred desktop environment.                               
          If you cannot run graphical applications you can connect to the graphic console from another host or connect to the console using the following command:                                                                                                
          virsh -c qemu+tls://Test/system console HostedEngine                                                                   
          If you need to reboot the VM you will need to start it manually using the command:                                     
          hosted-engine --vm-start                                                                                               
          You can then set a temporary password using the command:                                                               
          hosted-engine --add-console-password                                                                                   
          The VM has been started. Install the OS and shut down or reboot it. To continue please make a selection:               
                                                                                                                                 
          (1) Continue setup - VM installation is complete                                                                       
          (2) Reboot the VM and restart installation                                                                             
          (3) Abort setup                                                                                                        
          (4) Destroy VM and abort setup                                                                                         
                                                                                                                                 
          (1, 2, 3, 4)[1]:                                                                                                       
          Waiting for VM to shut down...                                                                                         
[ INFO  ] Creating VM                                                                                                            
          You can now connect to the VM with the following command:                                                              
                /bin/remote-viewer vnc://localhost:5900                                                                          
          Use temporary password "7148HlHa" to connect to vnc console.                                                           
          Please note that in order to use remote-viewer you need to be able to run graphical applications.                      
          This means that if you are using ssh you have to supply the -Y flag (enables trusted X11 forwarding).                  
          Otherwise you can run the command from a terminal in your preferred desktop environment.                               
          If you cannot run graphical applications you can connect to the graphic console from another host or connect to the console using the following command:                                                                                                
          virsh -c qemu+tls://Test/system console HostedEngine                                                                   
          If you need to reboot the VM you will need to start it manually using the command:                                     
          hosted-engine --vm-start                                                                                               
          You can then set a temporary password using the command:                                                               
          hosted-engine --add-console-password                                                                                   
          Please install and setup the engine in the VM.
          You may also be interested in installing ovirt-guest-agent-common package in the VM.
          To continue make a selection from the options below:
          (1) Continue setup - engine installation is complete
          (2) Power off and restart the VM
          (3) Abort setup
          (4) Destroy VM and abort setup

          (1, 2, 3, 4)[1]: 2
[ INFO  ] Creating VM
          You can now connect to the VM with the following command:
                /bin/remote-viewer vnc://localhost:5900
          Use temporary password "7148HlHa" to connect to vnc console.
          Please note that in order to use remote-viewer you need to be able to run graphical applications.
          This means that if you are using ssh you have to supply the -Y flag (enables trusted X11 forwarding).
          Otherwise you can run the command from a terminal in your preferred desktop environment.
          If you cannot run graphical applications you can connect to the graphic console from another host or connect to the console using the following command:
          virsh -c qemu+tls://Test/system console HostedEngine
          If you need to reboot the VM you will need to start it manually using the command:
          hosted-engine --vm-start
          You can then set a temporary password using the command:
          hosted-engine --add-console-password
          To continue make a selection from the options below:
          (1) Continue setup - engine installation is complete
          (2) Power off and restart the VM
          (3) Abort setup
          (4) Destroy VM and abort setup

          (1, 2, 3, 4)[1]:
[ INFO  ] Engine replied: DB Up!Welcome to Health Status!
[ INFO  ] Connecting to the Engine
          Enter the name of the cluster to which you want to add the host (Default) [Default]:
[ INFO  ] Waiting for the host to become operational in the engine. This may take several minutes...
[ INFO  ] Still waiting for VDSM host to become operational...

 


Host's components:
[root@alma02 ~]# rpm -qa vdsm sanlock qemu* libvirt* mom gluster* ovirt*
libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.3.x86_64
ovirt-hosted-engine-ha-1.3.0-0.0.master.20150424113553.20150424113551.git7c14f4c.el7.noarch
glusterfs-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.3.x86_64
qemu-img-ev-2.1.2-23.el7_1.3.1.x86_64
libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64
libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64
ovirt-release-master-001-0.8.master.noarch
glusterfs-api-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-geo-replication-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
libvirt-daemon-1.2.8-16.el7_1.3.x86_64
libvirt-lock-sanlock-1.2.8-16.el7_1.3.x86_64
libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64
mom-0.4.4-0.0.master.20150515133332.git2d32797.el7.noarch
sanlock-3.2.2-2.el7.x86_64
qemu-kvm-tools-ev-2.1.2-23.el7_1.3.1.x86_64
ovirt-host-deploy-1.4.0-0.0.master.20150505205623.giteabc23b.el7.noarch
qemu-kvm-common-ev-2.1.2-23.el7_1.3.1.x86_64
glusterfs-client-xlators-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
glusterfs-cli-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
ovirt-engine-sdk-python-3.6.0.0-0.14.20150520.git8420a90.el7.centos.noarch
libvirt-daemon-driver-interface-1.2.8-16.el7_1.3.x86_64
libvirt-daemon-kvm-1.2.8-16.el7_1.3.x86_64
vdsm-4.17.0-834.gitd066d4a.el7.noarch
glusterfs-fuse-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
libvirt-python-1.2.8-7.el7_1.1.x86_64
libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64
glusterfs-libs-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
qemu-kvm-ev-2.1.2-23.el7_1.3.1.x86_64
glusterfs-server-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64
libvirt-client-1.2.8-16.el7_1.3.x86_64
libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64
ovirt-hosted-engine-setup-1.3.0-0.0.master.20150518075146.gitdd9741f.el7.noarch
glusterfs-rdma-3.7.0beta2-0.2.gitc1cd4fa.el7.centos.x86_64


Engine was running over latest RHEL6.6 with all repos compatible to 3.6.0-2 and I finished engine's setup on VM successfully.

Comment 8 Nikolai Sednev 2015-05-21 12:13:03 UTC
This bug might be closed as not reproduced.

Comment 9 Sandro Bonazzola 2015-05-25 07:06:36 UTC
Insufficient data to reproduce the issue. Reopen if you can reproduce.

Comment 10 Nikolai Sednev 2015-05-26 15:38:36 UTC
Created attachment 1030004 [details]
all logs

Comment 11 Yedidyah Bar David 2015-06-17 13:55:02 UTC
The attached logs do not include the error in $subject.

They actually do not include any error, instead seem still stuck while trying to add the host to the engine, which is a stage much later than $subject. The last lines in the log are:

2015-05-26 13:35:35 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:184 Error fetching host state: [ERROR]::oVirt API connection failure, (7, 'Failed connect to nsednev-he-1.qa.lab.tlv.redhat.com:443; Connection timed out')
2015-05-26 13:35:35 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:190 VDSM host in  state
2015-05-26 13:37:44 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:184 Error fetching host state: [ERROR]::oVirt API connection failure, (7, 'Failed connect to nsednev-he-1.qa.lab.tlv.redhat.com:443; Connection timed out')
2015-05-26 13:37:44 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:190 VDSM host in  state

Also, in the middle of deploy, the time jumped backwards 3 hours:

2015-05-26 15:00:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:190 VDSM host in installing state
2015-05-26 12:00:17 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host add_host._wait_host_ready:190 VDSM host in installing state

Also no logs from the engine VM are attached.

Closing again as insufficient data.

If original bug is reproducible, please reopen.

If the new bug is reproducible with a correct clock not jumping in the middle, please open a new bug.

In any case, please attach also logs from the engine VM.

Thanks.


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