[ovirt-users] Re: oVirt localization: you can help!

2020-06-22 Thread Douglas Landgraf
Portuguese: 100% translated in three components.

On Wed, Jun 17, 2020 at 2:51 AM Sandro Bonazzola 
wrote:

> Hi,
> if you have some time, here is a chance for helping oVirt project without
> requiring development skills.
> Help us localize oVirt to your natural language!
> oVirt Engine needs some work for: (see
> https://zanata.phx.ovirt.org/iteration/view/ovirt-engine/ovirt-4.4?dswid=6591
>  )
>
>- Czech 33.14% Translated
>- German 98.87% Translated
>- Italian 80.02% Translated
>- Korean 99.72% Translated
>- Portuguese (Brazil) 99.72% Translated
>- Russian 30.73% Translated
>- Spanish 98.87% Translated
>
> ovirt-engine-ui-extensions: (see
> https://zanata.phx.ovirt.org/iteration/view/ovirt-engine-ui-extensions/1.1?dswid=-5868
>  )
>
>- Czech 22.82%Translated
>- German 89.9% Translated
>- Italian 15.62% Translated
>- Korean 99.17% Translated
>- Portuguese (Brazil) 89.9% Translated
>- Spanish 89.9% Translated
>
> ovirt-web-ui (see
> https://zanata.phx.ovirt.org/iteration/view/ovirt-web-ui/1.6?dswid=-9733 )
>
>- Czech 24.8% Translated
>- German 98.33% Translated
>- Italian 12.85% Translated
>- Korean 98.51% Translated
>- Portuguese (Brazil) 98.33% Translated
>
> If you're trying to help and  you encounter any issue with the translation
> platform let us know and we'll help you solve them.
>
> Thanks,
> --
>
> Sandro Bonazzola
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
>
> *Red Hat respects your work life balance. Therefore there is no need to
> answer this email out of your office hours.*
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/NYX3AXWEPCNBKKS6O65KNXXAP2UWRWG6/
>


-- 
Cheers
Douglas
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/4KMX3777ZY4AOKPLC4ZCWZ6Y3LXSIEEE/


[ovirt-users] Re: Unable to revive host after a reboot

2018-08-01 Thread Douglas Landgraf
Hi,

- Might be useful the output from the command (host):
  - tree /var/lib/vdsm

I noticed in host-deploy/engine.log the following error: "Cannot find
a valid baseurl for repo: base/7/x86_64"
Are you able to test and see if the host is able to reach the baseurl
from the repo?
https://www.centos.org/forums/viewtopic.php?t=63349


Traceback (most recent call last):
 File "/tmp/ovirt-OZFEUm2MU7/pythonlib/otopi/context.py", line 133, in
_executeMethod
method['method']()
  File 
"/tmp/ovirt-OZFEUm2MU7/otopi-plugins/ovirt-host-deploy/kdump/packages.py",
line 216, in _customization
self._kexec_tools_version_supported()
  File 
"/tmp/ovirt-OZFEUm2MU7/otopi-plugins/ovirt-host-deploy/kdump/packages.py",
line 148, in _kexec_tools_version_supported
patterns=(self._KEXEC_TOOLS_PKG,),
  File "/tmp/ovirt-OZFEUm2MU7/otopi-plugins/otopi/packagers/yumpackager.py",
line 320, in queryPackages
showdups=listAll
  File "/tmp/ovirt-OZFEUm2MU7/pythonlib/otopi/miniyum.py", line 995,
in queryPackages
showdups=showdups,
  File "/tmp/ovirt-OZFEUm2MU7/pythonlib/otopi/miniyum.py", line 433,
in _queryProvides
for po in self._yb.searchPackageProvides(args=packages):
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 3461,
in searchPackageProvides
where = self.returnPackagesByDep(arg)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4287,
in returnPackagesByDep
return self.pkgSack.searchProvides(depstring)
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1074,
in 
pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 778,
in _getSacks
self.repos.populateSack(which=repos)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 347, in
populateSack
self.doSetup()
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 122, in doSetup
self.ayum.plugins.run('prereposetup')
  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 188, in run
func(conduitcls(self, self.base, conf, **kwargs))
  File "/usr/lib/yum-plugins/fastestmirror.py", line 197, in prereposetup_hook
if downgrade_ftp and _len_non_ftp(repo.urls) == 1:
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 881, in 
urls = property(fget=lambda self: self._geturls(),
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 878, in _geturls
self._baseurlSetup()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 844, in
_baseurlSetup
self.check()
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 562, in check
'Cannot find a valid baseurl for repo: %s' % self.ui_id
RepoError: Cannot find a valid baseurl for repo: base/7/x86_64
2018-07-30 13:59:49,785+0200 ERROR otopi.context
context._executeMethod:152 Failed to execute stage 'Environment
customization': Cannot find a valid baseurl for repo: base/7/x86_64



On Wed, Aug 1, 2018 at 2:28 PM, Greg Sheremeta  wrote:

> Widening the net a bit :)
> Can anyone assist Julius?
>
> Greg
>
> On Mon, Jul 30, 2018 at 11:09 AM Greg Sheremeta 
> wrote:
>
>> Hi Julius,
>>
>> cc'd some people that might have some ideas :)
>>
>> Greg
>>
>> On Mon, Jul 30, 2018 at 11:07 AM Julius Schwartzenberg <
>> julius.schwartzenb...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I recently had to shutdown my oVirt system which contains both the
>>> engine and the host. After it came back up, the host was not able to
>>> initialize anymore from the oVirt UI.
>>>
>>> First it kept getting stuck in a loop with setting "ExecutingStarted:
>>> Jul 30, 2018, 9:06:21 AMSetting Host pc331 to Non-Operational mode."
>>>
>>> This was being repeated over and over again. It also gave this error:
>>> Host pc331 does not comply with the cluster Default networks, the
>>> following networks are missing on host: 'ovirtmgmt'
>>>
>>> Even though I am using that interface (ovirtmgmt) to access the system
>>> and 'ip addr show' shows that it's set up properly.
>>>
>>> I tried some more things, including upgrading the host, When I do
>>> that, the status changes to 'Installing' and later to 'Install
>>> Failed'.
>>>
>>> Here are the engine.log, vdsm.log and ovirt-host-deploy*.log:
>>> https://drive.google.com/open?id=13vIUDVjPynmAK0pnFRLabDfUlG1lmkpI
>>> https://drive.google.com/open?id=10Zm2dDpxM2k5A2bEs_l6gOv_yWv4cjlN
>>> https://drive.google.com/open?id=1AieWMzRuA0gZj3x5yDH1AGnsT2E3VtOM
>>>
>>> Any idea what is going wrong (what I'm doing wrong) and how to solve it?
>>> Thanks in advance!
>>>
>>> Best regards,
>>> Julius
>>>
>>
>>
>> --
>>
>> GREG SHEREMETA
>>
>> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>>
>> Red Hat NA
>>
>> 
>>
>> gsher...@redhat.comIRC: gshereme
>> 
>>
>
>
> --
>
> GREG SHEREMETA
>
> SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX
>
> Red Hat NA
>
> 
>
> gsher...@redhat.comIRC: gshereme
> 
>
> ___
> U

Re: [ovirt-users] ovirt do not start postgresql

2018-03-21 Thread Douglas Landgraf
Hi Marcos,

On Wed, Mar 21, 2018 at 2:29 PM, Marcos Michel Martinez Perez
 wrote:
> # action=setup
> [environment:default]
> OVESETUP_DIALOG/confirmSettings=bool:True
> OVESETUP_CONFIG/applicationMode=str:both
> OVESETUP_CONFIG/remoteEngineSetupStyle=none:None
> OVESETUP_CONFIG/sanWipeAfterDelete=bool:False
> OVESETUP_CONFIG/storageIsLocal=bool:False
> OVESETUP_CONFIG/firewallManager=none:None
> OVESETUP_CONFIG/remoteEngineHostRootPassword=none:None
> OVESETUP_CONFIG/firewallChangesReview=none:None
> OVESETUP_CONFIG/updateFirewall=bool:False
> OVESETUP_CONFIG/remoteEngineHostSshPort=none:None
> OVESETUP_CONFIG/fqdn=str:ovirt.sige.uci.cu
> OVESETUP_CONFIG/storageType=none:None
> OSETUP_RPMDISTRO/requireRollback=none:None
> OSETUP_RPMDISTRO/enableUpgrade=none:None
> OVESETUP_PROVISIONING/postgresProvisioningEnabled=bool:True
> OVESETUP_APACHE/configureRootRedirection=bool:True
> OVESETUP_APACHE/configureSsl=bool:True
> OVESETUP_DB/secured=bool:False
> OVESETUP_DB/fixDbConfiguration=none:None
> OVESETUP_DB/user=str:engine_20180321121404
> OVESETUP_DB/dumper=str:pg_custom
> OVESETUP_DB/database=str:engine_20180321121404
> OVESETUP_DB/fixDbViolations=none:None
> OVESETUP_DB/engineVacuumFull=none:None
> OVESETUP_DB/host=str:localhost
> OVESETUP_DB/port=int:5432
> OVESETUP_DB/filter=none:None
> OVESETUP_DB/restoreJobs=int:2
> OVESETUP_DB/securedHostValidation=bool:False
> OVESETUP_ENGINE_CORE/enable=bool:True
> OVESETUP_CORE/engineStop=none:None
> OVESETUP_SYSTEM/memCheckEnabled=bool:True
> OVESETUP_SYSTEM/nfsConfigEnabled=none:None
> OVESETUP_PKI/organization=str:sige.uci.cu
> OVESETUP_PKI/renew=none:None
> OVESETUP_CONFIG/isoDomainName=none:None
> OVESETUP_CONFIG/engineHeapMax=str:1024M
> OVESETUP_CONFIG/ignoreVdsgroupInNotifier=none:None
> OVESETUP_CONFIG/adminPassword=str:Ins03dmesa
> OVESETUP_CONFIG/isoDomainACL=none:None
> OVESETUP_CONFIG/isoDomainMountPoint=none:None
> OVESETUP_ENGINE_CONFIG/fqdn=str:ovirt.sige.uci.cu
> OVESETUP_CONFIG/engineDbBackupDir=str:/var/lib/ovirt-engine/backups
> OVESETUP_CONFIG/engineHeapMin=str:1024M
> OVESETUP_OVN/ovirtProviderOvn=bool:True
> OVESETUP_OVN/ovirtProviderOvnUser=str:admin@internal
> OVESETUP_OVN/ovirtProviderOvnPassword=str:Ins03dmesa
> OVESETUP_CONFIG/websocketProxyConfig=bool:True
> OVESETUP_DWH_CORE/enable=bool:True
> OVESETUP_DWH_CONFIG/scale=str:1
> OVESETUP_DWH_CONFIG/dwhDbBackupDir=str:/var/lib/ovirt-engine-dwh/backups
> OVESETUP_DWH_DB/secured=bool:False
> OVESETUP_DWH_DB/restoreBackupLate=bool:True
> OVESETUP_DWH_DB/disconnectExistingDwh=none:None
> OVESETUP_DWH_DB/host=str:localhost
> OVESETUP_DWH_DB/user=str:ovirt_engine_history_20180321121409
> OVESETUP_DWH_DB/dumper=str:pg_custom
> OVESETUP_DWH_DB/database=str:ovirt_engine_history_20180321121409
> OVESETUP_DWH_DB/performBackup=none:None
> OVESETUP_DWH_DB/port=int:5432
> OVESETUP_DWH_DB/filter=none:None
> OVESETUP_DWH_DB/restoreJobs=int:2
> OVESETUP_DWH_DB/securedHostValidation=bool:False
> OVESETUP_DB/dwhVacuumFull=none:None
> OVESETUP_DWH_PROVISIONING/postgresProvisioningEnabled=bool:True
> OVESETUP_CONFIG/imageioProxyConfig=bool:True
> OVESETUP_VMCONSOLE_PROXY_CONFIG/vmconsoleProxyConfig=bool:True
>
> UCIENCIA 2018: III Conferencia Científica Internacional de la Universidad de
> las Ciencias Informáticas. Del 24-26 de septiembre, 2018
> http://uciencia.uci.cu http://eventos.uci.cu
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

As Didi mentioned, we are looking for errors in the below files/dir.
Do you mind to take a look and share the error message?

/var/log/ovirt-engine/setup/*
/var/opt/rh/rh-postgresql95/lib/pgsql/data/pg_log
/var/log/messages



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 3.6, we had the ovirt manager go down in a bad way and all VMs for one node marked Unknown and Not Reponding while up

2018-01-25 Thread Douglas Landgraf
On Thu, Jan 25, 2018 at 5:12 PM, Christopher Cox  wrote:
> On 01/25/2018 02:25 PM, Douglas Landgraf wrote:
>>
>> On Wed, Jan 24, 2018 at 10:18 AM, Christopher Cox 
>> wrote:
>>>
>>> Would restarting vdsm on the node in question help fix this?  Again, all
>>> the
>>> VMs are up on the node.  Prior attempts to fix this problem have left the
>>> node in a state where I can issue the "has been rebooted" command to it,
>>> it's confused.
>>>
>>> So... node is up.  All VMs are up.  Can't issue "has been rebooted" to
>>> the
>>> node, all VMs show Unknown and not responding but they are up.
>>>
>>> Chaning the status is the ovirt db to 0 works for a second and then it
>>> goes
>>> immediately back to 8 (which is why I'm wondering if I should restart
>>> vdsm
>>> on the node).
>>
>>
>> It's not recommended to change db manually.
>>
>>>
>>> Oddly enough, we're running all of this in production.  So, watching it
>>> all
>>> go down isn't the best option for us.
>>>
>>> Any advice is welcome.
>>
>>
>>
>> We would need to see the node/engine logs, have you found any error in
>> the vdsm.log
>> (from nodes) or engine.log? Could you please share the error?
>
>
>
> In short, the error is our ovirt manager lost network (our problem) and
> crashed hard (hardware issue on the server)..  On bring up, we had some
> network changes (that caused the lost network problem) so our LACP bond was
> down for a bit while we were trying to bring it up (noting the ovirt manager
> is up while we're reestablishing the network on the switch side).
>
> In other word, that's the "error" so to speak that got us to where we are.
>
> Full DEBUG enabled on the logs... The error messages seem obvious to me..
> starts like this (nothing the ISO DOMAIN was coming off an NFS mount off the
> ovirt management server... yes... we know... we do have plans to move that).
>
> So on the hypervisor node itself, from the vdsm.log (vdsm.log.33.xz):
>
> (hopefully no surprise here)
>
> Thread-2426633::WARNING::2018-01-23
> 13:50:56,672::fileSD::749::Storage.scanDomains::(collectMetaFiles) Could not
> collect metadata file for domain path
> /rhev/data-center/mnt/d0lppc129.skopos.me:_var_lib_exports_iso-20160408002844
> Traceback (most recent call last):
>   File "/usr/share/vdsm/storage/fileSD.py", line 735, in collectMetaFiles
> sd.DOMAIN_META_DATA))
>   File "/usr/share/vdsm/storage/outOfProcess.py", line 121, in glob
> return self._iop.glob(pattern)
>   File "/usr/lib/python2.7/site-packages/ioprocess/__init__.py", line 536,
> in glob
> return self._sendCommand("glob", {"pattern": pattern}, self.timeout)
>   File "/usr/lib/python2.7/site-packages/ioprocess/__init__.py", line 421,
> in _sendCommand
> raise Timeout(os.strerror(errno.ETIMEDOUT))
> Timeout: Connection timed out
> Thread-27::ERROR::2018-01-23
> 13:50:56,672::sdc::145::Storage.StorageDomainCache::(_findDomain) domain
> e5ecae2f-5a06-4743-9a43-e74d83992c35 not found
> Traceback (most recent call last):
>   File "/usr/share/vdsm/storage/sdc.py", line 143, in _findDomain
> dom = findMethod(sdUUID)
>   File "/usr/share/vdsm/storage/nfsSD.py", line 122, in findDomain
> return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUUID))
>   File "/usr/share/vdsm/storage/nfsSD.py", line 112, in findDomainPath
> raise se.StorageDomainDoesNotExist(sdUUID)
> StorageDomainDoesNotExist: Storage domain does not exist:
> (u'e5ecae2f-5a06-4743-9a43-e74d83992c35',)
> Thread-27::ERROR::2018-01-23
> 13:50:56,673::monitor::276::Storage.Monitor::(_monitorDomain) Error
> monitoring domain e5ecae2f-5a06-4743-9a43-e74d83992c35
> Traceback (most recent call last):
>   File "/usr/share/vdsm/storage/monitor.py", line 272, in _monitorDomain
> self._performDomainSelftest()
>   File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 769, in
> wrapper
> value = meth(self, *a, **kw)
>   File "/usr/share/vdsm/storage/monitor.py", line 339, in
> _performDomainSelftest
> self.domain.selftest()
>   File "/usr/share/vdsm/storage/sdc.py", line 49, in __getattr__
> return getattr(self.getRealDomain(), attrName)
>   File "/usr/share/vdsm/storage/sdc.py", line 52, in getRealDomain
> return self._cache._realProduce(self._sdUUID)
>   File "/usr/share/vdsm/storage/sdc.py", line 124, in _realProduce
>

Re: [ovirt-users] ovirt 3.6, we had the ovirt manager go down in a bad way and all VMs for one node marked Unknown and Not Reponding while up

2018-01-25 Thread Douglas Landgraf
On Wed, Jan 24, 2018 at 10:18 AM, Christopher Cox  wrote:
> Would restarting vdsm on the node in question help fix this?  Again, all the
> VMs are up on the node.  Prior attempts to fix this problem have left the
> node in a state where I can issue the "has been rebooted" command to it,
> it's confused.
>
> So... node is up.  All VMs are up.  Can't issue "has been rebooted" to the
> node, all VMs show Unknown and not responding but they are up.
>
> Chaning the status is the ovirt db to 0 works for a second and then it goes
> immediately back to 8 (which is why I'm wondering if I should restart vdsm
> on the node).

It's not recommended to change db manually.

>
> Oddly enough, we're running all of this in production.  So, watching it all
> go down isn't the best option for us.
>
> Any advice is welcome.


We would need to see the node/engine logs, have you found any error in
the vdsm.log
(from nodes) or engine.log? Could you please share the error?

Probably it's time to think to upgrade your environment from 3.6.

>
>
> On 01/23/2018 03:58 PM, Christopher Cox wrote:
>>
>> Like the subject says.. I tried to clear the status from the vm_dynamic
>> for a
>> VM, but it just goes back to 8.
>>
>> Any hints on how to get things back to a known state?
>>
>> I tried marking the node in maint, but it can't move the "Unknown" VMs, so
>> that
>> doesn't work.  I tried rebooting a VM, that doesn't work.
>>
>> The state of the VMs is up and I think they are running on the node
>> they say
>> they are running on, we just have the Unknown problem with VMs on that one
>> node.  So... can't move them, reboot VMs doens't fix
>>
>> Any trick to restoring state so that oVirt is ok???
>>
>> (what a mess)
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt-Log-Collector - Engine Crashes During Use

2017-12-21 Thread Douglas Landgraf
On Thu, Dec 21, 2017 at 7:11 PM, Langley, Robert
 wrote:
> I’m working with a Red Hat Engineer (running oVirt 4.1.2 and transitioning
> to RHEV) and thought I would mention that while I’m trying to get logs for
> the engineer, the Engine crashes. First time was pretty quick. The second
> time, it notified me that it finished getting 2 of the 3 hypervisor logs. It
> seems like it crashed while trying to still get the 3rd hypervisor diag
> info/logs.

Any error message to share or additional information?  Did you try the
-v (verbose) ?


-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Host non-responsive - All VMs shutdown

2017-08-24 Thread Douglas Landgraf
On Thu, Aug 24, 2017 at 4:15 PM, Wesley Stewart  wrote:
> I saw that, but my entire environment is running on a single host (Even the
> data domain is on the same host).  How would it be possible for the host to
> basically stop talking with itself?  Isn't that a little peculiar?

It should not be an issue at all, it's seems something local. So,
based on your input it looks like Hosted Engine env, please check the
network interface, firewall and others items I have shared in previous
email.


>
> On Thu, Aug 24, 2017 at 4:09 PM, Douglas Landgraf 
> wrote:
>>
>> On Thu, Aug 24, 2017 at 3:32 PM, Wesley Stewart 
>> wrote:
>> > I have noticed this a couple times now.  digging through the logs, it
>> > looks
>> > like the host decided to become unresponsive:
>> >
>> > 2017-08-24 12:09:05,365-04 INFO
>> > [org.ovirt.engine.core.bll.VdsEventListener]
>> > (org.ovirt.thread.pool-6-thread-5) [56defee2]
>> > ResourceManager::vdsNotResponding entered for Host
>> > 'a1bf54c1-2890-4aae-a23d-c83ea2c664d2', 'Host IP'
>>
>>
>> Looks like the network is down in the host:
>>
>> Failed to refresh VDS, network error, continuing,
>> vds='OVIRT-Host'(a1bf54c1-2890-4aae-a23d-c83ea2c664d2):
>> java.net.SocketException: Network is unreachable
>>
>>
>>
>> >
>> > Caused by: java.net.ConnectException: Connection refused
>> >
>> > There is a lot more, but I thought dropping it into a pastebin would be
>> > better:
>> > https://pastebin.com/drPNnsGB
>> >
>> > It looks like the host stopped responding somehow but I can't quite tell
>> > how.  Any advice or input would be greatly appreciated!
>> >
>>
>>
>> Few questions:
>>
>> Are you able ping/communicate from host to engine and vice-versa?
>> In the node, do you have the ovirtmgmt interface up?
>> what's the output of systemctl status vdsmd -l  ?
>> Did you change the firewall settings?
>> Which version are you running? Did you upgrade?
>>
>> In the hypervisor, the log /var/log/vdsm/vdsm.log might help us too.
>>
>> Finally, check in the hypervisor if your vms are really down, ps aux |
>> grep qemu-kvm  should return your vms process
>>
>>
>> --
>> Cheers
>> Douglas
>
>



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Host non-responsive - All VMs shutdown

2017-08-24 Thread Douglas Landgraf
On Thu, Aug 24, 2017 at 3:32 PM, Wesley Stewart  wrote:
> I have noticed this a couple times now.  digging through the logs, it looks
> like the host decided to become unresponsive:
>
> 2017-08-24 12:09:05,365-04 INFO
> [org.ovirt.engine.core.bll.VdsEventListener]
> (org.ovirt.thread.pool-6-thread-5) [56defee2]
> ResourceManager::vdsNotResponding entered for Host
> 'a1bf54c1-2890-4aae-a23d-c83ea2c664d2', 'Host IP'


Looks like the network is down in the host:

Failed to refresh VDS, network error, continuing,
vds='OVIRT-Host'(a1bf54c1-2890-4aae-a23d-c83ea2c664d2):
java.net.SocketException: Network is unreachable



>
> Caused by: java.net.ConnectException: Connection refused
>
> There is a lot more, but I thought dropping it into a pastebin would be
> better:
> https://pastebin.com/drPNnsGB
>
> It looks like the host stopped responding somehow but I can't quite tell
> how.  Any advice or input would be greatly appreciated!
>


Few questions:

Are you able ping/communicate from host to engine and vice-versa?
In the node, do you have the ovirtmgmt interface up?
what's the output of systemctl status vdsmd -l  ?
Did you change the firewall settings?
Which version are you running? Did you upgrade?

In the hypervisor, the log /var/log/vdsm/vdsm.log might help us too.

Finally, check in the hypervisor if your vms are really down, ps aux |
grep qemu-kvm  should return your vms process


-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Building ovirt-host-deploy gives `configure: error: otopi-devtools required but missing`

2017-04-25 Thread Douglas Landgraf
Hi Leni,

On Tue, Apr 25, 2017 at 10:45 AM, Leni Kadali Mutungi
 wrote:
> Hello. I got the error mentioned in the subject when when trying to
> build ovirt-host-deploy. Full output here:
> https://paste.fedoraproject.org/paste/Dh7FF1XjhDa2TGNSBs~o815M1UNdIGYhyRLivL9gydE=
>
> The troubleshooting I've done so far is as follows:
> 1. Rebuilt otopi, running the commands `autoreconf -ivf` and then
> `./configure --enable-java-sdk --with-maven`. This made `make`
> download a host of stuff for otopi project from
> https://repo.maven.apache.org
> It did this again when I ran `make install`. When I went back to the
> ovirt-host-deploy directory, I ran `./configure`, both with the
> --enable-java-sdk and --with-maven options. Got the same error again.

My recommendation is save the output of 'sudo make install &>
/tmp/output-make-install-otopi' and
debug it, start checking if the path of destination files are correct.

Not sure if this your case, but, I have noticed some similar errors
when --prefix is not set.

"""
>From configure --help:

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
"""

For this case, I would suggest try:
 ./configure --enable-java-sdk --with-maven --prefix=/usr/

Fell free to share with us the output of make install.

Thanks
Douglas

>
> 2. I tried running entering the directory src/java and running `mvn
> install`. I received a build success message and then proceeded to run
>
> ./configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu
> --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
> --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
> --includedir=/usr/include --libdir=/usr/lib64
> --libexecdir=/usr/libexec --localstatedir=/var
> --sharedstatedir=/var/lib --mandir=/usr/share/man
> --disable-python-syntax-check --enable-java-sdk
> --with-local-version=otopi-1.7.0.master
> COMMONS_LOGGING_JAR=/usr/share/java/commons-logging.jar
> JUNIT_JAR=/usr/share/java/junit.jar
>
> I omitted the --disable-dependency-tracking and
> --docdir=/usr/share/doc/otopi-1.7.0 options because of the following
> error: configure: WARNING: unrecognized options:
> --disable-dependency-tracking and the fact that I didn't have the
> directory /usr/share/doc/otopi-1.7.0 respectively. I got the following
> output: 
> https://paste.fedoraproject.org/paste/90D0k1AyVPGDbNhk1WxlBl5M1UNdIGYhyRLivL9gydE=
>
> Running `sudo make install` gives me the same errors. It seems otopi
> is failing to compile properly and as a result, running ./configure
> within the ovirt-host-deploy directory ends with an error saying
> otopi-devtools are missing. Documentation of my environment as it
> stands is here:
> https://github.com/leni1/oVirt-docs-Debian/blob/master/oVirt-Development-Environment.md
>
> Any ideas on what I should try next are welcome.
>
> --
> - Warm regards
> Leni Kadali Mutungi
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Meetup Boston - MA

2016-06-17 Thread Douglas Landgraf
Join us next Monday for an evening of knowledge-sharing, networking,
and Q&A about the oVirt open-source project.

All skill levels are welcome! In this second meetup will be a live
install and demo of oVirt 4.0 beta.
The meetup will be hosted at the Red Hat office in Westford, drinks
and snacks will be provided.

Please RSVP to the event so that we can make sure everyone will be comfortable.

Looking forward to seeing you there!
http://www.meetup.com/Boston-oVirt-Community/



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [Reminder]: Today - First oVirt community meetup in Boston MA area

2016-03-19 Thread Douglas Landgraf
Join us for an evening of knowledge-sharing, networking, and Q&A
about the oVirt open-source project.

All skill levels are welcome! In this first meetup we will introduce
oVirt, show a live demo, and answer any questions you might have about
the technology and the community.

The meetup will be hosted at the Red Hat office in Westford, drinks and
snacks will be provided. Please RSVP to the event so that we can make
sure everyone will be comfortable.

Looking forward to seeing you there!
http://www.meetup.com/Boston-oVirt-Community/


-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Admin lockout

2016-03-09 Thread Douglas Landgraf
Hi Clint,

On Wed, Mar 9, 2016 at 2:52 PM, Clint Boggio  wrote:

>  I had a keyboard problem and entered the wrong password for admin@internal
> enough times to finally lock the account.
>How do I recover from this ?
>OVirt engine 3.6.2
>


You might try from engine machine:

# ovirt-aaa-jdbc-tool user unlock admin

More info:
http://www.ovirt.org/develop/release-management/features/infra/aaa-jdbc/




> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] First oVirt community meetup in Boston MA area

2016-03-04 Thread Douglas Landgraf
Join us for an evening of knowledge-sharing, networking, and Q&A
about the oVirt open-source project.

All skill levels are welcome! In this first meetup we will introduce
oVirt, show a live demo, and answer any questions you might have about
the technology and the community.

The meetup will be hosted at the Red Hat office in Westford, drinks and
snacks will be provided. Please RSVP to the event so that we can make
sure everyone will be comfortable.

Looking forward to seeing you there!
http://www.meetup.com/Boston-oVirt-Community/

-- 
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt.org not working

2013-03-21 Thread Douglas Landgraf

On 03/21/2013 05:26 AM, Deepak C Shetty wrote:

for any page i open.. i see this...


  Database error

A database query syntax error has occurred. This may indicate a bug in
the software. The last attempted database query was:

|(SQL query hidden)|

from within function "|SqlBagOStuff::set|". Database returned error
"1114: The table 'mw_objectcache' is full (127.7.52.129)".


Looks like it's back. At least, I cannot see this error at moment.

--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cannot add host - non-responsive.

2013-03-15 Thread Douglas Landgraf

Hi,

On 03/15/2013 05:39 AM, Sahina Bose wrote:

Maybe you need to set ssl=false as per
http://www.ovirt.org/Vdsm_Getting_Started


On 03/15/2013 11:02 AM, snmis...@linux.vnet.ibm.com wrote:


I am trying to add a fedora18 host to an engine that was built from
source. SElinux and firewalld are disabled/stopped on both the fedora
boxes. I can ping between the two machines using IP and FQDN. But when
I go to add the host it gets connection refused error and goes
non-responsive. Here are the engine logs.



Additionally to Sahina's link:
http://www.ovirt.org/Building_oVirt_engine#Host_Non-Responsive

Have you build your environment based on our wiki page at wiki.ovirt.org?


--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] how to set rootpw on the node admin console?

2013-03-15 Thread Douglas Landgraf

On 03/15/2013 09:54 AM, Jorick Astrego wrote:

Hi,

Found some time for ovirt testing again ;-)


Great!


How do I set the root password on the node?
First I registered the node
from the node admin console. In the "Ovirt Engine" tab, I put in the
ovirt management server and a password.



Try again this approach to set the root password, however do not fill 
Management server and port. (always use TUI)


There is also a manual alternative:
http://www.ovirt.org/Node_Troubleshooting#Setting_manually_oVirt_Node_root_password


--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.2 Node install

2013-02-19 Thread Douglas Landgraf

Hi Josué,

On 02/19/2013 09:05 AM, Josué Delgado wrote:

Hello,


Since 3.2 is GA, i installed from scratch my lab. I configured oVirt
management (fedora 18) and downloaded the ovirt-node-iso-2.6.0 in order
to install a node. I booted up my server from that iso, but i had no
installer window. It booted, did a check and only showed up a terminal
for login with username and password.

Is there something that i missed? Could you please point me to a
solution please?

I followed this guide: http://www.ovirt.org/Quick_Start_Guide#Install_Hosts


I would suggest you to follow the below link and share logs:
http://www.ovirt.org/Node_Troubleshooting#Boot_up_problems

Thanks!

--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt 3.2 migrations failing

2013-02-05 Thread Douglas Landgraf

Hi Jonathan,

On 01/10/2013 08:56 AM, Jonathan Horne wrote:

[root@d0lppn031 ~]# rpm -qa|grep vdsm
vdsm-4.10.2-0.101.26.el6.x86_64
vdsm-python-4.10.2-0.101.26.el6.x86_64
vdsm-xmlrpc-4.10.2-0.101.26.el6.noarch
vdsm-cli-4.10.2-0.101.26.el6.noarch

yes, i know I'm running the centos version of an alpha from mid-december.
i can't wait for dreyou to repackage after the 1/30 release, i am required
to use centos and 3.2 packages, and our production deployment that will
make or break the company is days away.  i have to figure something out.




Can you please try the latest bits in ovirt nightly repo for EL6?

Add to your host:
[ovirt-nightly]
name=Nightly builds of the oVirt project
baseurl=http://ovirt.org/releases/nightly/rpm/EL/$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0

Additionally is required EPEL repo and update few rpm packages:
http://dougsland.fedorapeople.org/oVirt3.2-EL6/


Thanks!

--
Cheers
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] COrrection on oVirt web page

2012-12-20 Thread Douglas Landgraf

On 12/20/2012 07:29 AM, Gianluca Cecchi wrote:

Hello,
at page
http://wiki.ovirt.org/Troubleshooting_NFS_Storage_Issues

the command showmounts should actually be showmount

What would be preferred way of communicating these kind of things?
Correct the mailing list or not?


It's correct, fixed! BTW, if you are interested to help more on wiki and 
have a wiki account, please let us know.


Thanks
Douglas
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] can't add hosts with latest ovirt nightly (3.2)

2012-12-05 Thread Douglas Landgraf

Hi Christian,

On 12/05/2012 09:54 AM, Cristian Falcas wrote:

Hi,

The latest otopi installer is failing with the following error:

virtualization support AuthenticAMD (cpu: True, bios: False)
and
RuntimeError: Hardware does not support virtualization

Running rdmsr also says that virtualization is not enabled in bios:
./rdmsr --bitfield 4:4 0xc0010114
0

Is the bios flag mandatory for virtualization? On the same machine 
virt-manager works and can start virtual machines.


oVirt is based on KVM which requires full virtualization (bios flag 
enabled).

In your case, looks like virt-manager is using pure qemu to emulate.

I can't check now what is in bios, but I will update with the status 
when I have a chance to check.



Sure.



--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] NFS Issue with Kernel > 3.6

2012-11-08 Thread Douglas Landgraf

Hi,

On 11/08/2012 07:45 AM, Itamar Heim wrote:

On 11/08/2012 01:08 PM, Sven Knohsalla wrote:

Hi,

is the NFS issue solved by using Kernel >= 3.6 ?

Couldn’t find an info on ovirt wiki:
http://wiki.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues#NFS_Storage_Domain_Failure_on_Fedora_17 



from https://bugzilla.redhat.com/show_bug.cgi?id=845660#c29
"Fixed in vdsm-4.10.0-10.fc17
http://koji.fedoraproject.org/koji/buildinfo?buildID=358280";

care to update the wiki?


I have updated the wiki.

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Console and keyboard setup on VNC

2012-10-05 Thread Douglas Landgraf

Ola Alexandre, :)

On 10/05/2012 08:07 AM, Alexandre Santos wrote:

Working now :-)

Cool!


Is this solution available on the wiki?

I didn't see yet. Would you like to contribute into wiki space? If yes 
and you don't have a wiki account yet, please contact me and I will help 
you to get a wiki account.


Thanks!


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Is there a way to force remove a host?

2012-09-21 Thread Douglas Landgraf

Hi Dominic,

On 09/20/2012 12:11 PM, Dominic Kaiser wrote:

Sorry I did not explain.

I had tried to remove the host and had not luck troubleshooting it.  I 
then had removed it and used it for a storage unit reinstalling fedora 
17.  I foolishly thought that I could just remove the host manually. 
 It physically is not there. (My fault I know)  Is there a way that 
you know of to remove a host brute force.


dk


Fell free to try the below script (not part of official project) for 
brute force:


(from the engine side)
# yum install python-psycopg2 -y
# wget 
https://raw.github.com/dougsland/misc-rhev/master/engine_force_remove_Host.py

# (edit the file and change the db password)
# python ./engine_force_remove_Host.py

Thanks

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] vdsmd doesn't restart after rebooting

2012-09-21 Thread Douglas Landgraf

Hi Nathanaël,

On 09/21/2012 10:18 AM, Nathanaël Blanchet wrote:

Hi all,

In the latest vdsm build from git 
(vdsm-4.10.0-0.452.git87594e3.fc17.x86_64), vdsmd.service never starts 
alone after rebooting.

I have had a look to journalctl anfd I've found this :

systemd-vdsmd[538]: vdsm: Failed to define network filters on 
libvirt[FAILED]


[root@node ~]# service vdsmd status
Redirecting to /bin/systemctl  status vdsmd.service
vdsmd.service - Virtual Desktop Server Manager
  Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
  Active: failed (Result: exit-code) since Fri, 21 Sep 2012 
12:13:01 +0200; 4min 56s ago
 Process: 543 ExecStart=/lib/systemd/systemd-vdsmd start 
(code=exited, status=1/FAILURE)

  CGroup: name=systemd:/system/vdsmd.service

Sep 21 12:12:55 node.abes.fr systemd-vdsmd[543]: Note: Forwarding 
request to 'systemctl disable libvirt-guests.service'.
Sep 21 12:12:56 node.abes.fr systemd-vdsmd[543]: vdsm: libvirt already 
configured for vdsm [  OK  ]

Sep 21 12:12:56 node.abes.fr systemd-vdsmd[543]: Starting wdmd...
Sep 21 12:12:56 node.abes.fr systemd-vdsmd[543]: Starting sanlock...
Sep 21 12:12:56 node.abes.fr systemd-vdsmd[543]: Starting iscsid:
Sep 21 12:13:01 node.abes.fr systemd-vdsmd[543]: Starting libvirtd 
(via systemctl):  [  OK  ]


May this nwfilter be the cause of the failure? If yes, do I need to 
open a BZ?



Thanks for your report. If you can, please open a BZ.
Just for the record: I remember we have fixed something really similar 
of this report with the below patch, I am going to check..


commit dccf4d0260f735265158c3d0cda6e65a0d8c9a4d
Author: Dan Kenigsberg 
Date:   Thu Sep 6 16:37:32 2012 +0300

vdsmd: set nwfilter on ovirt-node

ovirt-node is shipped with .pyc only. Do not try running a missing
executable.

Change-Id: I35e9a3526f6ec70ef40f586319259903e9e1f5fe
Signed-off-by: Dan Kenigsberg 
Reviewed-on: http://gerrit.ovirt.org/7821
Reviewed-by: Douglas Schilling Landgraf 
Tested-by: Moti Asayag 
Tested-by: Douglas Schilling Landgraf 



--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Installing Host - action is taking longer than allowed by configuration

2012-08-31 Thread Douglas Landgraf

On 08/31/2012 05:09 PM, Alon Bar-Lev wrote:


- Original Message -

From: "Mohsen Saeedi"
To: users@ovirt.org
Sent: Friday, August 31, 2012 11:57:59 PM
Subject: [Users] Installing Host - action is taking longer than allowed by  
configuration

Hi
I Installed ovirt 3.1 all in one package under centos 6.3 . but when
i
trying to install localhost as virtualization node (I have one server
with local storage) i got a error:
   The required action is taking longer than allowed by configuration.
I know the reason for it. i have very slow connection. I think ovirt
clean yum metadata and try to get metadata again. but my internet
connection  is very slow (about 64Kb/s)  and takes a lot of time to
finish. how can i increase the allowed time by configuration or some
change on postgresql database.?
Thanks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Hi,

You can set the SSHInactivityTimoutSeconds within vdc_options table.

# psql -d engine -U postgres -c "update vdc_options set option_value = 600 where 
option_name = 'SSHInactivityTimoutSeconds';"

or try in Engine side using engine-config tool:

# engine-config -s SSHInactivityTimoutSeconds=(timer in sec)
# systemctl restart ovirt-engine.service


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.1 : node installation fails with no reason

2012-08-24 Thread Douglas Landgraf

Hello Vincent,

On 08/24/2012 12:11 PM, Vincent Miszczak wrote:

Hi guys,

I'm finally running my node, but cannot say what was the real problem.
To solve it I just flushed everything on node and engine (vdsm*, libvirt*, 
ovirt*), installed again, run  engine-cleanup and engine-setup.

Sorry I cannot be more precise, but the engine or node did really log nothing about 
"Install Failed". The engine should really log about that.

Can you please share the logs with us?


I'm still having an issue on my node :
Vdsmd does not start at startup.

[root@ovirt-node-01 ~]# service vdsmd status
Redirecting to /bin/systemctl status  vdsmd.service
vdsmd.service - Virtual Desktop Server Manager
   Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
   Active: inactive (dead)
   CGroup: name=systemd:/system/vdsmd.service

[root@ovirt-node-01 ~]# cat /var/log/boot.log|grep -i vdsm
[root@ovirt-node-01 ~]#

[root@ovirt-node-01 ~]# journalctl |grep -i vdsm
[root@ovirt-node-01 ~]

Vdsm log shows nothing.  It seems it is really not started.


Can you please check: /var/log/vdsm-reg/vdsm-reg.log  in the node side 
as well?


Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Node as guest - Nested KVM

2012-08-02 Thread Douglas Landgraf

Hi,

I remember someone asking about this topic few weeks ago, here the steps:
http://wiki.ovirt.org/wiki/Vdsm_Developers#Running_Node_as_guest_-_Nested_KVM

Enjoy and fell free to improve it!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Add user error.

2012-07-31 Thread Douglas Landgraf

Hi Victor,

On 07/31/2012 07:42 PM, victor nunes wrote:
I'm trying to create a User, going in the Users tab and then clicking 
add, however, no field appears to me to fill out, just the option to 
search user.

This is some error oVirt?
Not Really. Are you using Internal domain or other domain? oVirt Engine 
works with LDAP, Active Directory, IPA and you should add your directory 
base using engine-manage-domain utility.

After that, you can manage users that exist in the base.


Att,
Victor


--
“Encarada do ponto de vista da juventude, a vida parece um futuro
indefinidamente longo, ao passo que, na velhice, ela parece um passado
deveras curto. Assim, a vida no seu início se apresenta do mesmo modo
que as coisas quando as olhamos através de um binóculo usado ao 
contrário; mas, ao
seu final, ela se parece com as coisas tal qual são vistas quando o 
binóculo

é usado de modo normal. Um homem precisa ter envelhecido e vivido
bastante para perceber como a vida é curta”.

(Poema de Arthur Schopenhauer)



Looks like one more Brazilian in the list? :-) Welcome!


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] F17 vdsm bootstrap_complete trouble

2012-07-31 Thread Douglas Landgraf

Hi Ryan,

On 07/31/2012 01:59 PM, Ryan Harper wrote:

* Ryan Harper  [2012-07-30 14:02]:

I'm having trouble getting a F17 system[1] added to engine[2].  The symtoms
are in the engine UI, it says the install falls.  I'm using the latest
rpms[3]

While attempting to reproduce this; I started from scratch and purged my
engine host and re-installed from the 3.1 repo[1] and now everything is
working.

I suppose it may have been an artifact from using the beta 3.1 repo.
Agreed. I have tried to reproduce your report and I can't see any 
problem, thanks for your feedback!



--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.1 Issue

2012-07-12 Thread Douglas Landgraf

Hi Jonathan,

On 07/12/2012 02:27 PM, Jonathan Cox wrote:


Hello anyone have any ideas about this error? I am setting up Ovirt 
3.1 on CentOS 6.3, the nodes are also running CentOS6.3 and the engine 
appears to be ok but when I try and add a Node I get this error.. 
Failed to install Host Node1. Step: INSTALLER LIB; Details: 
deployUtil.py download failed. Pathname could not be resolved (verify 
computer/domain name)..


Looks like Node cannot download the deployUtil from Engine. /tmp/vds_* 
logs from Node side could help to determine the cause.

Can Node ping/communicate with Engine?

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] host install failed (kernel version 3.4.3)

2012-06-22 Thread Douglas Landgraf

Hi,

On 06/22/2012 04:26 PM, зоррыч wrote:


Hi.

I am trying to install the host kernel with version 3.4.3.

an error:

Unsupported kernel version: 0

Logs:

[root@noc-3-synt tmp]# cat vds_bootstrap.372080.log

Fri, 22 Jun 2012 16:08:20 DEBUG Start VDS Validation 

Fri, 22 Jun 2012 16:08:20 DEBUGEntered VdsValidation(subject = 
'10.1.20.7', random_num = '7d832636-a512-40ae-8e27-ecd24728b39a', 
rev_num = 'None', installVirtualizationService = 'False', 
installGlusterService = 'True')


Fri, 22 Jun 2012 16:08:20 DEBUGSetting up Package Sacks

Fri, 22 Jun 2012 16:08:20 DEBUGyumSearch: found vdsm entries: 
[(0x1b42a10)>]


Fri, 22 Jun 2012 16:08:20 DEBUGHost properly registered with 
RHN/Satellite.


Fri, 22 Jun 2012 16:08:20 DEBUG status='OK' message='Host properly registered with RHN/Satellite.'/>


Fri, 22 Jun 2012 16:08:21 DEBUGyumSearchVersion: pkg 
vdsm-4.10.0-0.58.gita6f4929.el6.x86_64 starts with: vdsm-4.10


Fri, 22 Jun 2012 16:08:21 DEBUGAvailable VDSM matches requirements

Fri, 22 Jun 2012 16:08:21 DEBUG status='OK' message='Available VDSM matches requirements'/>


Fri, 22 Jun 2012 16:08:21 DEBUG['/bin/uname', '-r']

Fri, 22 Jun 2012 16:08:21 DEBUG3.4.3

Fri, 22 Jun 2012 16:08:21 DEBUG

Fri, 22 Jun 2012 16:08:21 DEBUG type='RHEL6' message='Supported platform version'/>


Fri, 22 Jun 2012 16:08:21 DEBUG status='FAIL' version='0' message='Unsupported kernel version: 0. 
Minimal supported version: 150'/>


Fri, 22 Jun 2012 16:08:21 ERRORosExplorer test failed

Fri, 22 Jun 2012 16:08:21 DEBUG status='FAIL'/>


Fri, 22 Jun 2012 16:08:21 DEBUG End VDS Validation 

[root@noc-3-synt tmp]# uname -r

3.4.3



Can you please open a bz assigned to me?

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Not able to add node 2.3 to ovirt-engine 3.1

2012-06-22 Thread Douglas Landgraf

On 06/22/2012 12:43 PM, jose garcia wrote:

On 06/22/2012 06:21 PM, Douglas Landgraf wrote:

Hi Jose,

On 06/22/2012 05:18 AM, jose garcia wrote:

Good morning,

I have installed oVirt 3.1 over Fedora 17. When approving oVirt node 
it is added install fails. There is no output to engine.log or 
vdsm.log in the node whatsoever. It just fails. Is there a 
particular ovirt-node-iso version to be used with version 3.1 of the 
manager?


Only problem I see in the system is that sometimes service libvirtd 
complains about not finding /etc/libvirt/krb5.tab and virsh is not 
accesible.


A few logs should be generated in /tmp/vds_*  in the node side.
Can you please check or attach these logs?



Hi,

I am afraid there are only an ovirt.log and an ovirt-setup.tty2, both 
empty.


I have resolved my problem with libvirt, though.


ah, I misunderstood. I thought you were using Fedora17 as Node, sorry. 
Glad that you have resolved your problem.


Cheers
Douglas

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Not able to add node 2.3 to ovirt-engine 3.1

2012-06-22 Thread Douglas Landgraf

Hi Jose,

On 06/22/2012 05:18 AM, jose garcia wrote:

Good morning,

I have installed oVirt 3.1 over Fedora 17. When approving oVirt node 
it is added install fails. There is no output to engine.log or 
vdsm.log in the node whatsoever. It just fails. Is there a particular 
ovirt-node-iso version to be used with version 3.1 of the manager?


Only problem I see in the system is that sometimes service libvirtd 
complains about not finding /etc/libvirt/krb5.tab and virsh is not 
accesible.


A few logs should be generated in /tmp/vds_*  in the node side.
Can you please check or attach these logs?


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VDSM ERROR

2012-06-22 Thread Douglas Landgraf

Hi Nathan,

On 06/21/2012 01:15 PM, Nathan Stratton wrote:


Fedora 17 RPMs, hosts complets install and reboots, but never connects 
back to engine. I just see thousands of the following in the logs:




MainThread::INFO::2012-06-21 13:07:26,304::vdsm::71::vds::(run) I am 
the actual vdsm 4.9-0


4.9-0? Looks like a previous version of vdsm which we had a network 
error. Can you please try 4.10.0 ?



MainThread::ERROR::2012-06-21 13:07:26,656::vdsm::74::vds::(run) 
Traceback (most recent call last):

  File "/usr/share/vdsm/vdsm", line 72, in run
serve_clients(log)
  File "/usr/share/vdsm/vdsm", line 40, in serve_clients
cif = clientIF.clientIF(log)
  File "/usr/share/vdsm/clientIF.py", line 115, in __init__
self._createLibvirtNetworks()
  File "/usr/share/vdsm/clientIF.py", line 152, in _createLibvirtNetworks
nf = netinfo.NetInfo()
  File "/usr/share/vdsm/netinfo.py", line 268, in __init__
_netinfo = get()
  File "/usr/share/vdsm/netinfo.py", line 215, in get
for bridge in bridges() ])
KeyError: 'ovirtmgmt'

MainThread::INFO::2012-06-21 13:07:26,657::vdsm::76::vds::(run) VDSM 
main thread ended. Waiting for 1 other threads...
MainThread::INFO::2012-06-21 13:07:26,657::vdsm::79::vds::(run) 
<_MainThread(MainThread, started 140487047427904)>
MainThread::INFO::2012-06-21 13:07:26,657::vdsm::79::vds::(run) 





ovirtmgmt is up and running:

-bash-4.2# brctl show
bridge namebridge idSTP enabledinterfaces
ovirtmgmt8000.a0369f0a15f8nobond0


<>

Nathan Stratton
nathan at robotics.net
http://www.robotics.net
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Host missing cpuFlags

2012-05-03 Thread Douglas Landgraf

Hi Nicholas,

On 05/03/2012 11:49 PM, Nicholas Kesick wrote:
I managed to get a host successfully added into oVirt Manager 
(Fedora16 minimum install, then used the wiki RPM install method), but 
the last event reports "Host  moved to Non-operational state 
as host does not meet the cluster's minimum CPU level. Missing CPU 
features: CpuFlags"


Can anyone shine some light on the problem? The CPU does support 
virtualization... and as far as I can tell from cat /proc/cpuinfo does 
does have cpu flags.
flags   : fpu vme de pse tsc msr *pae* mce cx8 apic sep mtrr 
pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe 
syscall nx lm constant_tsc pebs bts nopl pni dtes64 monitor ds_cpl 
*vmx* est cid cx16 xtpr pdcm lahf_lm tpr_shadow




Can you please share the full /proc/cpuinfo ?

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] error when regestering a host with vdsm 4.9.6 in ovirt 3.1

2012-05-03 Thread Douglas Landgraf

Hi Maxime,

On 05/03/2012 08:42 AM, Maxime JÉGO wrote:

  My version of ovirt-engine is 3.0.

here my logs on /var/log/vdsm-reg/vdsm-reg.log :

[root@ovs2 vdsm-reg]# cat vdsm-reg.log
MainThread::INFO::2012-05-03 
11:22:17,850::vdsm-reg-setup::244::vdsRegistrator::After daemonize - My pid is 
30705
MainThread::DEBUG::2012-05-03 11:22:17,851::vdsm-reg-setup::37::root::__init__ 
begin.
MainThread::DEBUG::2012-05-03 
11:22:17,851::vdsm-reg-setup::63::root::Setup::__init__ vars: {'vdcRegPort': 
'54321', 'ovirtUID': 'None', 'ovirtName': 'None', 'fInitOK': True, 
'registered': False, 'ovirtURL': 'None', 'vdcName': 'None', 'vdcPORT': '8443', 
'VDCTime': None, 'ticket': '', 'vdcURI': '/OvirtEngineWeb/register', 'vdsmDir': 
'/usr/share/vdsm', 'vdcURL': 'None'}
MainThread::DEBUG::2012-05-03 11:22:17,851::vdsm-reg-setup::66::root::validate 
start
MainThread::DEBUG::2012-05-03 11:22:17,851::vdsm-reg-setup::73::root::validate 
end. return: False
MainThread::DEBUG::2012-05-03 
11:22:25,860::vdsm-reg-setup::270::vdsRegistrator::Total retry count: 1, 
waited: 8 seconds.
MainThread::DEBUG::2012-05-03 11:22:25,860::vdsm-reg-setup::37::root::__init__ 
begin.
MainThread::DEBUG::2012-05-03 
11:22:25,860::vdsm-reg-setup::63::root::Setup::__init__ vars: {'vdcRegPort': 
'54321', 'ovirtUID': 'None', 'ovirtName': 'None', 'fInitOK': True, 
'registered': False, 'ovirtURL': 'None', 'vdcName': 'None', 'vdcPORT': '8443', 
'VDCTime': None, 'ticket': '', 'vdcURI': '/OvirtEngineWeb/register', 'vdsmDir': 
'/usr/share/vdsm', 'vdcURL': 'None'}
MainThread::DEBUG::2012-05-03 11:22:25,860::vdsm-reg-setup::66::root::validate 
start
MainThread::DEBUG::2012-05-03 11:22:25,860::vdsm-reg-setup::73::root::validate 
end. return: False
MainThread::DEBUG::2012-05-03 
11:22:33,865::vdsm-reg-setup::270::vdsRegistrator::Total retry count: 2, 
waited: 8 seconds.
MainThread::DEBUG::2012-05-03 11:22:33,866::vdsm-reg-setup::37::root::__init__ 
begin.
MainThread::DEBUG::2012-05-03 
11:22:33,866::vdsm-reg-setup::63::root::Setup::__init__ vars: {'vdcRegPort': 
'54321', 'ovirtUID': 'None', 'ovirtName': 'None', 'fInitOK': True, 
'registered': False, 'ovirtURL': 'None', 'vdcName': 'None', 'vdcPORT': '8443', 
'VDCTime': None, 'ticket': '', 'vdcURI': '/OvirtEngineWeb/register', 'vdsmDir': 
'/usr/share/vdsm', 'vdcURL': 'None'}
MainThread::DEBUG::2012-05-03 11:22:33,866::vdsm-reg-setup::66::root::validate 
start
MainThread::DEBUG::2012-05-03 11:22:33,866::vdsm-reg-setup::73::root::validate 
end. return: False
...

thank's.


Le 03/05/2012 11:16, Maxime JEGO a écrit :

I have nothing in /var/log/vdsm-reg/  (i have just the folder)


Le 03/05/2012 09:57, Doron Fediuck a écrit :

Can you verify it in the host's registration logs (/var/log/vdsm-reg/*) ?

On 03/05/12 10:56, Maxime JÉGO wrote:

Hi, I have exactly the same problem, i want to add a host (centos 6.2) in 
ovirt, and i have the same error. It is very strange, here logs :




. Error occured. (Stage: Running first installation script on Host)
2012-05-03 03:37:40,538 INFO 
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper] (pool-5-thread-50) 
RunSSHCommand returns true
2012-05-03 03:37:40,538 INFO [org.ovirt.engine.core.bll.VdsInstaller] 
(pool-5-thread-50) RunScript ended:true
2012-05-03 03:37:40,539 ERROR [org.ovirt.engine.core.bll.VdsInstaller] 
(pool-5-thread-50) Installation of 192.168.10.19. Operation failure. (Stage: 
Running first installation script on Host)


Can you please share rpm -qa | grep vdsm from host and engine?

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Adding oVirt Node Fails

2012-04-30 Thread Douglas Landgraf

Hi Nicholas,

On 04/30/2012 10:56 PM, Nicholas Kesick wrote:
It's called "breth0". I've been tempted to rename it manually, but my 
understanding is that it's not persistant. Worth testing though.
dougsland, jboggs said you may know something about this being a bug 
in the stable version and is fixed in nightlies?




Can you please share your vdsm version and the full error message? 
/tmp/vds_* files would be nice too


Here a patch that might help: 
http://gerrit.ovirt.org/#patch,sidebyside,3615,5,vdsm/configNetwork.py 
(already merged into vdsm tree)



Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] error when regestering a host with vdsm 4.9.6 in ovirt 3.1

2012-04-27 Thread Douglas Landgraf

Hi,

On 04/27/2012 08:44 AM, Nathanaël Blanchet wrote:
here they are, there is a lot of log files, because I tried a lot of 
time :)


Le 27/04/2012 15:16, Douglas Landgraf a écrit :

Hi,

On 04/26/2012 11:37 AM, Nathanaël Blanchet wrote:
I have built and installed the latest RPM ovirt-engine from the 
source on F16 and the latest RPM VDSM 4.9.6 on F17 because of nedeed 
dependancies.

when I add a new host, installation always fails with this issue :
Failed to install Host khamsin. Step: CreateConf; Details: Basic 
configuration failed to import default values.


I tried to disable ssl in engine and vdsm but it is the same.

I have searched more explications into vdsm and ovirt log but I have 
found anything
I suppose vdsm to be the problem, the only way to build it with 
success is to install it on F17, which is a beta release...


This makes me crazy!
May anybody  help me to find a clue for this issue?


on Node side, can you please share /tmp/vds_* logs?
rpm -qa | grep vdsm  (from oVirt Node and oVirt engine)



As we resolved this case by irc, here the reply to mailing list:

=

The error from logs:

Fri, 27 Apr 2012 14:55:24 DEBUG status='OK' result='libjpeg' message='le paquetage libjpeg n~est pas 
installé '/>

Fri, 27 Apr 2012 14:55:24 ERROR
Traceback (most recent call last):
File "/tmp/vds_bootstrap_9e3dc61c-4ef8-4c42-873c-6209c522ac4c.py", line 
594, in createConf

self._makeConfig()
File "/tmp/vds_bootstrap_9e3dc61c-4ef8-4c42-873c-6209c522ac4c.py", line 
557, in _makeConfig

from config import config
ImportError: No module named config
Fri, 27 Apr 2012 14:55:24 DEBUG status='FAIL' message='Basic configuration failed to import default 
values'/>

Fri, 27 Apr 2012 14:55:24 ERRORcreateConf failed
Fri, 27 Apr 2012 14:55:24 DEBUG status='FAIL'/>

Fri, 27 Apr 2012 14:55:24 DEBUG End VDS Validation 


=

On Engine side Nathanaël's machine had: vds_bootstrap version 
(vdsm-bootstrap-4.9.3.2-0.fc16.noarch) which had to update to a newer 
version: 4.9.6
copied new vds_bootstrap files from: /usr/share/vds_bootstrap to 
/usr/share/ovirt-engine/engine.ear/components.war/vds

and removed any *.pyc and *.pyo from there.

On Node side:

rm -f /tmp/deploy* (remove old deployUtil)
rm -f /tmp/vds* (remove old log files)





--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] error when regestering a host with vdsm 4.9.6 in ovirt 3.1

2012-04-27 Thread Douglas Landgraf

Hi,

On 04/26/2012 11:37 AM, Nathanaël Blanchet wrote:
I have built and installed the latest RPM ovirt-engine from the source 
on F16 and the latest RPM VDSM 4.9.6 on F17 because of nedeed 
dependancies.

when I add a new host, installation always fails with this issue :
Failed to install Host khamsin. Step: CreateConf; Details: Basic 
configuration failed to import default values.


I tried to disable ssl in engine and vdsm but it is the same.

I have searched more explications into vdsm and ovirt log but I have 
found anything
I suppose vdsm to be the problem, the only way to build it with 
success is to install it on F17, which is a beta release...


This makes me crazy!
May anybody  help me to find a clue for this issue?


on Node side, can you please share /tmp/vds_* logs?
rpm -qa | grep vdsm  (from oVirt Node and oVirt engine)


Thanks!


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Console not coming up .

2012-04-11 Thread Douglas Landgraf

On 04/11/2012 07:49 AM, Rahul Upadhyaya wrote:

Hi Itamar and others,

In reference to the problem that I had posted yesterday you (Itamar) 
had asked for the spice log on my machine. I have attached the spice 
log that gets generated each time when I start the console (gets 
generated under ~/.spicec/spicec.log.)


===
1334120373 INFO [1984:1984] Application::main: starting 0.10.1
1334120373 INFO [1984:1984] Application::main: command line: spicec 
--controller

1334120373 INFO [1984:1984] init_key_map: using evdev mapping
1334120373 INFO [1984:1984] MultyMonScreen::MultyMonScreen: 
platform_win: 73400321

1334120373 INFO [1984:1984] GUI::GUI:
1334120374 INFO [1984:1984] ForeignMenu::ForeignMenu: Creating a 
foreign menu connection /tmp/SpiceForeignMenu-1984.uds
1334120374 INFO [1984:1984] Controller::Controller: Creating a 
controller connection /tmp/spicec-DtxtfS/spice-xpi
1334120376 INFO [1984:1986] RedPeer::connect_to_peer: Connect failed: 
Connection refused (111)
1334120376 WARN [1984:1986] RedChannel::run: failed to connect: 
Connection refused (111)

1334120376 INFO [1984:1984] main: Spice client terminated (exitcode = 3)


Also, I see connection refused but i am not sure on which address/port 
is it trying to connect and failing. Do I need to start some service 
or something. I tried disabling my firewall.. but that doesn't help too.
I tried using the VNC console option too but when I select VNC the 
console option itself gets disabled.


All the above I tried on a fedora box with firefox 11 + spice-xpi . I 
also gave a try with windows IE9 . That also doesnt work. (In IE even 
after clicking console.. I dont see any activity happening.)




Have you tried to run, like this from the shell?
SPICEC_LOG_LEVEL=0 firefox

Can you please share your ovirt/spice packages versions?

I read your previous email and all report looks like: 
https://bugzilla.redhat.com/show_bug.cgi?id=805552


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (potential bug) After I create a virtual disk I am unable to start a VM - Permissions issue ? The node seems to have no write access to the directory on the NFS server...

2012-03-29 Thread Douglas Landgraf

Hello Morgan,

On 03/29/2012 05:54 AM, Morgan Cox wrote:

Again it got cut off ???

I've never really understood how to get a mailing list thread to
follow a reply correctly either...


 From advise in IRC I changed

# nfs_mount_options = soft,nosharecache

to

nfs_mount_options = soft,nosharecache,vers=3

- then re attached the node - it now shows as nfs3 using the  mount
command  and has the correct UID/GID i.e

ls -al 
/rhev/data-center/b2b2e054-66b2-11e1-bda3-1728f784de9e/2f7ee7bc-09b3-42ba-af91-40d79293e360/images/7e2f025e-5676-4592-84fd-7c9661f5ee2e/
  total 2097168
  drwxr-xr-x. 2 vdsm kvm   4096 Mar 28 15:23 .
  drwxr-xr-x. 3 vdsm kvm   4096 Mar 28 15:23 ..
  -rw-rw. 1 vdsm kvm 2147483648 Mar 28 15:23
e4aa8bf8-0cb8-4f1c-84cf-b83909f7206b
  -rw-r--r--. 1 vdsm kvm320 Mar 28 15:23
e4aa8bf8-0cb8-4f1c-84cf-b83909f7206b.meta

It still doesn't work...



I have installed debian squezee to test and make it work, here my steps:

# groupadd kvm -g 36
# useradd vdsm -u 36 -g kvm

# mkdir /storage

# chmod 0755 /storage
# chown 36:36 /storage/

# cat /etc/exports
/storage*(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)

# /etc/init.d/nfs-kernel-server restart

Please, let me know if it resolves your case.

Thanks

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] NFS mounts ovirt storage

2012-03-18 Thread Douglas Landgraf

On 03/18/2012 11:54 PM, Douglas Landgraf wrote:

Hi,

On 03/18/2012 06:30 AM, зоррыч wrote:


By default, NFS mounts ovirt storage with the following parameters:

/bin/mount -o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 
-t nfs 127.0.0.1:/share /tmp/tmpgcOezk


You can set them manually?


I would suggest 'nfs_mount_options', example:

# NFS mount options, comma-separated list (NB: no white space allowed!)
#nfs_mount_options = soft,nosharecache,vers=3



err, pressed sent button before complete the message
This is a config option inside /etc/vdsm/vdsm.conf and you must restart 
the daemon.


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] NFS mounts ovirt storage

2012-03-18 Thread Douglas Landgraf

Hi,

On 03/18/2012 06:30 AM, зоррыч wrote:


By default, NFS mounts ovirt storage with the following parameters:

/bin/mount -o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 
-t nfs 127.0.0.1:/share /tmp/tmpgcOezk


You can set them manually?


I would suggest 'nfs_mount_options', example:

# NFS mount options, comma-separated list (NB: no white space allowed!)
#nfs_mount_options = soft,nosharecache,vers=3

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [vdsm] Remove and Add host does not work

2012-02-28 Thread Douglas Landgraf

On 02/28/2012 11:01 AM, Douglas Landgraf wrote:

On 02/28/2012 08:49 AM, Deepak C Shetty wrote:

On 02/28/2012 07:11 PM, Itamar Heim wrote:

On 02/28/2012 03:31 PM, Deepak C Shetty wrote:

On 02/28/2012 06:57 PM, Itamar Heim wrote:

On 02/28/2012 03:22 PM, Deepak C Shetty wrote:

On 02/28/2012 06:46 PM, Itamar Heim wrote:

On 02/28/2012 02:48 PM, Deepak C Shetty wrote:

Hi,
I had a host managed via OE, completely working fine. Was even 
able to

create and run VMs off it.
I tried removing the host from the OE (put host into maint. 
mode and

then remove) and when i re-discover
the same host, OE just keeps seeing it as Non-responsive.


what do you mean by "re-discover"?



I just meant that i removed the host and re-added it by selecting 
"New"

on the Hosts tab
and putting the IP and hostname.



I am able to ssh into the host and see that none of the vdsm 
processes

have been started.
I tried doing "Confirm host has been rebooted" on the OE, did not
help.
I tried putting
host into maint. mode and re-activating the host, just doesn't 
help


did you do any change to the host?
just removing it from engine shouldn't cause vdsm to know/care and
should work just like before.



Nothing changed on the host. In fact when i removed and added the
host back
it says everything is installed so does nothing but reboots the 
host,

post reboot
vdsm does not start automatically and host status is 
non-responsive

on OE


if vdsm does not start, OE is correct...
does vdsm try to start and fails (and if so, log excerpt?)


Right, but I dont see any traces of vdsm trying to start. Nothing 
in the

vdsm.log
thats relevant to this. I just did chkconfig --list and don't see 
vdsmd

in that, could
that be the reason.

On the host I manually did `service vdsmd restart` and then everythign
works
fine.







you are basically saying "re-installing a host causes vdsm to not 
start by default".
reproducing this again to make sure and opening a bug seems the 
right course.
trying to trace the install flow to provide root cause or even a 
patch would help more to fix this


Are you saying that vdsmd service should start by default post reboot 
and its entry

should be listed as part of chkconfig --list ?


vdsm uses systemd.
http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet

Try to use chkconfig vdsm on, you will see a wrapper to systemd command.


Found this examining the vds bootstrap complete py log

2012-02-28 23:45:32,022 DEBUGdeployUtil 707 _updateFileLine: 
return: True

2012-02-28 23:45:32,022 DEBUGdeployUtil 228 setVdsConf: ended.
2012-02-28 23:45:32,022 DEBUGdeployUtil 103 ['/bin/systemctl', 
'reconfigure', 'vdsmd.service']

2012-02-28 23:45:32,026 DEBUGdeployUtil 107
2012-02-28 23:45:32,026 DEBUGdeployUtil 108 Unknown operation 
reconfigure


2012-02-28 23:45:32,026 DEBUGdeployUtil 103 ['/sbin/reboot']
2012-02-28 23:45:32,325 DEBUGdeployUtil 107


Which vdsm version are you using? If I am not wrong, I remember to see 
a patch for this report.. /me going to check..




From vdsm.spec:
===
* Sun Feb  5 2012 Dan Kenigsberg  - 4.9.3.3-0.fc16

- BZ#773371 call `vdsmd reconfigure` after bootstrap



--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [vdsm] Remove and Add host does not work

2012-02-28 Thread Douglas Landgraf

On 02/28/2012 08:49 AM, Deepak C Shetty wrote:

On 02/28/2012 07:11 PM, Itamar Heim wrote:

On 02/28/2012 03:31 PM, Deepak C Shetty wrote:

On 02/28/2012 06:57 PM, Itamar Heim wrote:

On 02/28/2012 03:22 PM, Deepak C Shetty wrote:

On 02/28/2012 06:46 PM, Itamar Heim wrote:

On 02/28/2012 02:48 PM, Deepak C Shetty wrote:

Hi,
I had a host managed via OE, completely working fine. Was even 
able to

create and run VMs off it.
I tried removing the host from the OE (put host into maint. mode 
and

then remove) and when i re-discover
the same host, OE just keeps seeing it as Non-responsive.


what do you mean by "re-discover"?



I just meant that i removed the host and re-added it by selecting 
"New"

on the Hosts tab
and putting the IP and hostname.



I am able to ssh into the host and see that none of the vdsm 
processes

have been started.
I tried doing "Confirm host has been rebooted" on the OE, did not
help.
I tried putting
host into maint. mode and re-activating the host, just doesn't help


did you do any change to the host?
just removing it from engine shouldn't cause vdsm to know/care and
should work just like before.



Nothing changed on the host. In fact when i removed and added the
host back
it says everything is installed so does nothing but reboots the host,
post reboot
vdsm does not start automatically and host status is 
non-responsive

on OE


if vdsm does not start, OE is correct...
does vdsm try to start and fails (and if so, log excerpt?)


Right, but I dont see any traces of vdsm trying to start. Nothing in 
the

vdsm.log
thats relevant to this. I just did chkconfig --list and don't see vdsmd
in that, could
that be the reason.

On the host I manually did `service vdsmd restart` and then everythign
works
fine.







you are basically saying "re-installing a host causes vdsm to not 
start by default".
reproducing this again to make sure and opening a bug seems the right 
course.
trying to trace the install flow to provide root cause or even a 
patch would help more to fix this


Are you saying that vdsmd service should start by default post reboot 
and its entry

should be listed as part of chkconfig --list ?


vdsm uses systemd.
http://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet

Try to use chkconfig vdsm on, you will see a wrapper to systemd command.


Found this examining the vds bootstrap complete py log

2012-02-28 23:45:32,022 DEBUGdeployUtil 707 _updateFileLine: 
return: True

2012-02-28 23:45:32,022 DEBUGdeployUtil 228 setVdsConf: ended.
2012-02-28 23:45:32,022 DEBUGdeployUtil 103 ['/bin/systemctl', 
'reconfigure', 'vdsmd.service']

2012-02-28 23:45:32,026 DEBUGdeployUtil 107
2012-02-28 23:45:32,026 DEBUGdeployUtil 108 Unknown operation 
reconfigure


2012-02-28 23:45:32,026 DEBUGdeployUtil 103 ['/sbin/reboot']
2012-02-28 23:45:32,325 DEBUGdeployUtil 107


Which vdsm version are you using? If I am not wrong, I remember to see a 
patch for this report.. /me going to check..


Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] admin password problmes

2012-02-27 Thread Douglas Landgraf

Hi Nathan,

On 02/26/2012 05:04 PM, Nathan Stratton wrote:


I have been working on building a new ovirt-engine from an old, 
everything looks good, but I can't log in:


2012-02-26 21:59:39,086 ERROR 
[org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(http--0.0.0.0-8080-1) USER_FAILED_TO_AUTHENTICATE : admin
2012-02-26 21:59:39,089 WARN 
[org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(http--0.0.0.0-8080-1) CanDoAction of action LoginAdminUser failed. 
Reasons:USER_FAILED_TO_AUTHENTICATE

Indeed, looks like bad password.



I have tried using ovirt-setup again, but that does not help. I also 
have tried: engine-config -l AdminPassword="password"


I don't think '-l' is the correct key to use, I would suggest the 
following steps:


# engine-config -s AdminPassword=superNewPassword
# service jboss-as restart

Try to login again. Please let us know if this works for you.


--

Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Uploaded ISO file doesn't show up in admin portal

2012-02-24 Thread Douglas Landgraf

Hi,

On 02/24/2012 03:58 PM, Terry Phelps wrote:



On Fri, Feb 24, 2012 at 3:46 PM, Keith Robertson > wrote:


Terry,

Like this...
[root@node ~]# vdsClient -s 0  getConnectedStoragePoolsList
9775f154-7578-4e22-ae44-4664b298a8cc

[root@node ~]# vdsClient -s 0  getIsoList
9775f154-7578-4e22-ae44-4664b298a8cc
-- ISO list with proper permissions only ---
rhel-server-6.2.x86_64-dvd.iso

Aha! That doesn't show anything:

[root@oravm2 ~]# vdsClient -s 0  getConnectedStoragePoolsList
f465251e-5679-11e1-ba81-97917332892e

[root@oravm2 ~]# vdsClient -s 0  getIsoList 
f465251e-5679-11e1-ba81-97917332892e

-- ISO list with proper permissions only ---

[root@oravm2 ~]#


As Maor suggested, can you please attach the /var/log/vdsm/vdsm.log ?

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Uploaded ISO file doesn't show up in admin portal

2012-02-24 Thread Douglas Landgraf

Hi Terry,

On 02/24/2012 02:51 PM, Douglas Landgraf wrote:

On 02/24/2012 10:28 AM, Terry Phelps wrote:

It looks like you were doing this as root, so I did, too. In any case,
the result looks good to me:

# mount | grep iso

oravm3.acbl.net:/isodomain/ on
/rhev/data-center/mnt/oravm3.acbl.net:_isodomain type nfs4
(rw,relatime,vers=4,rsize=524288,wsize=524288,namlen=255,soft,nosharecache,proto=tcp,port=0,timeo=600,retrans=6,sec=sys,clientaddr=172.16.2.52,minorversion=0,local_lock=none,addr=192.168.118.10) 



]# ls /rhev/data-center/mnt/oravm3.acbl.net:_isodomain

48a5390f-2f86-485c-8537-b6bc9dd71796  vdsmTest

[root@oravm2 ~]# vdsClient -s 0 getFileList 
48a5390f-2f86-485c-8537-b6bc9dd71796


file:  OracleLinux-R6-U2-Server-x86_64-dvd.iso status:  {'status':
469, 'ctime': '1330092866.03', 'size': '3591360512'}


NOTE: That "vdsmTest" file you see has appeared there since yesterday,
I think. I didn't put it there.


You didn't, this file can be removed,  yesterday the nfs-check 
couldn't complete the test (remove the file)

as you answered me (below) and it's still there.


 # python nfs-check.py oravm3.acbl.net:/isodomain
 Current hostname: oravm2.acbl.net - IP addr 127.0.0.1
 Trying to /bin/mount -t nfs oravm3.acbl.net:/isodomain...
 Executing NFS tests..
 Removing vdsmTest file..
 Traceback (most recent call last):
  File "nfs-check.py", line 268, in
os.removedirs(LOCALPATH)
  File "/usr/lib64/python2.7/os.py", line 170, in removedirs
 OSError: [Errno 16] Device or resource busy: '/tmp/tmpV9KEh5'



Just to confirm, during the execution of nfs-check have you manually 
entry into /tmp/tmpV9KEh5 (from another shell)?

If not, this EBUSY error might be like symptom of this weird behaviour...

However, let me continue... looking the previous messages of this 
thread, looks like you have the iso correctly uploaded.
Have you tried to restart jboss-as service (oVirt Engine) to see if your 
iso appears into the GUI?


BTW, most of ovirt people are available to chat and help 'on-the-fly' at 
irc.oftc.net, channel  #ovirt , fell free to join us there .


--
Cheers
Douglas (irc: dougsland)

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Uploaded ISO file doesn't show up in admin portal

2012-02-24 Thread Douglas Landgraf

On 02/24/2012 10:28 AM, Terry Phelps wrote:

It looks like you were doing this as root, so I did, too. In any case,
the result looks good to me:

# mount | grep iso

oravm3.acbl.net:/isodomain/ on
/rhev/data-center/mnt/oravm3.acbl.net:_isodomain type nfs4
(rw,relatime,vers=4,rsize=524288,wsize=524288,namlen=255,soft,nosharecache,proto=tcp,port=0,timeo=600,retrans=6,sec=sys,clientaddr=172.16.2.52,minorversion=0,local_lock=none,addr=192.168.118.10)

]# ls /rhev/data-center/mnt/oravm3.acbl.net:_isodomain

48a5390f-2f86-485c-8537-b6bc9dd71796  vdsmTest

[root@oravm2 ~]# vdsClient -s 0 getFileList 48a5390f-2f86-485c-8537-b6bc9dd71796

file:  OracleLinux-R6-U2-Server-x86_64-dvd.iso status:  {'status':
469, 'ctime': '1330092866.03', 'size': '3591360512'}


NOTE: That "vdsmTest" file you see has appeared there since yesterday,
I think. I didn't put it there.


You didn't, this file can be removed,  yesterday the nfs-check couldn't 
complete the test (remove the file)

as you answered me (below) and it's still there.


 # python nfs-check.py oravm3.acbl.net:/isodomain
 Current hostname: oravm2.acbl.net - IP addr 127.0.0.1
 Trying to /bin/mount -t nfs oravm3.acbl.net:/isodomain...
 Executing NFS tests..
 Removing vdsmTest file..
 Traceback (most recent call last):
  File "nfs-check.py", line 268, in
os.removedirs(LOCALPATH)
  File "/usr/lib64/python2.7/os.py", line 170, in removedirs
 OSError: [Errno 16] Device or resource busy: '/tmp/tmpV9KEh5'



Now I am wondering why...


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Uploaded ISO file doesn't show up in admin portal

2012-02-23 Thread Douglas Landgraf

On 02/23/2012 02:41 PM, Keith Robertson wrote:

On 02/23/2012 02:21 PM, Terry Phelps wrote:

Thanks for the quick reply.

My one hypervisor already had the ISO domain mounted (without any
explicit action by me):
This is to be expected.  VDSM needs the mount. I suggested that 
command just in case it wasn't mounted for some odd reason.

mount | grep iso

oravm3.acbl.net:/isodomain/ on
/rhev/data-center/mnt/oravm3.acbl.net:_isodomain type nfs4
(rw,relatime,vers=4,rsize=524288,wsize=524288,namlen=255,soft,nosharecache,proto=tcp,port=0,timeo=600,retrans=6,sec=sys,clientaddr=172.16.2.52,minorversion=0,local_lock=none,addr=192.168.118.10) 



Using this mount (I didn't do exactly what you said, if that matters),

Nope, you're fine.

I did the tests you asked for.
Yes, I can touch a new file.
Yes, I can read the ISO file

Here is what I saw:


I'm assuming you were "vdsm" when you executed these commands, right?

bash-4.2$ ls
OracleLinux-R6-U2-Server-x86_64-dvd.iso
bash-4.2$ touch me
bash-4.2$ ls
me  OracleLinux-R6-U2-Server-x86_64-dvd.iso
bash-4.2$ strings Orac* |head -2
CD001
LINUX   OL6.2 x86_64 Disc 1 20111212


Funny, though. When I typed "su - vdsm" by mistake, from root, it said
"This account is currently not available." (Is that relevant?) But
what you said to do did work fine.
By default vdsm is given a nologin shell for security reasons.  The 
"-s /bin/bash" overrides that when switching users.


nfs-check tool might help here too... it mount, creates (as vdsm:kvsm) 
and remove file into the nfs mountpoint...

http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=blob;f=contrib/nfs-check.py;h=1b763c66e053eae2c273048879aa98e634b04d7f;hb=578cfe90239d5c3f6f11f1fc063c148606e991dc


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] oVirt - spice activex / spice-xpi plugins for Windows?

2012-02-22 Thread Douglas Landgraf
Do we have such plugins for Windows users that would like to open their 
vms from browser?

From Fedora side, the firefox plugin works fine.

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ovirt VM start fails - Perm Denied error

2012-02-13 Thread Douglas Landgraf

On 02/13/2012 08:57 AM, Keith Robertson wrote:

On 02/13/2012 08:33 AM, Deepak C Shetty wrote:

On 02/13/2012 03:16 PM, Dan Kenigsberg wrote:

On Sun, Feb 12, 2012 at 11:58:05PM +0530, Deepak C Shetty wrote:

Hi,
I have tried this multiple times and i hit the same error.

I have 3 storage domains  created (iso, data and export) all
connected to the DC with DC status as Up and
1 host with status as Up and the same (only) host acting as SPM.

I used the engine-iso-uploader utility to upload my .iso to the iso 
domain.

Created a new VM and attached a vdisk of type sparse (thin-prov) and
click on "Run Once",
where i select "Attach CD" and select my .iso, and change boot order
to boot from CD, then disk.

But i get this error...

VM first-ovirt-vm is down. Exit message internal error process
exited while connecting to monitor: qemu-kvm: -drive 
file=/rhev/data-center/4087fea7-b54a-4318-8d5c-828eff8846f4/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw:
could not open disk image 
/rhev/data-center/4087fea7-b54a-4318-8d5c-828eff8846f4/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso:

Permission denied .

I am unable to figure out why.. bcos the user.group perms for the
.iso are fine.
In fact i logged into the system serving the nfs share and added 
0777 perms

still i get the same error. Here is the snip of how the perms for
.iso look like...

ll 
/tmp/iso1-domain/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso
-rwxr-xr-x. 1 vdsm kvm 3757047808 Feb 13 04:24 
/tmp/iso1-domain/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso

would you try `ls -lZ` ? Does your /var/log/audit/audit.log shows an
selinux problem? What's `getenforce`? And `getsebool virt_use_nfs`?

What is `groups qemu`?
Does
su - qemu -s /bin/bash -c 'strings your.iso'
work for you?

Regards,
Dan.




Hello Dan,
Here is the output you requested...

[root@llm56 ~]# ls -lZ 
/rhev/data-center/4087fea7-b54a-4318-8d5c-828eff8846f4/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso
-rwxr-xr-x. vdsm kvm system_u:object_r:nfs_t:s0   
/rhev/data-center/4087fea7-b54a-4318-8d5c-828eff8846f4/35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----/Fedora-16-x86_64-DVD.iso


[root@llm56 ~]# getenforce
Enforcing

[root@llm56 ~]# getsebool virt_use_nfs
virt_use_nfs --> off

[root@llm56 ~]# groups qemu
qemu : qemu kvm

Also `su - qemu -s /bin/bash -c 'strings your.iso'`

worked for me.. dumped loads of strings on the screen.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Perhaps I missed that snippet of logs, but is llm56 the hyper-visor?

Also, here is another litmus test to help shake out some common NFS 
issues.  Do the following from the hyper-visor:
1. temporarily give user vdsm in /etc/passwd a login shell (e.g. 
/bin/bash)

2. mkdir /mnt/testmount
3. mount :/path/to/iso/storage/domain /mnt/testmount
4. su - vdsm <-- Really important.
5. cd 
35f880f8-bd0c-4063-b171-2ddaa59e1212/images/----

6. touch test.txt
7. strings Fedora-16-x86_64-DVD.iso
8. reset vdsm in /etc/passwd to nologin

Do 6 and 7 work?

Cheers,
Keith



Here another suggestion, a tool, nfs-check:

http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=blob_plain;f=contrib/nfs-check.py;h=1b763c66e053eae2c273048879aa98e634b04d7f;hb=578cfe90239d5c3f6f11f1fc063c148606e991dc

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Hey using NFS as my main datastore

2012-02-09 Thread Douglas Landgraf

Hi Dominic,

On 02/09/2012 01:49 PM, Dominic Kaiser wrote:
So I have fixed it!  Thanks Itamar!  It was chown -R 36:36 /path to my 
shared folder.  I should have looked at the ovirt wiki also: 
http://www.ovirt.org/wiki/Troubleshooting_NFS_Storage_Issues.  So all 
NFS shares up and my virtual servers are starting.


Nice! Next time something similar happens, you might want to try 
nfs-check script:

http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=commitdiff;h=578cfe90239d5c3f6f11f1fc063c148606e991dc

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Pxeboot

2012-02-08 Thread Douglas Landgraf

Hi Li, David,

On 02/08/2012 01:11 PM, Mike Burns wrote:

On Wed, 2012-02-08 at 09:53 -0800, Li, David wrote:

Since oVirt node doesn’t support pxeboot in the current release,  does
anyone know if I can use RHEV-H to pxeboot and nfs mout the rootfs?

Where does it say that ovirt-node doesn't support pxe boot?  I use PXE
in my testing.  I haven't heard of any issues with PXE either.

The livecd-iso-to-pxeboot script in livecd-tools will create the initrd
and vmlinuz files for you to import into your PXE server.


http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Virtualization_for_Servers/2.1/html/5.4-2.1_Hypervisor_Deployment_Guide/sect-Deployment_Guide-Preparing_Red_Hat_Enterprise_Virtualization_Hypervisor_installation_media-Deploying_RHEV_Hypervisors_with_PXE_and_tftp.html

and

http://dougsland.livejournal.com/122359.html

might help you. Fell free to share any doubt with the mailing list.

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] vdsm install

2012-02-06 Thread Douglas Landgraf

Hi Dominic,

On 02/06/2012 02:18 PM, Dominic Kaiser wrote:
I have been doing this for a few days.  When a create a new node for 
testing my process is:


Install Fedora 16
bridge the nic and name the bridge ovirtmgmt (ifcfg-ovirtmgmt)
firewall and selinux disable
repo and bridge-utils added of course
Install from ovirt management cosole
reboots the machine and install fine

Then Fedora takes like 10 minutes to boot up and does.  If I do a 
systemctl status vdsmd.service it says failed.  I have tried with 
ssl=true and false.


10 minutes? Let's check the service which is taking so long to start:
# systemd-analyze blame

Can you please share the log from vdsm (/var/log/vdsm/vdsm.log) also the 
below command output:

# rpm -qa | grep vdsm

Ovirt Node still does not work for installing nodes it boots fine and 
installs fine.  It you register from node it never registers

Today we got a new patch merged into engine which should resolve the case:
http://gerrit.ovirt.org/#change,318


and if you add from management console it says node is not a supported 
platform to install from.


Are you talking about this one:
https://bugzilla.redhat.com/show_bug.cgi?id=782660
http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=8ab700ba7d0a8a603a035c47632bcf5759584db4

(already merged too) -  I would recommend you to update your oVirt Engine.

Thanks!

--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt test day

2012-01-18 Thread Douglas Landgraf

Hi Andre,

On 01/18/2012 03:36 PM, André Felício wrote:

Problem #3: Add oVirt node from Webadmin engine.

# cat /tmp/vds_installer.455167.log
Wed, 18 Jan 2012 19:25:37 DEBUG Start VDS Installation 
Wed, 18 Jan 2012 19:25:37 DEBUGget_id_line: read line oVirt Node
Hypervisor release 2.2.1 (3.6.fc16).
Wed, 18 Jan 2012 19:25:37 DEBUGlsb_release: input line oVirt Node
Hypervisor release 2.2.1 (3.6.fc16).
Wed, 18 Jan 2012 19:25:37 DEBUGlsb_release: return: oVirtNodeHypervisor.
Wed, 18 Jan 2012 19:25:37 ERRORUnsupported platform: oVirtNodeHypervisor
Wed, 18 Jan 2012 19:25:37 DEBUG
Wed, 18 Jan 2012 19:25:37 ERRORFailed platform test.


It's a know issue:
https://bugzilla.redhat.com/show_bug.cgi?id=782660
http://gerrit.ovirt.org/#change,1117,patchset=1


I tried the changes documented in
http://www.ovirt.org/wiki/Node_Release_Notes but it still fails. On
engine show "Pending Approval", I'm aprove but it still erro.


can you please share the error/logs/screenshot? Is it the same error 
message?




I hope I have helped with this report. Tomorrow I continue the "Test
Week" with Red Hat Enterprise Virtualization Node V3 beta and another
configurations.


Thanks!


--
Cheers
Douglas

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] test day: using VM has host for vdsm

2012-01-18 Thread Douglas Landgraf

On 01/18/2012 12:02 PM, Ryan Harper wrote:

* Rami Vaknin  [2012-01-18 10:49]:

On 01/18/2012 06:39 PM, Ryan Harper wrote:

* Ayal Baron   [2012-01-18 10:35]:

- Original Message -

* Haim Ateya   [2012-01-18 10:15]:

On Wed 18 Jan 2012 06:09:46 PM IST, Ryan Harper wrote:

* Haim Ateya[2012-01-18 08:02]:

On Wed 18 Jan 2012 03:48:08 PM IST, Ryan Harper wrote:

* Haim Ateya [2012-01-18 07:13]:

On Wed 18 Jan 2012 02:59:01 PM IST, Ryan Harper wrote:

I've created some f16 VMs that contain both ovirt-engine and a
few
to run vdsm as nodes.  When I add in the VM host into the
engine and it
attempts to install vdsm (even though I've already installed
vdsm) the
install fails because the vdsm install script is checking to
see if the
host has virt capabilities; since I'm not running nested KVM,
this
fails.  Is there a way to work around this can enable a VM to
be a host
in oVirt?  I had heard in the past there was a way to create
fake VMs
when attempting to do ovirt-engine stress testing, wondering
if that
might be of help here.

Also, are their vdsm rpms built for RHEL6.x available?

Thanks!


Hi Rayn,

- login to your ovirt-engine machine
- edit
/usr/share/ovirt-engine/engine.ear/components.war/vds/vds_bootstrap.py
- comment out the following:

836 if not oDeploy.virtExplorer(random_num):
837 logging.error('virtExplorer test failed')
838 return False
- reinstall host

So I'm getting further, but now the bootstrap.log has more
errors below.
If I follow the test day instructions, it indicates to install
vdsm and
includes instructions, but it's clear that ovirt-engine is
configured by
default to push out vdsm and install it.  If I've already
configured and
installed vdsm on the node is there any way to not attempting to
bootstrap
vdsm
at all and just attempt to have it connect?



Wed, 18 Jan 2012 08:35:37 DEBUG
Wed, 18 Jan 2012 08:35:37 DEBUGBasic configuration found,
skipping
this step
Wed, 18 Jan 2012 08:35:37 DEBUG
Wed, 18 Jan 2012 08:35:37 DEBUG
Wed, 18 Jan 2012 08:35:37 DEBUGBridge ovirtmgmt not found,
need to
create it.
Wed, 18 Jan 2012 08:35:37 DEBUGgetAddress Entry.
url=http://ichigo-dom223.phx.austin.ibm.com:8080/Components/vds/
Wed, 18 Jan 2012 08:35:37 DEBUGgetAddress return.
address=ichigo-dom223.phx.austin.ibm.com port=8080
Wed, 18 Jan 2012 08:35:37 DEBUGmakeBridge begin.
Wed, 18 Jan 2012 08:35:37 DEBUG_getMGTIface: read host name:
ichigo-dom223.phx.austin.ibm.com
Wed, 18 Jan 2012 08:35:37 DEBUG_getMGTIface: using host name
ichigo-dom223.phx.austin.ibm.com strIP= 192.168.68.223
Wed, 18 Jan 2012 08:35:37 DEBUG_getMGTIface
IP=192.168.68.223
strIface=engine
Wed, 18 Jan 2012 08:35:37 ERRORmakeBridge found existing
bridge
named:
engine
Wed, 18 Jan 2012 08:35:37 ERRORmakeBridge errored:  out=
err=None
ret=None
Wed, 18 Jan 2012 08:35:37 DEBUGmakeBridge return.
Wed, 18 Jan 2012 08:35:37 ERRORaddNetwork error trying to
add
management bridge
Wed, 18 Jan 2012 08:35:37 DEBUG
Wed, 18 Jan 2012 08:35:37 DEBUGgetAddress Entry.
url=http://ichigo-dom223.phx.austin.ibm.com:8080/Components/vds/
Wed, 18 Jan 2012 08:35:37 DEBUGgetAddress return.
address=ichigo-dom223.phx.austin.ibm.com port=8080
Wed, 18 Jan 2012 08:35:37 DEBUGgetRemoteFile start. IP =
ichigo-dom223.phx.austin.ibm.com port = 8080 fileName =
"/engine.ssh.key.txt"
Wed, 18 Jan 2012 08:35:37 DEBUG/engine.ssh.key.txt failed in
HTTPS.
Retrying using HTTP.
Traceback (most recent call last):
   File "/tmp/deployUtil.py", line 1334, in getRemoteFile
 conn.sock = getSSLSocket(sock, certPath)
   File "/tmp/deployUtil.py", line 1178, in getSSLSocket
 cert_reqs=ssl.CERT_REQUIRED)
   File "/usr/lib64/python2.7/ssl.py", line 372, in wrap_socket
 ciphers=ciphers)
   File "/usr/lib64/python2.7/ssl.py", line 132, in __init__
 ciphers)
SSLError: [Errno 185090050] _ssl.c:340: error:0B084002:x509
certificate
routines:X509_load_cert_crl_file:system lib
Wed, 18 Jan 2012 08:35:37 DEBUGgetRemoteFile end.
Wed, 18 Jan 2012 08:35:37 DEBUGhandleSSHKey start
Wed, 18 Jan 2012 08:35:37 DEBUGFailed to read
/root/.ssh/authorized_keys
Wed, 18 Jan 2012 08:35:37 DEBUGhandleSSHKey: failed to chmod
authorized_keys
Traceback (most recent call last):
   File "/tmp/deployUtil.py", line 608, in handleSSHKey
 silentRestoreCon(P_ROOT_AUTH_KEYS)
   File "/tmp/deployUtil.py", line 576, in silentRestoreCon
 import selinux
   File
   "/usr/lib64/python2.7/site-packages/selinux/__init__.py",
   line
   26,
   in
 _selinux = swig_import_helper()
   File
   "/usr/lib64/python2.7/site-packages/selinux/__init__.py",
   line
   22,
   in swig_import_helper
 _mod = imp.load_module('_selinux', fp, pathname,
 description)
ImportError:
/usr/lib64/python2.7/site-packages/selinux/_selinux.so:
undefined symbol: selinux_check_access
Wed, 18 Jan 2012 08:35:37 DEBUGhandleSSHKey end
Wed, 18 Jan 2012 08:35:37 DEBUG
Wed, 18 Jan 2012 08:35:37 ERRORsetSSHAc