[Users] Node 3.0.0-5 fc18 with ovirt 3.2.1

Mike Burns mburns at redhat.com
Wed Jul 17 19:09:52 UTC 2013


On 07/17/2013 02:53 PM, Alon Bar-Lev wrote:
> Hi,
>
> You probably do not use the ovirt-node variant with vdsm plugin.
>
> Mike, I can only see the basic node in nightly[1]

Yes, nightlies aren't working yet for ovirt-node with vdsm.

>
> Regards,
> Alon
>
> [1] http://resources.ovirt.org/releases/nightly/rpm/Fedora/18/noarch/
>
> ----- Original Message -----
>> From: "Jakub Bittner" <j.bittner at nbu.cz>
>> To: users at ovirt.org
>> Sent: Wednesday, July 17, 2013 12:16:56 PM
>> Subject: [Users] Node 3.0.0-5 fc18 with ovirt 3.2.1
>>
>> Hi,
>> I am trying to use latest stable node iso
>> (ovirt-node-iso-3.0.0-5.0.1.fc18.iso) with oVirt 3.2.1, but it fails
>> when installing from web gui.  believe, that the problem is missing
>> /usr/share/vdsm/addNetwork on node. Is there any way to use node version
>> 3 with oVirt?

Not quite yet.  There will be an image posted with the 3.3 beta the will 
include vdsm.

Mike

>>
>>
>> Here is the log:
>>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
>> bridge._rhel_getInterfaceConfigParameters:479 parameters of em3:
>> ['GATEWAY=192.168.3.1', 'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0',
>> 'ONBOOT=yes', 'PEERDNS=no', 'PEERNTP=yes']
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> systemd.exists:85 check if service firewalld exists
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.executeRaw:347 execute: ('/bin/systemctl', 'show', '-p',
>> 'LoadState', 'firewalld.service'), executable='None', cwd='None', env=None
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.executeRaw:364 execute-result: ('/bin/systemctl', 'show', '-p',
>> 'LoadState', 'firewalld.service'), rc=0
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.execute:412 execute-output: ('/bin/systemctl', 'show', '-p',
>> 'LoadState', 'firewalld.service') stdout:
>> LoadState=loaded
>>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.execute:417 execute-output: ('/bin/systemctl', 'show', '-p',
>> 'LoadState', 'firewalld.service') stderr:
>>
>>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> systemd.state:131 starting service firewalld
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.executeRaw:347 execute: ('/bin/systemctl', 'stop',
>> 'firewalld.service'), executable='None', cwd='None', env=None
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.executeRaw:364 execute-result: ('/bin/systemctl', 'stop',
>> 'firewalld.service'), rc=0
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.execute:412 execute-output: ('/bin/systemctl', 'stop',
>> 'firewalld.service') stdout:
>>
>>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.services.systemd
>> plugin.execute:417 execute-output: ('/bin/systemctl', 'stop',
>> 'firewalld.service') stderr:
>>
>>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
>> plugin.executeRaw:347 execute: ['/usr/share/vdsm/addNetwork',
>> 'ovirtmgmt', '', '', u'em3', 'GATEWAY=192.168.3.1',
>> 'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0', 'ONBOOT=yes',
>> 'PEERDNS=no', 'PEERNTP=yes', 'blockingdhcp=true'], executable='None',
>> cwd='None', env=None
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.ovirt_host_deploy.vdsm.bridge
>> plugin.executeRaw:370 execute-result: ['/usr/share/vdsm/addNetwork',
>> 'ovirtmgmt', '', '', u'em3', 'GATEWAY=192.168.3.1',
>> 'IPADDR=192.168.3.207', 'NETMASK=255.255.255.0', 'ONBOOT=yes',
>> 'PEERDNS=no', 'PEERNTP=yes', 'blockingdhcp=true'], exception
>> Traceback (most recent call last):
>>     File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 357, in
>> executeRaw
>>       env=env,
>>     File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
>>     File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
>> OSError: [Errno 2] No such file or directory
>> 2013-07-17 09:10:06 DEBUG otopi.context context._executeMethod:130
>> method exception
>> Traceback (most recent call last):
>>     File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/context.py", line 120, in
>> _executeMethod
>>       method['method']()
>>     File
>> "/tmp/ovirt-rPK0bnkLRQ/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py",
>> line 770, in _misc
>>       parameters=parameters,
>>     File
>> "/tmp/ovirt-rPK0bnkLRQ/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py",
>> line 544, in _createBridge
>>       parameters
>>     File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 404, in
>> execute
>>       **kwargs
>>     File "/tmp/ovirt-rPK0bnkLRQ/pythonlib/otopi/plugin.py", line 357, in
>> executeRaw
>>       env=env,
>>     File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__
>>     File "/usr/lib64/python2.7/subprocess.py", line 1249, in _execute_child
>> OSError: [Errno 2] No such file or directory
>> 2013-07-17 09:10:06 ERROR otopi.context context._executeMethod:139
>> Failed to execute stage 'Misc configuration': [Errno 2] No such file or
>> directory
>> 2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
>> aborting 'Yum Transaction'
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.packagers.yumpackager
>> miniyumlocal.verbose:49 Yum Performing rollback
>> 2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
>> aborting 'File transaction for '/etc/vdsm/vdsm.conf''
>> 2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
>> aborting 'File transaction for '/root/.ssh/authorized_keys''
>> 2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
>> aborting 'File transaction for '/etc/udev/rules.d/12-ovirt-iosched.rules''
>> 2013-07-17 09:10:06 DEBUG otopi.transaction transaction.abort:131
>> aborting 'File transaction for '/etc/vdsm/vdsm.id''
>> 2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:418
>> ENVIRONMENT DUMP - BEGIN
>> 2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:428 ENV
>> BASE/error=bool:'True'
>> 2013-07-17 09:10:06 DEBUG otopi.context context.dumpEnvironment:430
>> ENVIRONMENT DUMP - END
>> 2013-07-17 09:10:06 INFO otopi.context context.runSequence:359 Stage:
>> Pre-termination
>> 2013-07-17 09:10:06 DEBUG otopi.context context.runSequence:363 STAGE
>> pre-terminate
>> 2013-07-17 09:10:06 DEBUG otopi.context context._executeMethod:116 Stage
>> pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    env-get -k BASE/error
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***D:VALUE BASE/error=bool:True
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    env-get -k BASE/aborted
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***D:VALUE BASE/aborted=bool:False
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    env-get -k
>> ODEPLOY/installIncomplete
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***D:VALUE
>> ODEPLOY/installIncomplete=bool:False
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    noop
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    env-get -k SYSTEM/reboot
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***D:VALUE SYSTEM/reboot=bool:False
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ***Q:STRING TERMINATION_COMMAND
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ###
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### Processing ended, use
>> 'quit' to quit
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:SEND       ### COMMAND>
>> 2013-07-17 09:10:06 DEBUG otopi.plugins.otopi.dialog.machine
>> dialog.__logString:215 DIALOG:RECEIVE    log
>> _______________________________________________
>> Users mailing list
>> Users at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>




More information about the Users mailing list