[ovirt-users] Failure during self-hosted deployment: exception configuring management bridge

Bob Doolittle bob at doolittle.us.com
Mon May 12 18:49:28 UTC 2014


Hi,

I'm trying to set up a fresh system on F19, using oVirt 3.4.

When running hosted-engine --deploy, it fails during "Configuring the 
management bridge". The ovirt-hosted-engine-setup log shows:

2014-05-12 13:59:35 INFO otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._misc:196 Configuring the management bridge
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
   File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in _executeMethod
     method['method']()
   File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/network/bridge.py", line 201, in _misc
     ].s.getVdsCapabilities()['info']['nics'][nics]
KeyError: 'info'
2014-05-12 13:59:35 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Misc configuration': 'info'


The vdsm.log shows:

Thread-14::DEBUG::2014-05-12 13:59:35,840::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getCapabilities with () {}
Thread-14::DEBUG::2014-05-12 13:59:35,875::utils::642::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
Thread-14::DEBUG::2014-05-12 13:59:35,879::utils::662::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
Thread-14::ERROR::2014-05-12 13:59:35,882::BindingXMLRPC::1086::vds::(wrapper) unexpected error
Traceback (most recent call last):
   File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
     res = f(*args, **kwargs)
   File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
     ret = api.getCapabilities()
   File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
     c = caps.get()
   File "/usr/share/vdsm/caps.py", line 369, in get
     caps.update(netinfo.get())
   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 566, in get
     d['nics'][dev.name] = _nicinfo(dev.name, paddr)
   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 516, in _nicinfo
     info = _devinfo(nic)
   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 536, in _devinfo
     ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(dev)
   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in getIpInfo
     ipv6addrs = devInfo.get_ipv6_addresses()
SystemError: error return without exception set


I have two NICs - a wireless NIC which is disabled, and an ethernet NIC 
"p3p1" which is statically configured via network-scripts.

I've also attached the output of "ip addr".

I also notice some disturbing looking messages in the vdsm log during 
setupMultipath, including "Panic: Error initializing IRS" and then 
subsequent lvm-related errors during StorageRefresh. Those did not abort 
the deployment, however. What do those failures indicate?

Thanks,
     Bob

-------------- next part --------------
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x15e5030>'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.misc.Plugin._init
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.human.Plugin._init
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.machine.Plugin._init
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.core.misc.Plugin._init
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:445 SEQUENCE DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE boot
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._preinit (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.init)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.misc.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE init
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._init (otopi.core.config.init)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (otopi.packagers.detection)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.shell.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.offlinepackager.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.sanlock.lockspace.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.machine.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE setup
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._setup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE internal_packages
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._internal_packages (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE programs
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._programs (otopi.system.command.detection)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE late_setup
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._late_setup (ohosted.vdsm.pki.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._late_setup (ohosted.vdsm.conf.loaded)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._late_setup (ohosted.vdsm.libvirt.configured)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._late_setup (ohosted.vdsm.late_setup_ready)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE customization
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._customize1 (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize (otopi.dialog.cli.customization)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_start (ohosted.dialog.titles.storage.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._customization (ohosted.storage.configuration.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_end (ohosted.dialog.titles.storage.end)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_start (ohosted.dialog.titles.system.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._customization (ohosted.core.require.answerfile)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_end (ohosted.dialog.titles.system.end)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_start (ohosted.dialog.titles.network.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._customization (ohosted.network.firewallmanager.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall.Plugin._configuration (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_end (ohosted.dialog.titles.network.end)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_start (ohosted.dialog.titles.vm.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._customization (ohosted.boot.configuration.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._customization (ohosted.configuration.ovf)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._disk_customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_end (ohosted.dialog.titles.vm.end)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_start (ohosted.dialog.titles.engine.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_end (ohosted.dialog.titles.engine.end)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._customization (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._customize2 (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._process_templates (ohosted.network.firewallmanager.templates.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE validation
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation (otopi.network.firealld.validation)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._validate (otopi.network.iptables.validation)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._validate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._validation (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._save_answers (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE transaction-prepare
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE early_misc
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._early_misc (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE packages
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE misc
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._misc (otopi.system.command.redetection)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._misc (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.libvirt.configureqemu.Plugin._misc (ohosted.libvirt.configured)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._misc (ohosted.sshd.started)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._misc (ohosted.vdsm.configured)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._misc (ohosted.vdsm.started)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._misc (ohosted.network.bridge.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._misc (ohosted.storage.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.sanlock.lockspace.Plugin._misc (ohosted.sanlock.initialized)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._misc (ohosted.vm.image.available)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._misc (ohosted.vm.ovf.imported)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._disconnect_pool (ohosted.storage.pool.disconnected)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._misc (ohosted.vm.state.configured)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.conf.Plugin._misc (ohosted.save.config)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE cleanup
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE closeup
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._boot_from_install_media (ohosted.vm.state.running)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.os_install.Plugin._closeup (ohosted.vm.state.os.installed)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._boot_from_hd (ohosted.vm.state.os.installed.running)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.health.Plugin._closeup (ohosted.engine.alive)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._closeup (ohosted.engine.host.added)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_services.Plugin._closeup (ohosted.engine.ha.start)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._closeup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE cleanup
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._cleanup (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE pre-terminate
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate (otopi.dialog.cli.termination)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE terminate
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.libvirt.workarounds.Plugin._terminate (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:447 STAGE reboot
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
2014-05-12 13:57:13 DEBUG otopi.context context.dumpSequence:454 SEQUENCE DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/aborted=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/debug=int:'0'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[]'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/executionDirectory=str:'/home/rad/Desktop'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginGroups=str:'otopi:ovirt-hosted-engine-setup'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/suppressEnvironmentKeys=list:'[]'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logDir=str:'/var/log/ovirt-hosted-engine-setup'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x15e5030>'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileNamePrefix=str:'ovirt-hosted-engine-setup'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/randomizeEvents=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/deployProceed=NoneType:'None'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:57:13 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:13 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
Loaded plugins: langpacks, refresh-packagekit
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x246adb0>'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.misc.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.human.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.dialog.machine.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.core.misc.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:445 SEQUENCE DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE boot
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._preinit (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._init (otopi.core.log.init)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.misc.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.human.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.machine.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.info.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE init
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._init (otopi.core.config.init)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init (otopi.packagers.detection)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.shell.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.offlinepackager.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.sanlock.lockspace.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.machine.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE setup
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._post_init (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.openrc.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.rhel.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.systemd.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._setup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE internal_packages
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._internal_packages (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE programs
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._programs (otopi.system.command.detection)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.systemd.Plugin._programs (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.rhel.Plugin._programs (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.services.openrc.Plugin._programs (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE late_setup
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._late_setup (ohosted.vdsm.pki.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._late_setup (ohosted.vdsm.conf.loaded)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._late_setup (ohosted.vdsm.libvirt.configured)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._late_setup (ohosted.vdsm.late_setup_ready)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE customization
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._customize1 (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize (otopi.dialog.cli.customization)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_start (ohosted.dialog.titles.storage.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._customization (ohosted.storage.configuration.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_end (ohosted.dialog.titles.storage.end)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_start (ohosted.dialog.titles.system.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._customization (ohosted.core.require.answerfile)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_end (ohosted.dialog.titles.system.end)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_start (ohosted.dialog.titles.network.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._customization (ohosted.network.firewallmanager.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall.Plugin._configuration (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_end (ohosted.dialog.titles.network.end)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_start (ohosted.dialog.titles.vm.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._customization (ohosted.boot.configuration.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._customization (ohosted.configuration.ovf)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._disk_customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_end (ohosted.dialog.titles.vm.end)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_start (ohosted.dialog.titles.engine.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_end (ohosted.dialog.titles.engine.end)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._customization (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.config.Plugin._customize2 (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._process_templates (ohosted.network.firewallmanager.templates.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE validation
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation (otopi.network.firealld.validation)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.hostname.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._validate (otopi.network.iptables.validation)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._validate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._validation (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._save_answers (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE transaction-prepare
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE early_misc
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._early_misc (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE packages
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._packages (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE misc
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.command.Plugin._misc (otopi.system.command.redetection)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._misc (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.libvirt.configureqemu.Plugin._misc (ohosted.libvirt.configured)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._misc (ohosted.sshd.started)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._misc (ohosted.vdsm.configured)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._misc (ohosted.vdsm.started)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._misc (ohosted.network.bridge.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._misc (ohosted.storage.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.sanlock.lockspace.Plugin._misc (ohosted.sanlock.initialized)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._misc (ohosted.vm.image.available)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._misc (ohosted.vm.ovf.imported)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._disconnect_pool (ohosted.storage.pool.disconnected)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._misc (ohosted.vm.state.configured)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.conf.Plugin._misc (ohosted.save.config)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE cleanup
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.transaction.Plugin._main_end (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE closeup
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.firewalld.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.iptables.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.network.ssh.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._boot_from_install_media (ohosted.vm.state.running)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.os_install.Plugin._closeup (ohosted.vm.state.os.installed)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._boot_from_hd (ohosted.vm.state.os.installed.running)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.health.Plugin._closeup (ohosted.engine.alive)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._closeup (ohosted.engine.host.added)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_services.Plugin._closeup (ohosted.engine.ha.start)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._closeup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE cleanup
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._cleanup (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE pre-terminate
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate (otopi.dialog.cli.termination)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE terminate
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.core.log.Plugin._terminate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.ovirt_hosted_engine_setup.libvirt.workarounds.Plugin._terminate (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:447 STAGE reboot
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:452     METHOD otopi.plugins.otopi.system.reboot.Plugin._reboot (None)
2014-05-12 13:57:14 DEBUG otopi.context context.dumpSequence:454 SEQUENCE DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/aborted=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/debug=int:'0'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/executionDirectory=str:'/home/rad/Desktop'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginGroups=str:'otopi:ovirt-hosted-engine-setup'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/suppressEnvironmentKeys=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logDir=str:'/var/log/ovirt-hosted-engine-setup'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x246adb0>'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileNamePrefix=str:'ovirt-hosted-engine-setup'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/randomizeEvents=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/deployProceed=NoneType:'None'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._boot
Loaded plugins: langpacks, refresh-packagekit
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/keepAliveInterval=int:'30'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumDisabledPlugins=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumEnabledPlugins=list:'[]'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumExpireCache=bool:'True'
2014-05-12 13:57:14 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage boot METHOD otopi.plugins.otopi.system.info.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:48 SYSTEM INFORMATION - BEGIN
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:49 executable /bin/python
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:50 python /bin/python
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:51 platform linux2
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:52 distribution ('Fedora', '19', 'Schr\xc3\xb6dinger\xe2\x80\x99s Cat')
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:53 host 'xion2.smartcity.net'
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:59 uid 0 euid 0 gid 0 egid 0
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.system.info info._init:61 SYSTEM INFORMATION - END
2014-05-12 13:57:14 INFO otopi.context context.runSequence:395 Stage: Initializing
2014-05-12 13:57:14 DEBUG otopi.context context.runSequence:399 STAGE init
2014-05-12 13:57:14 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.misc.Plugin._init
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query DEPLOY_PROCEED
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Continuing will configure this host for serving as hypervisor and create a VM where you have to install oVirt Engine afterwards.
2014-05-12 13:57:14 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Are you sure you want to continue? (Yes, No)[Yes]: 
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/checkRequirements=bool:'True'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/deployProceed=bool:'True'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.core.config.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/configFileName=str:'/etc/otopi.conf'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumRollback=bool:'True'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.system.command.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.shell.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.core.transaction.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/internalPackageTransaction=Transaction:'transaction'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/mainTransaction=Transaction:'transaction'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/modifiedFiles=list:'[]'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.dialog.cli.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/cliVersion=int:'1'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/customization=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.network.firewalld.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldAvailable=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldDisableServices=list:'[]'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldEnable=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.network.iptables.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesEnable=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.network.ssh.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshEnable=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshUser=str:''
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.system.clock.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockMaxGap=int:'5'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockSet=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.otopi.system.reboot.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/reboot=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootAllow=bool:'True'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootDeferTime=int:'10'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/answerFile=str:'/etc/ovirt-hosted-engine/answers.conf'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.offlinepackager.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.core.offlinepackager offlinepackager._init:59 Registering offline packager
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/sshdPort=int:'22'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdnReverseValidation=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeName=str:'ovirtmgmt'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldServices=list:'[]'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldSubst=dict:'{}'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/caSubject=str:'/C=EN/L=Test/O=Test/CN=TestCA'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/pkiSubject=str:'/C=EN/L=Test/O=Test/CN=Test'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.sanlock.lockspace.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/lockspaceName=str:'hosted-engine'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/serviceName=str:'sanlock'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/additionalHostEnabled=bool:'False'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/connectionUUID=str:'86f16d9a-82a9-4399-8380-823ccbd2ad6f'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/sdUUID=str:'18cba4ac-9379-4942-aeed-0b2d2c6afca7'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/spUUID=str:'971e34a6-fdf6-4c61-a810-5fb362fdb407'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/kvmGid=int:'36'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/serviceName=str:'vdsmd'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsmUid=int:'36'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/useSSL=bool:'True'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/tempDir=str:'/tmp'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/cdromUUID=str:'e7154d8a-27da-46bb-b519-05a1c6416688'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/consoleUUID=str:'32a0fc16-c957-4e86-a93c-8958a7a3b180'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/nicUUID=str:'5829efe5-44e1-4a3e-b474-314eaafe63e6'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/subst=dict:'{}'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmUUID=str:'c4c03965-815f-4f80-ab77-a338ddbd505b'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgDesc=str:'Hosted Engine Image'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgUUID=str:'43f42de8-7999-4a9e-be48-1527706d30cd'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/volUUID=str:'f1017620-e9ca-4bf4-815e-781c5361ab3f'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.machine.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/emulatedMachine=str:'pc'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._init
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage init METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._init
2014-05-12 13:57:15 INFO otopi.plugins.ovirt_hosted_engine_setup.vm.runvm mixins._generateTempVncPassword:54 Generating a temporary VNC password.
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwd=str:'8105NgsU'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwdValiditySecs=str:'10800'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 INFO otopi.context context.runSequence:395 Stage: Environment setup
2014-05-12 13:57:15 DEBUG otopi.context context.runSequence:399 STAGE setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.core.config.Plugin._post_init
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Configuration files: []
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.core.log.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Log file: /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.core.misc.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Version: otopi-1.2.0 (otopi-1.2.0-1.fc19)
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 2694.367
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 1
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 1862.164
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 1
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 2
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 2
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 2
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 2579.484
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 2
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 3
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 2910.453
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 3
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 2609.632
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 1
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 1
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 5
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 2187.421
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 1
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 3
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 3
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 1916.085
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 2
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 5
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 5
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: processor	: 7
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: vendor_id	: GenuineIntel
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu family	: 6
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model		: 58
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: model name	: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: stepping	: 9
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: microcode	: 0x19
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu MHz		: 3743.320
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache size	: 8192 KB
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: physical id	: 0
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: siblings	: 8
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: core id		: 3
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpu cores	: 4
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: apicid		: 7
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: initial apicid	: 7
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: fpu_exception	: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cpuid level	: 13
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: wp		: yes
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: bogomips	: 6784.85
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: clflush size	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: cache_alignment	: 64
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: address sizes	: 36 bits physical, 48 bits virtual
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: power management:
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.getVendor:49 cpuinfo: 
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware._prdmsr:122 prdmsr: 5
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware._vmx_enabled_by_bios:137 vmx bios: True
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware._cpuid:85 cpuid: (198313, 1050624, 2142954495, 3219913727)
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware._cpu_has_vmx_support:92 vmx support: True
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware._isVirtualizationEnabled:186 virtualization support GenuineIntel (cpu: True, bios: True)
2014-05-12 13:57:15 DEBUG otopi.ovirt_host_deploy.hardware hardware.detect:198 Hardware does not support virtualization
2014-05-12 13:57:15 INFO otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu cpu._setup:104 Hardware supports virtualization
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.network.firewalld.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.network.hostname.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.network.ssh.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.services.openrc.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.services.rhel.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.services.systemd.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.system.clock.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.otopi.system.reboot.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._setup
2014-05-12 13:57:15 INFO otopi.context context.runSequence:395 Stage: Environment packages setup
2014-05-12 13:57:15 DEBUG otopi.context context.runSequence:399 STAGE internal_packages
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage internal_packages METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_prepare
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage internal_packages METHOD otopi.plugins.otopi.network.hostname.Plugin._internal_packages
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage internal_packages METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._internal_packages_end
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage internal_packages METHOD otopi.plugins.otopi.core.transaction.Plugin._pre_end
2014-05-12 13:57:15 INFO otopi.context context.runSequence:395 Stage: Programs detection
2014-05-12 13:57:15 DEBUG otopi.context context.runSequence:399 STAGE programs
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage programs METHOD otopi.plugins.otopi.system.command.Plugin._programs
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chkconfig=str:'/sbin/chkconfig'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chronyc=str:'/bin/chronyc'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/date=str:'/bin/date'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/dig=str:'/bin/dig'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/firewall-cmd=str:'/bin/firewall-cmd'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/hwclock=str:'/sbin/hwclock'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ip=str:'/sbin/ip'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/lsof=str:'/sbin/lsof'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/mount=str:'/bin/mount'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ntpq=str:'/sbin/ntpq'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/openssl=str:'/bin/openssl'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ping=str:'/bin/ping'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/qemu-img=str:'/bin/qemu-img'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/reboot=str:'/sbin/reboot'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/remote-viewer=str:'/bin/remote-viewer'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/restorecon=str:'/sbin/restorecon'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/selinuxenabled=str:'/sbin/selinuxenabled'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/service=str:'/sbin/service'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sshd=str:'/sbin/sshd'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sudo=str:'/bin/sudo'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/systemctl=str:'/bin/systemctl'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/umount=str:'/bin/umount'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsClient=str:'/bin/vdsClient'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsm-tool=str:'/bin/vdsm-tool'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage programs METHOD otopi.plugins.otopi.services.systemd.Plugin._programs
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show-environment'), executable='None', cwd='None', env=None
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show-environment'), rc=0
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show-environment') stdout:
BOOT_IMAGE=/vmlinuz-3.13.11-100.fc19.x86_64
LANG=en_US.UTF-8
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show-environment') stderr:


2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd systemd._programs:61 registering systemd provider
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage programs METHOD otopi.plugins.otopi.services.rhel.Plugin._programs
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.rhel plugin.executeRaw:366 execute: ('/bin/systemctl', 'show-environment'), executable='None', cwd='None', env=None
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.rhel plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show-environment'), rc=0
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.rhel plugin.execute:441 execute-output: ('/bin/systemctl', 'show-environment') stdout:
BOOT_IMAGE=/vmlinuz-3.13.11-100.fc19.x86_64
LANG=en_US.UTF-8
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin

2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.rhel plugin.execute:446 execute-output: ('/bin/systemctl', 'show-environment') stderr:


2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage programs METHOD otopi.plugins.otopi.services.openrc.Plugin._programs
2014-05-12 13:57:15 INFO otopi.context context.runSequence:395 Stage: Environment setup
2014-05-12 13:57:15 DEBUG otopi.context context.runSequence:399 STAGE late_setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage late_setup METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._late_setup
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:366 execute: ('/sbin/selinuxenabled',), executable='None', cwd='None', env=None
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:383 execute-result: ('/sbin/selinuxenabled',), rc=0
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:441 execute-output: ('/sbin/selinuxenabled',) stdout:


2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:446 execute-output: ('/sbin/selinuxenabled',) stderr:


2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:366 execute: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem'), executable='None', cwd='None', env=None
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:383 execute-result: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem'), rc=0
2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:441 execute-output: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem') stdout:
Certificate:
    Data:
        Version: 1 (0x0)
        Serial Number: 1 (0x1)
    Signature Algorithm: sha1WithRSAEncryption
        Issuer: C=EN, L=Test, O=Test, CN=TestCA
        Validity
            Not Before: May 12 17:12:28 2014 GMT
            Not After : May 11 17:12:28 2017 GMT
        Subject: C=EN, L=Test, O=Test, CN=Test
        Subject Public Key Info:
            Public Key Algorithm: rsaEncryption
                Public-Key: (1024 bit)
                Modulus:
                    00:9e:a1:d1:a6:c7:9d:dc:90:8c:af:e6:84:47:c0:
                    8d:d5:e2:e3:92:74:3d:29:ad:65:fe:da:2c:2b:aa:
                    7f:44:65:65:26:e6:5c:c3:36:5d:49:54:1f:c5:a1:
                    20:5c:c7:33:bd:c6:7d:65:cc:ac:d6:ae:00:95:c3:
                    81:1f:de:f1:fc:75:1c:d8:3f:a1:97:be:9a:23:7a:
                    49:e6:c6:69:8d:9d:9f:a7:e5:d4:aa:1d:68:97:54:
                    91:4a:a3:e2:1b:65:4a:47:87:8b:0a:e5:46:72:21:
                    71:96:2d:bb:29:9f:f5:1e:13:82:79:85:00:2b:68:
                    15:92:34:22:03:55:ce:73:77
                Exponent: 65537 (0x10001)
    Signature Algorithm: sha1WithRSAEncryption
         87:56:14:f2:d5:78:e8:26:73:b4:f5:ff:5b:e5:92:f1:bb:80:
         cc:a7:26:e7:1b:b2:ec:3c:ff:70:47:c5:cf:90:3f:15:fd:a3:
         96:7e:66:58:62:3b:4b:e4:b1:b3:99:a8:c6:4b:34:8b:d1:de:
         81:84:7f:cc:c5:b9:e3:7b:d6:8c:b3:e5:01:84:80:86:18:b6:
         91:5f:31:16:d7:fd:08:b1:13:57:35:fe:54:c7:ac:d5:a1:7e:
         cf:46:89:a8:38:75:68:ff:1b:b5:93:10:32:3f:a3:7e:cf:f3:
         73:23:7a:3e:97:1e:9b:04:0e:1f:f4:a9:cf:bd:f3:11:45:eb:
         5a:1a

2014-05-12 13:57:15 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:446 execute-output: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem') stderr:


2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/spicePkiSubject=unicode:'C=EN, L=Test, O=Test, CN=Test'
2014-05-12 13:57:15 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage late_setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._late_setup
2014-05-12 13:57:15 DEBUG otopi.context context._executeMethod:138 Stage late_setup METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._late_setup
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd systemd.status:102 check service vdsmd status
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'status', 'vdsmd.service'), executable='None', cwd='None', env=None
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'status', 'vdsmd.service'), rc=0
2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'status', 'vdsmd.service') stdout:
vdsmd.service - Virtual Desktop Server Manager
   Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
   Active: active (running) since Mon 2014-05-12 13:41:40 EDT; 15min ago
  Process: 29807 ExecStopPost=/usr/libexec/vdsm/vdsmd_init_common.sh --post-stop (code=exited, status=0/SUCCESS)
  Process: 29813 ExecStartPre=/usr/libexec/vdsm/vdsmd_init_common.sh --pre-start (code=exited, status=0/SUCCESS)
 Main PID: 29887 (vdsm)
   CGroup: name=systemd:/system/vdsmd.service
           ??29887 /usr/bin/python /usr/share/vdsm/vdsm

May 12 13:41:40 xion2.smartcity.net systemd[1]: Started Virtual Desktop Server Manager.
May 12 13:41:40 xion2.smartcity.net vdsm[29887]: vdsm vds WARNING Unable to load the json rpc server module. Please make sure it is installed.
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 client step 2
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 parse_server_challenge()
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 ask_user_info()
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 client step 2
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 ask_user_info()
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 make_client_response()
May 12 13:41:40 xion2.smartcity.net python[29887]: DIGEST-MD5 client step 3
May 12 13:41:41 xion2.smartcity.net vdsm[29887]: [120B blob data]

2014-05-12 13:57:15 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'status', 'vdsmd.service') stderr:


2014-05-12 13:57:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv vdsmenv._connect:79 {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsClient=instance:'<vdsClient.service instance at 0x2aed2d8>'
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage late_setup METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._late_setup
2014-05-12 13:57:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm configurevm._late_setup:101 []
2014-05-12 13:57:16 INFO otopi.context context.runSequence:395 Stage: Environment customization
2014-05-12 13:57:16 DEBUG otopi.context context.runSequence:399 STAGE customization
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.otopi.network.firewalld.Plugin._customization
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:85 check if service firewalld exists
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service'), executable='None', cwd='None', env=None
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service'), rc=0
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service') stdout:
LoadState=loaded

2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service') stderr:


2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.network.firewalld firewalld._get_firewalld_cmd_version:116 firewalld version: 0.3.9.3
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldAvailable=bool:'True'
2014-05-12 13:57:16 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.otopi.core.config.Plugin._customize1
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.otopi.dialog.cli.Plugin._customize
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_start
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== STORAGE CONFIGURATION ==--
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:16 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._customization
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 During customization use CTRL-D to abort.
2014-05-12 13:57:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:630 _check_existing_pools
2014-05-12 13:57:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:631 getConnectedStoragePoolsList
2014-05-12 13:57:16 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:633 {'status': {'message': 'OK', 'code': 0}, 'poollist': []}
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_STORAGE_DOMAIN_TYPE
2014-05-12 13:57:16 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the storage you would like to use (nfs3, nfs4)[nfs3]: 
2014-05-12 13:57:17 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION
2014-05-12 13:57:17 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the full shared storage connection path to use (example: host:/path): 
2014-05-12 13:57:49 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    xion2:/export/vm/he1
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:366 execute: ('/bin/mount', '-tnfs', '-overs=3,retry=1', 'xion2:/export/vm/he1', '/tmp/tmpnNXJ3F'), executable='None', cwd='None', env=None
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:383 execute-result: ('/bin/mount', '-tnfs', '-overs=3,retry=1', 'xion2:/export/vm/he1', '/tmp/tmpnNXJ3F'), rc=0
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:441 execute-output: ('/bin/mount', '-tnfs', '-overs=3,retry=1', 'xion2:/export/vm/he1', '/tmp/tmpnNXJ3F') stdout:


2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:446 execute-output: ('/bin/mount', '-tnfs', '-overs=3,retry=1', 'xion2:/export/vm/he1', '/tmp/tmpnNXJ3F') stderr:


2014-05-12 13:57:49 DEBUG otopi.ovirt_hosted_engine_setup.domains domains.check_valid_path:76 validate '/tmp/tmpnNXJ3F' as a valid mount point
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:366 execute: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/tmp/tmpnNXJ3F', '-a', '-w', '/tmp/tmpnNXJ3F', '-a', '-x', '/tmp/tmpnNXJ3F'), executable='None', cwd='None', env=None
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:383 execute-result: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/tmp/tmpnNXJ3F', '-a', '-w', '/tmp/tmpnNXJ3F', '-a', '-x', '/tmp/tmpnNXJ3F'), rc=0
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:441 execute-output: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/tmp/tmpnNXJ3F', '-a', '-w', '/tmp/tmpnNXJ3F', '-a', '-x', '/tmp/tmpnNXJ3F') stdout:


2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:446 execute-output: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/tmp/tmpnNXJ3F', '-a', '-w', '/tmp/tmpnNXJ3F', '-a', '-x', '/tmp/tmpnNXJ3F') stderr:


2014-05-12 13:57:49 DEBUG otopi.ovirt_hosted_engine_setup.domains domains.check_base_writable:90 Attempting to write temp file to /tmp/tmpnNXJ3F
2014-05-12 13:57:49 DEBUG otopi.ovirt_hosted_engine_setup.domains domains.check_available_space:108 Checking available space on /tmp/tmpnNXJ3F
2014-05-12 13:57:49 DEBUG otopi.ovirt_hosted_engine_setup.domains domains.check_available_space:115 Available space on /tmp/tmpnNXJ3F is 167584Mb
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:366 execute: ('/bin/umount', '/tmp/tmpnNXJ3F'), executable='None', cwd='None', env=None
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.executeRaw:383 execute-result: ('/bin/umount', '/tmp/tmpnNXJ3F'), rc=0
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:441 execute-output: ('/bin/umount', '/tmp/tmpnNXJ3F') stdout:


2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage plugin.execute:446 execute-output: ('/bin/umount', '/tmp/tmpnNXJ3F') stderr:


2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._storageServerConnection:454 connectStorageServer
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._getStorageDomainsList:419 getStorageDomainsList
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._getStorageDomainsList:422 {'status': {'message': 'OK', 'code': 0}, 'domlist': []}
2014-05-12 13:57:49 INFO otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._handleHostId:232 Installing on first host
2014-05-12 13:57:49 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._storageServerConnection:454 disconnectStorageServer
2014-05-12 13:57:49 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_STORAGE_DOMAIN_NAME
2014-05-12 13:57:49 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide storage domain name. [hosted_storage]: 
2014-05-12 13:57:53 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_STORAGE_DATACENTER_NAME
2014-05-12 13:57:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Local storage datacenter name is an internal name and currently will not be shown in engine's admin UI.Please enter local datacenter name [hosted_datacenter]: 
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/isAdditionalHost=bool:'False'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/domainType=str:'nfs3'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/hostID=int:'1'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDatacenterName=str:'hosted_datacenter'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainConnection=str:'xion2:/export/vm/he1'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainName=str:'hosted_storage'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._storage_end
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_start
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== SYSTEM CONFIGURATION ==--
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._customization
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._customization
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:85 check if service sshd exists
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'LoadState', 'sshd.service'), executable='None', cwd='None', env=None
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'LoadState', 'sshd.service'), rc=0
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'sshd.service') stdout:
LoadState=loaded

2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'sshd.service') stderr:


2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.sshd plugin.executeRaw:366 execute: ('/sbin/sshd', '-T'), executable='None', cwd='None', env=None
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.sshd plugin.executeRaw:383 execute-result: ('/sbin/sshd', '-T'), rc=0
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.sshd plugin.execute:441 execute-output: ('/sbin/sshd', '-T') stdout:
port 22
protocol 2
addressfamily any
listenaddress 0.0.0.0:22
listenaddress [::]:22
usepam 1
serverkeybits 1024
logingracetime 120
keyregenerationinterval 3600
x11displayoffset 10
maxauthtries 6
maxsessions 10
clientaliveinterval 0
clientalivecountmax 3
permitrootlogin yes
ignorerhosts yes
ignoreuserknownhosts no
rhostsrsaauthentication no
hostbasedauthentication no
hostbasedusesnamefrompacketonly no
rsaauthentication yes
pubkeyauthentication yes
kerberosauthentication no
kerberosorlocalpasswd yes
kerberosticketcleanup yes
gssapiauthentication yes
gssapicleanupcredentials yes
gssapikeyexchange no
gssapistrictacceptorcheck yes
gssapistorecredentialsonrekey no
passwordauthentication yes
kbdinteractiveauthentication no
challengeresponseauthentication no
printmotd yes
printlastlog yes
x11forwarding yes
x11uselocalhost yes
strictmodes yes
tcpkeepalive yes
permitemptypasswords no
permituserenvironment no
uselogin no
compression delayed
gatewayports no
showpatchlevel no
usedns yes
allowtcpforwarding yes
useprivilegeseparation sandbox
kerberosusekuserok yes
pidfile /var/run/sshd.pid
xauthlocation /usr/bin/xauth
versionaddendum 
loglevel INFO
syslogfacility AUTHPRIV
authorizedkeysfile .ssh/authorized_keys
hostkey /etc/ssh/ssh_host_rsa_key
hostkey /etc/ssh/ssh_host_dsa_key
hostkey /etc/ssh/ssh_host_ecdsa_key
acceptenv LANG
acceptenv LC_CTYPE
acceptenv LC_NUMERIC
acceptenv LC_TIME
acceptenv LC_COLLATE
acceptenv LC_MONETARY
acceptenv LC_MESSAGES
acceptenv LC_PAPER
acceptenv LC_NAME
acceptenv LC_ADDRESS
acceptenv LC_TELEPHONE
acceptenv LC_MEASUREMENT
acceptenv LC_IDENTIFICATION
acceptenv LC_ALL
acceptenv LANGUAGE
acceptenv XMODIFIERS
authenticationmethods
subsystem sftp /usr/libexec/openssh/sftp-server
maxstartups 10:30:100
permittunnel no
ipqos lowdelay throughput
permitopen any

2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.sshd plugin.execute:446 execute-output: ('/sbin/sshd', '-T') stderr:


2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/sshdPort=int:'22'
2014-05-12 13:57:55 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._system_end
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_start
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== NETWORK CONFIGURATION ==--
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:57:55 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._customization
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:124 Detected bond device bond0 without slaves
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:106 Detected loopback device lo
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:108 Detected bridge device ;vdsmdummy;
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:114 Detected slaves for device ;vdsmdummy;: 
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:143 Nics detected: wlp2s0,p3p1,bond0,lo,;vdsmdummy;
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:144 Nics enslaved: 
2014-05-12 13:57:55 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._customization:145 Nics valid: wlp2s0,p3p1
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_bridge_if
2014-05-12 13:57:55 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please indicate a nic to set ovirtmgmt bridge on: (wlp2s0, p3p1) [wlp2s0]: 
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    p3p1
2014-05-12 13:58:04 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:04 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeIf=str:'p3p1'
2014-05-12 13:58:04 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:04 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._customization
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:85 check if service iptables exists
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'LoadState', 'iptables.service'), executable='None', cwd='None', env=None
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'LoadState', 'iptables.service'), rc=0
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'iptables.service') stdout:
LoadState=loaded

2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'iptables.service') stderr:


2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OHOSTED_NETWORK_FIREWALL_MANAGER
2014-05-12 13:58:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 iptables was detected on your computer, do you wish setup to configure it? (Yes, No)[Yes]: 
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldAvailable=bool:'False'
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesEnable=bool:'True'
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewallManager=str:'iptables'
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:06 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall.Plugin._configuration
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldServices=list:'[{'directory': 'base', 'name': 'hosted-console'}]'
2014-05-12 13:58:06 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:06 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.network.gateway.Plugin._customization
2014-05-12 13:58:06 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_GATEWAY
2014-05-12 13:58:06 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please indicate a pingable gateway IP address [172.16.0.1]: 
2014-05-12 13:58:07 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.gateway plugin.executeRaw:366 execute: ('/bin/ping', '-c', '1', '172.16.0.1'), executable='None', cwd='None', env=None
2014-05-12 13:58:07 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.gateway plugin.executeRaw:383 execute-result: ('/bin/ping', '-c', '1', '172.16.0.1'), rc=0
2014-05-12 13:58:07 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.gateway plugin.execute:441 execute-output: ('/bin/ping', '-c', '1', '172.16.0.1') stdout:
PING 172.16.0.1 (172.16.0.1) 56(84) bytes of data.
64 bytes from 172.16.0.1: icmp_seq=1 ttl=64 time=0.322 ms

--- 172.16.0.1 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.322/0.322/0.322/0.000 ms

2014-05-12 13:58:07 DEBUG otopi.plugins.ovirt_hosted_engine_setup.network.gateway plugin.execute:446 execute-output: ('/bin/ping', '-c', '1', '172.16.0.1') stderr:


2014-05-12 13:58:07 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:07 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/gateway=str:'172.16.0.1'
2014-05-12 13:58:07 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:07 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._network_end
2014-05-12 13:58:07 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_start
2014-05-12 13:58:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:58:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== VM CONFIGURATION ==--
2014-05-12 13:58:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:58:07 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.configurevm.Plugin._customization
2014-05-12 13:58:07 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_VMENV_BOOT
2014-05-12 13:58:07 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the device to boot the VM from (cdrom, disk, pxe) [cdrom]: 
2014-05-12 13:58:09 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:09 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmBoot=str:'cdrom'
2014-05-12 13:58:09 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:09 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._customization
2014-05-12 13:58:09 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:58:09 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu.Plugin._customization
2014-05-12 13:58:09 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu cpu._getCompatibleCpuModels:62 Attempting to load the caps vdsm module
2014-05-12 13:58:09 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vdsmd.cpu cpu._customization:124 Compatible CPU models are: [u'model_Nehalem', u'model_Conroe', u'model_coreduo', u'model_core2duo', u'model_Penryn', u'model_Westmere', u'model_n270', u'model_SandyBridge']
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 The following CPU types are supported by this host:
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 	 - model_Westmere: Intel Westmere Family
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 	 - model_Nehalem: Intel Nehalem Family
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 	 - model_Penryn: Intel Penryn Family
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 	 - model_Conroe: Intel Conroe Family
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_vmenv_cpu_type
2014-05-12 13:58:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the CPU type to be used by the VM [model_Westmere]: 
2014-05-12 13:58:11 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:11 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/cpu=str:'model_Westmere'
2014-05-12 13:58:11 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/engineCpu=str:'Intel Westmere Family'
2014-05-12 13:58:11 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:11 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom.Plugin._customization
2014-05-12 13:58:11 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_VMENV_CDROM
2014-05-12 13:58:11 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify path to installation media you would like to use [None]: 
2014-05-12 13:58:30 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    /nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso
2014-05-12 13:58:30 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom plugin.executeRaw:366 execute: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso'), executable='None', cwd='None', env=None
2014-05-12 13:58:30 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom plugin.executeRaw:383 execute-result: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso'), rc=0
2014-05-12 13:58:30 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom plugin.execute:441 execute-output: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso') stdout:


2014-05-12 13:58:30 DEBUG otopi.plugins.ovirt_hosted_engine_setup.vm.boot_cdrom plugin.execute:446 execute-output: ('/bin/sudo', '-u', 'vdsm', '-g', 'kvm', 'test', '-r', '/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso') stderr:


2014-05-12 13:58:30 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:30 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmCDRom=str:'/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso'
2014-05-12 13:58:30 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:30 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.cpu.Plugin._customization
2014-05-12 13:58:30 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_vmenv_cpu
2014-05-12 13:58:30 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the number of virtual CPUs for the VM [Defaults to minimum requirement: 2]: 
2014-05-12 13:58:38 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:38 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmVCpus=str:'2'
2014-05-12 13:58:38 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:38 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.image.Plugin._disk_customization
2014-05-12 13:58:38 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_vmenv_mem
2014-05-12 13:58:38 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the disk size of the VM in GB [Defaults to minimum requirement: 25]: 
2014-05-12 13:58:40 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    40
2014-05-12 13:58:40 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:40 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgSizeGB=str:'40'
2014-05-12 13:58:40 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:40 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.mac.Plugin._customization
2014-05-12 13:58:40 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_vmenv_mac
2014-05-12 13:58:40 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 You may specify a MAC address for the VM or accept a randomly generated default [00:16:3e:2a:7f:91]: 
2014-05-12 13:58:43 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:43 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMACAddr=str:'00:16:3e:2a:7f:91'
2014-05-12 13:58:43 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:43 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.memory.Plugin._customization
2014-05-12 13:58:43 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ovehosted_vmenv_mem
2014-05-12 13:58:43 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the memory size of the VM in MB [Defaults to minimum requirement: 4096]: 
2014-05-12 13:58:47 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:47 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMemSizeMB=str:'4096'
2014-05-12 13:58:47 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:47 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.runvm.Plugin._customization
2014-05-12 13:58:47 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_VM_CONSOLE_TYPE
2014-05-12 13:58:47 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please specify the console type you would like to use to connect to the VM (vnc, spice) [vnc]: 
2014-05-12 13:58:48 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:48 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/consoleType=str:'vnc'
2014-05-12 13:58:48 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:48 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._vm_end
2014-05-12 13:58:48 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_start
2014-05-12 13:58:48 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:58:48 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== HOSTED ENGINE CONFIGURATION ==--
2014-05-12 13:58:48 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:58:48 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._customization
2014-05-12 13:58:48 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query APP_HOST_NAME
2014-05-12 13:58:48 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Enter the name which will be used to identify this host inside the Administrator Portal [hosted_engine_1]: 
2014-05-12 13:58:51 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ENGINE_ADMIN_PASSWORD
2014-05-12 13:58:51 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Enter 'admin at internal' user password that will be used for accessing the Administrator Portal: 
2014-05-12 13:58:53 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query ENGINE_ADMIN_PASSWORD
2014-05-12 13:58:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Confirm 'admin at internal' user password: 
2014-05-12 13:58:54 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:58:54 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/**FILTERED**Password=str:'**FILTERED**'
2014-05-12 13:58:54 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/appHostName=str:'hosted_engine_1'
2014-05-12 13:58:54 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:58:54 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn.Plugin._customization
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query OVEHOSTED_NETWORK_FQDN
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide the FQDN for the engine you would like to use.
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 This needs to match the FQDN that you will use for the engine installation within the VM.
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Note: This will be the FQDN of the VM you are now going to create,
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 it should not point to the base host or to any other existing machine.
2014-05-12 13:58:54 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Engine FQDN: 
2014-05-12 13:59:02 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    ovirt-vm.smartcity.net
2014-05-12 13:59:02 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn fqdn._validateFQDNresolvability:141 ovirt-vm.smartcity.net resolves to: set(['172.16.1.30'])
2014-05-12 13:59:02 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn plugin.executeRaw:366 execute: ('/bin/dig', 'ovirt-vm.smartcity.net'), executable='None', cwd='None', env=None
2014-05-12 13:59:02 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn plugin.executeRaw:383 execute-result: ('/bin/dig', 'ovirt-vm.smartcity.net'), rc=0
2014-05-12 13:59:02 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn plugin.execute:441 execute-output: ('/bin/dig', 'ovirt-vm.smartcity.net') stdout:

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> ovirt-vm.smartcity.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57881
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ovirt-vm.smartcity.net.		IN	A

;; ANSWER SECTION:
ovirt-vm.smartcity.net.	0	IN	A	172.16.1.30

;; Query time: 0 msec
;; SERVER: 172.16.0.1#53(172.16.0.1)
;; WHEN: Mon May 12 13:59:02 EDT 2014
;; MSG SIZE  rcvd: 56


2014-05-12 13:59:02 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.fqdn plugin.execute:446 execute-output: ('/bin/dig', 'ovirt-vm.smartcity.net') stderr:


2014-05-12 13:59:02 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:02 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdn=str:'ovirt-vm.smartcity.net'
2014-05-12 13:59:02 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:02 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.core.titles.Plugin._engine_end
2014-05-12 13:59:02 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._customization
2014-05-12 13:59:02 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query DIALOGOVEHOSTED_NOTIF/smtpServer
2014-05-12 13:59:02 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide the name of the SMTP server through which we will send notifications [localhost]: 
2014-05-12 13:59:04 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query DIALOGOVEHOSTED_NOTIF/smtpPort
2014-05-12 13:59:04 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide the TCP port number of the SMTP server [25]: 
2014-05-12 13:59:05 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query DIALOGOVEHOSTED_NOTIF/sourceEmail
2014-05-12 13:59:05 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide the email address from which notifications will be sent [root at localhost]: 
2014-05-12 13:59:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    root at xion2
2014-05-12 13:59:09 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query DIALOGOVEHOSTED_NOTIF/destEmail
2014-05-12 13:59:09 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please provide a comma-separated list of email addresses which will get notifications [root at localhost]: 
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    bob at doolittle.us.com
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/destEmail=str:'bob at doolittle.us.com'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpPort=str:'25'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpServer=str:'localhost'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/sourceEmail=str:'root at xion2'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.otopi.core.config.Plugin._customize2
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.network.firewall_manager.Plugin._process_templates
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesRules=str:'# Generated by ovirt-hosted-engine-setup installer
#filtering rules
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5900 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5900 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5901 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5901 -j ACCEPT

#drop all rule
-A INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK_FIREWALLD_SERVICE/hosted-console=str:'<?xml version="1.0" encoding="utf-8"?>
<service>
    <short>hosted-console</short>
    <description>oVirt Hosted Engine console service</description>
    <port protocol="tcp" port="5900"/>
    <port protocol="udp" port="5900"/>
    <port protocol="tcp" port="5901"/>
    <port protocol="udp" port="5901"/>
</service>
'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:26 INFO otopi.context context.runSequence:395 Stage: Setup validation
2014-05-12 13:59:26 DEBUG otopi.context context.runSequence:399 STAGE validation
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.otopi.core.misc.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/aborted=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/debug=int:'0'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/executionDirectory=str:'/home/rad/Desktop'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginGroups=str:'otopi:ovirt-hosted-engine-setup'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/suppressEnvironmentKeys=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chkconfig=str:'/sbin/chkconfig'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chronyc=str:'/bin/chronyc'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/date=str:'/bin/date'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/dig=str:'/bin/dig'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/firewall-cmd=str:'/bin/firewall-cmd'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/hwclock=str:'/sbin/hwclock'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/initctl=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ip=str:'/sbin/ip'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/lsof=str:'/sbin/lsof'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/mount=str:'/bin/mount'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ntpq=str:'/sbin/ntpq'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/openssl=str:'/bin/openssl'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ping=str:'/bin/ping'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/qemu-img=str:'/bin/qemu-img'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/rc=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/rc-update=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/reboot=str:'/sbin/reboot'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/remote-viewer=str:'/bin/remote-viewer'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/restorecon=str:'/sbin/restorecon'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/selinuxenabled=str:'/sbin/selinuxenabled'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/service=str:'/sbin/service'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sshd=str:'/sbin/sshd'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sudo=str:'/bin/sudo'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/systemctl=str:'/bin/systemctl'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/umount=str:'/bin/umount'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsClient=str:'/bin/vdsClient'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsm-tool=str:'/bin/vdsm-tool'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/configFileAppend=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/configFileName=str:'/etc/otopi.conf'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/internalPackageTransaction=Transaction:'transaction'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logDir=str:'/var/log/ovirt-hosted-engine-setup'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x246adb0>'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileNamePrefix=str:'ovirt-hosted-engine-setup'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/mainTransaction=Transaction:'transaction'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/modifiedFiles=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/randomizeEvents=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/cliVersion=int:'1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/customization=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldAvailable=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldDisableServices=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldEnable=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesEnable=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesRules=str:'# Generated by ovirt-hosted-engine-setup installer
#filtering rules
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5900 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5900 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5901 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5901 -j ACCEPT

#drop all rule
-A INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshEnable=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshKey=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshUser=str:''
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK_FIREWALLD_SERVICE/hosted-console=str:'<?xml version="1.0" encoding="utf-8"?>
<service>
    <short>hosted-console</short>
    <description>oVirt Hosted Engine console service</description>
    <port protocol="tcp" port="5900"/>
    <port protocol="udp" port="5900"/>
    <port protocol="tcp" port="5901"/>
    <port protocol="udp" port="5901"/>
</service>
'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/additionalHostEnabled=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/additionalHostReDeployment=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/answerFile=str:'/etc/ovirt-hosted-engine/answers.conf'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/checkRequirements=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/confirmSettings=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/deployProceed=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/isAdditionalHost=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/screenProceed=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/tempDir=str:'/tmp'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/**FILTERED**Password=str:'**FILTERED**'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/appHostName=str:'hosted_engine_1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/fetchAnswer=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/fqdn=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/rootPassword=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/sshdPort=int:'22'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeIf=str:'p3p1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeName=str:'ovirtmgmt'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewallManager=str:'iptables'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldServices=list:'[{'directory': 'base', 'name': 'hosted-console'}]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldSubst=dict:'{}'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdn=str:'ovirt-vm.smartcity.net'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdnReverseValidation=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/gateway=str:'172.16.0.1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/sshdPort=int:'22'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/destEmail=str:'bob at doolittle.us.com'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpPort=str:'25'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpServer=str:'localhost'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/sourceEmail=str:'root at xion2'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/lockspaceName=str:'hosted-engine'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/serviceName=str:'sanlock'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/connectionUUID=str:'86f16d9a-82a9-4399-8380-823ccbd2ad6f'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/domainType=str:'nfs3'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/hostID=int:'1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgDesc=str:'Hosted Engine Image'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgSizeGB=str:'40'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgUUID=str:'43f42de8-7999-4a9e-be48-1527706d30cd'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/sdUUID=str:'18cba4ac-9379-4942-aeed-0b2d2c6afca7'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/spUUID=str:'971e34a6-fdf6-4c61-a810-5fb362fdb407'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDatacenterName=str:'hosted_datacenter'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainConnection=str:'xion2:/export/vm/he1'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainName=str:'hosted_storage'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageType=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/volUUID=str:'f1017620-e9ca-4bf4-815e-781c5361ab3f'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/caSubject=str:'/C=EN/L=Test/O=Test/CN=TestCA'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/consoleType=str:'vnc'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/cpu=str:'model_Westmere'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/engineCpu=str:'Intel Westmere Family'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/kvmGid=int:'36'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwd=str:'8105NgsU'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwdValiditySecs=str:'10800'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/pkiSubject=str:'/C=EN/L=Test/O=Test/CN=Test'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/serviceName=str:'vdsmd'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/spicePkiSubject=unicode:'C=EN, L=Test, O=Test, CN=Test'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/useSSL=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsClient=instance:'<vdsClient.service instance at 0x2aed2d8>'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsmUid=int:'36'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/cdromUUID=str:'e7154d8a-27da-46bb-b519-05a1c6416688'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/consoleUUID=str:'32a0fc16-c957-4e86-a93c-8958a7a3b180'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/emulatedMachine=str:'pc'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/nicUUID=str:'5829efe5-44e1-4a3e-b474-314eaafe63e6'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/ovfArchive=NoneType:'None'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/subst=dict:'{}'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmBoot=str:'cdrom'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmCDRom=str:'/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMACAddr=str:'00:16:3e:2a:7f:91'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMemSizeMB=str:'4096'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmUUID=str:'c4c03965-815f-4f80-ab77-a338ddbd505b'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmVCpus=str:'2'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/keepAliveInterval=int:'30'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumDisabledPlugins=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumEnabledPlugins=list:'[]'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumExpireCache=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumRollback=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockMaxGap=int:'5'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockSet=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/reboot=bool:'False'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootAllow=bool:'True'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootDeferTime=int:'10'
2014-05-12 13:59:26 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.otopi.network.firewalld.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.otopi.network.hostname.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname hostname._validation:73 my name: xion2.smartcity.net
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname plugin.executeRaw:366 execute: ('/sbin/ip', 'addr', 'show'), executable='None', cwd='None', env=None
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname plugin.executeRaw:383 execute-result: ('/sbin/ip', 'addr', 'show'), rc=0
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname plugin.execute:441 execute-output: ('/sbin/ip', 'addr', 'show') stdout:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: p3p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:ca:3a:79:22:12 brd ff:ff:ff:ff:ff:ff
    inet 172.16.0.58/16 brd 172.16.255.255 scope global p3p1
       valid_lft forever preferred_lft forever
    inet6 fe80::baca:3aff:fe79:2212/64 scope link 
       valid_lft forever preferred_lft forever
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 1c:3e:84:50:8d:c3 brd ff:ff:ff:ff:ff:ff
4: bond0: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 2e:d5:c4:3d:0b:93 brd ff:ff:ff:ff:ff:ff
5: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default 
    link/ether 12:9d:87:3b:3a:04 brd ff:ff:ff:ff:ff:ff

2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname plugin.execute:446 execute-output: ('/sbin/ip', 'addr', 'show') stderr:


2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname hostname._validation:110 my addresses: ['172.16.0.58', '172.16.0.58', '172.16.0.58']
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.network.hostname hostname._validation:111 local addresses: [u'172.16.0.58', u'fe80::baca:3aff:fe79:2212']
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.otopi.network.iptables.Plugin._validate
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.otopi.network.ssh.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.executeRaw:366 execute: ('/sbin/selinuxenabled',), executable='None', cwd='None', env=None
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.executeRaw:383 execute-result: ('/sbin/selinuxenabled',), rc=0
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:441 execute-output: ('/sbin/selinuxenabled',) stdout:


2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.engine.add_host plugin.execute:446 execute-output: ('/sbin/selinuxenabled',) stderr:


2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._validate
2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:366 execute: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem'), executable='None', cwd='None', env=None
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.executeRaw:383 execute-result: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem'), rc=0
2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:441 execute-output: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem') stdout:
Certificate:
    Data:
        Version: 1 (0x0)
        Serial Number: 1 (0x1)
    Signature Algorithm: sha1WithRSAEncryption
        Issuer: C=EN, L=Test, O=Test, CN=TestCA
        Validity
            Not Before: May 12 17:12:28 2014 GMT
            Not After : May 11 17:12:28 2017 GMT
        Subject: C=EN, L=Test, O=Test, CN=Test
        Subject Public Key Info:
            Public Key Algorithm: rsaEncryption
                Public-Key: (1024 bit)
                Modulus:
                    00:9e:a1:d1:a6:c7:9d:dc:90:8c:af:e6:84:47:c0:
                    8d:d5:e2:e3:92:74:3d:29:ad:65:fe:da:2c:2b:aa:
                    7f:44:65:65:26:e6:5c:c3:36:5d:49:54:1f:c5:a1:
                    20:5c:c7:33:bd:c6:7d:65:cc:ac:d6:ae:00:95:c3:
                    81:1f:de:f1:fc:75:1c:d8:3f:a1:97:be:9a:23:7a:
                    49:e6:c6:69:8d:9d:9f:a7:e5:d4:aa:1d:68:97:54:
                    91:4a:a3:e2:1b:65:4a:47:87:8b:0a:e5:46:72:21:
                    71:96:2d:bb:29:9f:f5:1e:13:82:79:85:00:2b:68:
                    15:92:34:22:03:55:ce:73:77
                Exponent: 65537 (0x10001)
    Signature Algorithm: sha1WithRSAEncryption
         87:56:14:f2:d5:78:e8:26:73:b4:f5:ff:5b:e5:92:f1:bb:80:
         cc:a7:26:e7:1b:b2:ec:3c:ff:70:47:c5:cf:90:3f:15:fd:a3:
         96:7e:66:58:62:3b:4b:e4:b1:b3:99:a8:c6:4b:34:8b:d1:de:
         81:84:7f:cc:c5:b9:e3:7b:d6:8c:b3:e5:01:84:80:86:18:b6:
         91:5f:31:16:d7:fd:08:b1:13:57:35:fe:54:c7:ac:d5:a1:7e:
         cf:46:89:a8:38:75:68:ff:1b:b5:93:10:32:3f:a3:7e:cf:f3:
         73:23:7a:3e:97:1e:9b:04:0e:1f:f4:a9:cf:bd:f3:11:45:eb:
         5a:1a

2014-05-12 13:59:26 DEBUG otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki plugin.execute:446 execute-output: ('/bin/openssl', 'x509', '-noout', '-text', '-in', '/etc/pki/vdsm/libvirt-spice/server-cert.pem') stderr:


2014-05-12 13:59:26 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.ovirt_hosted_engine_setup.core.preview.Plugin._validation
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 --== CONFIGURATION PREVIEW ==--
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Bridge interface                   : p3p1
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Engine FQDN                        : ovirt-vm.smartcity.net
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Bridge name                        : ovirtmgmt
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 SSH daemon port                    : 22
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Firewall manager                   : iptables
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Gateway address                    : 172.16.0.1
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Host name for web application      : hosted_engine_1
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Host ID                            : 1
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Image size GB                      : 40
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Storage connection                 : xion2:/export/vm/he1
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Console type                       : vnc
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Memory size MB                     : 4096
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 MAC address                        : 00:16:3e:2a:7f:91
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Boot type                          : cdrom
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Number of CPUs                     : 2
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 ISO image (for cdrom boot)         : /nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 CPU Type                           : model_Westmere
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human human.queryString:153 query SETTINGS_PROCEED
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                
2014-05-12 13:59:26 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:SEND                 Please confirm installation settings (Yes, No)[No]: 
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:215 DIALOG:RECEIVE    yes
2014-05-12 13:59:29 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:29 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/confirmSettings=bool:'True'
2014-05-12 13:59:29 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage validation METHOD otopi.plugins.ovirt_hosted_engine_setup.core.answerfile.Plugin._save_answers
2014-05-12 13:59:29 INFO otopi.plugins.ovirt_hosted_engine_setup.core.answerfile answerfile._save_answers:64 Generating answer file '/etc/ovirt-hosted-engine/answers.conf'
2014-05-12 13:59:29 INFO otopi.context context.runSequence:395 Stage: Transaction setup
2014-05-12 13:59:29 DEBUG otopi.context context.runSequence:399 STAGE transaction-prepare
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage transaction-prepare METHOD otopi.plugins.otopi.core.transaction.Plugin._main_prepare
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/ovirt-hosted-engine/firewalld/hosted-console.xml''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:189 file '/etc/ovirt-hosted-engine/firewalld/hosted-console.xml' missing
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/ovirt-hosted-engine/iptables.example''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:189 file '/etc/ovirt-hosted-engine/iptables.example' missing
2014-05-12 13:59:29 INFO otopi.context context.runSequence:395 Stage: Misc configuration
2014-05-12 13:59:29 DEBUG otopi.context context.runSequence:399 STAGE early_misc
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage early_misc METHOD otopi.plugins.otopi.network.firewalld.Plugin._early_misc
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage early_misc METHOD otopi.plugins.ovirt_hosted_engine_setup.network.iptables.Plugin._early_misc
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.exists:85 check if service firewalld exists
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service') stdout:
LoadState=loaded

2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'LoadState', 'firewalld.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.startup:111 set service firewalld startup to False
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'Id', 'firewalld.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'Id', 'firewalld.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'Id', 'firewalld.service') stdout:
Id=firewalld.service

2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'Id', 'firewalld.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'disable', u'firewalld.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'disable', u'firewalld.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'disable', u'firewalld.service') stdout:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'disable', u'firewalld.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.state:134 stopping service firewalld
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'stop', 'firewalld.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'stop', 'firewalld.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'stop', 'firewalld.service') stdout:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'stop', 'firewalld.service') stderr:


2014-05-12 13:59:29 INFO otopi.context context.runSequence:395 Stage: Package installation
2014-05-12 13:59:29 DEBUG otopi.context context.runSequence:399 STAGE packages
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage packages METHOD otopi.plugins.otopi.network.iptables.Plugin._packages
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage packages METHOD otopi.plugins.otopi.packagers.yumpackager.Plugin._packages
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:29 INFO otopi.context context.runSequence:395 Stage: Misc configuration
2014-05-12 13:59:29 DEBUG otopi.context context.runSequence:399 STAGE misc
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.otopi.system.command.Plugin._misc
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.otopi.network.firewalld.Plugin._misc
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.otopi.network.iptables.Plugin._store_iptables
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/sysconfig/iptables''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:189 file '/etc/sysconfig/iptables' missing
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.otopi.network.ssh.Plugin._append_key
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.otopi.system.clock.Plugin._set_clock
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.ha.ha_notifications.Plugin._misc
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/ovirt-hosted-engine-ha/broker.conf''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:191 file '/etc/ovirt-hosted-engine-ha/broker.conf' exists
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:225 backup '/etc/ovirt-hosted-engine-ha/broker.conf'->'/etc/ovirt-hosted-engine-ha/broker.conf.20140512135929'
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.libvirt.configureqemu.Plugin._misc
2014-05-12 13:59:29 INFO otopi.plugins.ovirt_hosted_engine_setup.libvirt.configureqemu configureqemu._misc:70 Configuring libvirt
2014-05-12 13:59:29 DEBUG otopi.plugins.ovirt_hosted_engine_setup.libvirt.configureqemu configureqemu._misc:84 Changing lock_manager from sanlock to sanlock
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/libvirt/qemu.conf''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:191 file '/etc/libvirt/qemu.conf' exists
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:195 file '/etc/libvirt/qemu.conf' already has content
2014-05-12 13:59:29 DEBUG otopi.transaction transaction.commit:159 committing 'File transaction for '/etc/libvirt/qemu.conf''
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.state:134 stopping service libvirtd
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'stop', 'libvirtd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'stop', 'libvirtd.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'stop', 'libvirtd.service') stdout:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'stop', 'libvirtd.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.state:134 starting service libvirtd
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'start', 'libvirtd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'start', 'libvirtd.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'start', 'libvirtd.service') stdout:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'start', 'libvirtd.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.system.sshd.Plugin._misc
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.status:102 check service sshd status
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'status', 'sshd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'status', 'sshd.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'status', 'sshd.service') stdout:
sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled)
   Active: active (running) since Mon 2014-05-12 13:29:10 EDT; 30min ago
 Main PID: 5577 (sshd)
   CGroup: name=systemd:/system/sshd.service
           ??5577 /usr/sbin/sshd -D

May 12 13:29:10 xion2.smartcity.net systemd[1]: Starting OpenSSH server daemon...
May 12 13:29:10 xion2.smartcity.net sshd-keygen[5548]: Generating SSH2 RSA host key: [  OK  ]
May 12 13:29:10 xion2.smartcity.net sshd-keygen[5548]: Generating SSH1 RSA host key: [  OK  ]
May 12 13:29:10 xion2.smartcity.net sshd-keygen[5548]: Generating SSH2 DSA host key: [  OK  ]
May 12 13:29:10 xion2.smartcity.net systemd[1]: Started OpenSSH server daemon.
May 12 13:29:10 xion2.smartcity.net sshd[5577]: Server listening on 0.0.0.0 port 22.
May 12 13:29:10 xion2.smartcity.net sshd[5577]: Server listening on :: port 22.
May 12 13:29:14 xion2.smartcity.net sshd[5580]: Connection closed by 172.16.1.100 [preauth]
May 12 13:29:29 xion2.smartcity.net sshd[5584]: Accepted password for rad from 172.16.1.100 port 34569 ssh2

2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'status', 'sshd.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf.Plugin._misc
2014-05-12 13:59:29 INFO otopi.plugins.ovirt_hosted_engine_setup.vdsmd.vdsmconf vdsmconf._misc:84 Configuring VDSM
2014-05-12 13:59:29 DEBUG otopi.transaction transaction._prepare:77 preparing 'File transaction for '/etc/vdsm/vdsm.conf''
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:191 file '/etc/vdsm/vdsm.conf' exists
2014-05-12 13:59:29 DEBUG otopi.filetransaction filetransaction.prepare:195 file '/etc/vdsm/vdsm.conf' already has content
2014-05-12 13:59:29 DEBUG otopi.transaction transaction.commit:159 committing 'File transaction for '/etc/vdsm/vdsm.conf''
2014-05-12 13:59:29 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv.Plugin._misc
2014-05-12 13:59:29 INFO otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv vdsmenv._misc:172 Starting vdsmd
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.startup:111 set service vdsmd startup to True
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'show', '-p', 'Id', 'vdsmd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'show', '-p', 'Id', 'vdsmd.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'show', '-p', 'Id', 'vdsmd.service') stdout:
Id=vdsmd.service

2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'show', '-p', 'Id', 'vdsmd.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'enable', u'vdsmd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'enable', u'vdsmd.service'), rc=0
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'enable', u'vdsmd.service') stdout:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'enable', u'vdsmd.service') stderr:


2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd systemd.state:134 stopping service vdsmd
2014-05-12 13:59:29 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'stop', 'vdsmd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:33 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'stop', 'vdsmd.service'), rc=0
2014-05-12 13:59:33 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'stop', 'vdsmd.service') stdout:


2014-05-12 13:59:33 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'stop', 'vdsmd.service') stderr:


2014-05-12 13:59:33 DEBUG otopi.plugins.otopi.services.systemd systemd.state:134 starting service vdsmd
2014-05-12 13:59:33 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:366 execute: ('/bin/systemctl', 'start', 'vdsmd.service'), executable='None', cwd='None', env=None
2014-05-12 13:59:34 DEBUG otopi.plugins.otopi.services.systemd plugin.executeRaw:383 execute-result: ('/bin/systemctl', 'start', 'vdsmd.service'), rc=0
2014-05-12 13:59:34 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:441 execute-output: ('/bin/systemctl', 'start', 'vdsmd.service') stdout:


2014-05-12 13:59:34 DEBUG otopi.plugins.otopi.services.systemd plugin.execute:446 execute-output: ('/bin/systemctl', 'start', 'vdsmd.service') stderr:


2014-05-12 13:59:34 INFO otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv vdsmenv._connect:86 Waiting for VDSM hardware info
2014-05-12 13:59:35 DEBUG otopi.plugins.ovirt_hosted_engine_setup.system.vdsmenv vdsmenv._connect:79 {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsClient=instance:'<vdsClientGluster.GlusterService instance at 0x32ee098>'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage misc METHOD otopi.plugins.ovirt_hosted_engine_setup.network.bridge.Plugin._misc
2014-05-12 13:59:35 INFO otopi.plugins.ovirt_hosted_engine_setup.network.bridge bridge._misc:196 Configuring the management bridge
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/otopi/context.py", line 142, in _executeMethod
    method['method']()
  File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/network/bridge.py", line 201, in _misc
    ].s.getVdsCapabilities()['info']['nics'][nics]
KeyError: 'info'
2014-05-12 13:59:35 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Misc configuration': 'info'
2014-05-12 13:59:35 DEBUG otopi.transaction transaction.abort:131 aborting 'File transaction for '/etc/ovirt-hosted-engine/firewalld/hosted-console.xml''
2014-05-12 13:59:35 DEBUG otopi.transaction transaction.abort:131 aborting 'File transaction for '/etc/ovirt-hosted-engine/iptables.example''
2014-05-12 13:59:35 DEBUG otopi.transaction transaction.abort:131 aborting 'File transaction for '/etc/sysconfig/iptables''
2014-05-12 13:59:35 DEBUG otopi.transaction transaction.abort:131 aborting 'File transaction for '/etc/ovirt-hosted-engine-ha/broker.conf''
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.KeyError'>, KeyError('info',), <traceback object at 0x3459ab8>)]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:35 INFO otopi.context context.runSequence:395 Stage: Clean up
2014-05-12 13:59:35 DEBUG otopi.context context.runSequence:399 STAGE cleanup
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.core.remote_answerfile.Plugin._cleanup
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.engine.add_host.Plugin._cleanup
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.pki.vdsmpki.Plugin._cleanup
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._cleanup
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_hosted_engine_setup.vm.boot_disk.Plugin._cleanup
2014-05-12 13:59:35 INFO otopi.context context.runSequence:395 Stage: Pre-termination
2014-05-12 13:59:35 DEBUG otopi.context context.runSequence:399 STAGE pre-terminate
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage pre-terminate METHOD otopi.plugins.otopi.core.misc.Plugin._preTerminate
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/aborted=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/debug=int:'0'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[(<type 'exceptions.KeyError'>, KeyError('info',), <traceback object at 0x3459ab8>)]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/executionDirectory=str:'/home/rad/Desktop'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/log=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginGroups=str:'otopi:ovirt-hosted-engine-setup'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/pluginPath=str:'/usr/share/otopi/plugins:/usr/share/ovirt-hosted-engine-setup/scripts/../plugins'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/suppressEnvironmentKeys=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chkconfig=str:'/sbin/chkconfig'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/chronyc=str:'/bin/chronyc'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/date=str:'/bin/date'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/dig=str:'/bin/dig'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/firewall-cmd=str:'/bin/firewall-cmd'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/hwclock=str:'/sbin/hwclock'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/initctl=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ip=str:'/sbin/ip'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/lsof=str:'/sbin/lsof'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/mount=str:'/bin/mount'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ntpq=str:'/sbin/ntpq'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/openssl=str:'/bin/openssl'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/ping=str:'/bin/ping'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/qemu-img=str:'/bin/qemu-img'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/rc=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/rc-update=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/reboot=str:'/sbin/reboot'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/remote-viewer=str:'/bin/remote-viewer'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/restorecon=str:'/sbin/restorecon'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/selinuxenabled=str:'/sbin/selinuxenabled'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/service=str:'/sbin/service'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sshd=str:'/sbin/sshd'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/sudo=str:'/bin/sudo'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/systemctl=str:'/bin/systemctl'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/umount=str:'/bin/umount'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsClient=str:'/bin/vdsClient'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV COMMAND/vdsm-tool=str:'/bin/vdsm-tool'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/configFileAppend=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/configFileName=str:'/etc/otopi.conf'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/internalPackageTransaction=Transaction:'transaction'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logDir=str:'/var/log/ovirt-hosted-engine-setup'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileHandle=file:'<open file '/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log', mode 'a' at 0x246adb0>'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileName=str:'/var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20140512135713.log'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFileNamePrefix=str:'ovirt-hosted-engine-setup'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilter=_MyLoggerFilter:'filter'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logFilterKeys=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/logRemoveAtExit=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/mainTransaction=Transaction:'transaction'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/modifiedFiles=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV CORE/randomizeEvents=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/boundary=str:'--=451b80dc-996f-432e-9e4f-2b29ef6d1141=--'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/cliVersion=int:'1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/customization=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV DIALOG/dialect=str:'human'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_NAME=str:'otopi'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV INFO/PACKAGE_VERSION=str:'1.2.0'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldAvailable=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldDisableServices=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/firewalldEnable=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesEnable=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/iptablesRules=str:'# Generated by ovirt-hosted-engine-setup installer
#filtering rules
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -i lo -j ACCEPT
-A INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5900 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5900 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5901 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 5901 -j ACCEPT

#drop all rule
-A INPUT -j REJECT --reject-with icmp-host-prohibited
COMMIT
'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshEnable=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshKey=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK/sshUser=str:''
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV NETWORK_FIREWALLD_SERVICE/hosted-console=str:'<?xml version="1.0" encoding="utf-8"?>
<service>
    <short>hosted-console</short>
    <description>oVirt Hosted Engine console service</description>
    <port protocol="tcp" port="5900"/>
    <port protocol="udp" port="5900"/>
    <port protocol="tcp" port="5901"/>
    <port protocol="udp" port="5901"/>
</service>
'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/additionalHostEnabled=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/additionalHostReDeployment=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/answerFile=str:'/etc/ovirt-hosted-engine/answers.conf'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/checkRequirements=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/confirmSettings=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/deployProceed=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/isAdditionalHost=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/screenProceed=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_CORE/tempDir=str:'/tmp'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/**FILTERED**Password=str:'**FILTERED**'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_ENGINE/appHostName=str:'hosted_engine_1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/fetchAnswer=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/fqdn=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/rootPassword=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_FIRST_HOST/sshdPort=int:'22'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeIf=str:'p3p1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/bridgeName=str:'ovirtmgmt'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewallManager=str:'iptables'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldServices=list:'[{'directory': 'base', 'name': 'hosted-console'}]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/firewalldSubst=dict:'{}'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdn=str:'ovirt-vm.smartcity.net'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/fqdnReverseValidation=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/gateway=str:'172.16.0.1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NETWORK/sshdPort=int:'22'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/destEmail=str:'bob at doolittle.us.com'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpPort=str:'25'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/smtpServer=str:'localhost'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_NOTIF/sourceEmail=str:'root at xion2'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/lockspaceName=str:'hosted-engine'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_SANLOCK/serviceName=str:'sanlock'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/connectionUUID=str:'86f16d9a-82a9-4399-8380-823ccbd2ad6f'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/domainType=str:'nfs3'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/hostID=int:'1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgDesc=str:'Hosted Engine Image'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgSizeGB=str:'40'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/imgUUID=str:'43f42de8-7999-4a9e-be48-1527706d30cd'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/sdUUID=str:'18cba4ac-9379-4942-aeed-0b2d2c6afca7'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/spUUID=str:'971e34a6-fdf6-4c61-a810-5fb362fdb407'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDatacenterName=str:'hosted_datacenter'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainConnection=str:'xion2:/export/vm/he1'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageDomainName=str:'hosted_storage'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/storageType=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_STORAGE/volUUID=str:'f1017620-e9ca-4bf4-815e-781c5361ab3f'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/caSubject=str:'/C=EN/L=Test/O=Test/CN=TestCA'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/consoleType=str:'vnc'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/cpu=str:'model_Westmere'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/engineCpu=str:'Intel Westmere Family'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/kvmGid=int:'36'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwd=str:'8105NgsU'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/passwdValiditySecs=str:'10800'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/pkiSubject=str:'/C=EN/L=Test/O=Test/CN=Test'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/serviceName=str:'vdsmd'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/spicePkiSubject=unicode:'C=EN, L=Test, O=Test, CN=Test'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/useSSL=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsClient=instance:'<vdsClientGluster.GlusterService instance at 0x32ee098>'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VDSM/vdsmUid=int:'36'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/cdromUUID=str:'e7154d8a-27da-46bb-b519-05a1c6416688'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/consoleUUID=str:'32a0fc16-c957-4e86-a93c-8958a7a3b180'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/emulatedMachine=str:'pc'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/nicUUID=str:'5829efe5-44e1-4a3e-b474-314eaafe63e6'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/ovfArchive=NoneType:'None'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/subst=dict:'{}'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmBoot=str:'cdrom'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmCDRom=str:'/nas/iso/Linux/Fedora/Fedora-20-x86_64-netinst.iso'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMACAddr=str:'00:16:3e:2a:7f:91'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmMemSizeMB=str:'4096'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmUUID=str:'c4c03965-815f-4f80-ab77-a338ddbd505b'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVEHOSTED_VM/vmVCpus=str:'2'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV OVESETUP_CORE/offlinePackager=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/keepAliveInterval=int:'30'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumDisabledPlugins=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumEnabledPlugins=list:'[]'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumExpireCache=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumRollback=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV PACKAGER/yumpackagerEnabled=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockMaxGap=int:'5'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/clockSet=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/commandPath=str:'/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/reboot=bool:'False'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootAllow=bool:'True'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:478 ENV SYSTEM/rebootDeferTime=int:'10'
2014-05-12 13:59:35 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage pre-terminate METHOD otopi.plugins.otopi.dialog.cli.Plugin._pre_terminate
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:35 INFO otopi.context context.runSequence:395 Stage: Termination
2014-05-12 13:59:35 DEBUG otopi.context context.runSequence:399 STAGE terminate
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage terminate METHOD otopi.plugins.otopi.dialog.human.Plugin._terminate
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage terminate METHOD otopi.plugins.otopi.dialog.machine.Plugin._terminate
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:144 condition False
2014-05-12 13:59:35 DEBUG otopi.context context._executeMethod:138 Stage terminate METHOD otopi.plugins.otopi.core.log.Plugin._terminate
-------------- next part --------------
MainThread::INFO::2014-05-12 13:12:32,772::vdsm::119::vds::(run) (PID: 4689) I am the actual vdsm 4.14.6-0.fc19 xion2.smartcity.com (3.13.11-100.fc19.x86_64)
MainThread::DEBUG::2014-05-12 13:12:32,772::resourceManager::421::ResourceManager::(registerNamespace) Registering namespace 'Storage'
MainThread::DEBUG::2014-05-12 13:12:32,773::threadPool::35::Misc.ThreadPool::(__init__) Enter - numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::DEBUG::2014-05-12 13:12:33,029::multipath::151::Storage.Multipath::(isEnabled) multipath Defaulting to False
MainThread::DEBUG::2014-05-12 13:12:33,029::multipath::169::Storage.Misc.excCmd::(setupMultipath) '/usr/bin/sudo -n /usr/bin/cp /tmp/tmp3a0wWy /etc/multipath.conf' (cwd None)
MainThread::DEBUG::2014-05-12 13:12:33,044::multipath::169::Storage.Misc.excCmd::(setupMultipath) SUCCESS: <err> = ''; <rc> = 0
MainThread::DEBUG::2014-05-12 13:12:33,045::multipath::175::Storage.Misc.excCmd::(setupMultipath) '/usr/bin/sudo -n /sbin/multipath -F' (cwd None)
MainThread::DEBUG::2014-05-12 13:12:33,071::multipath::175::Storage.Misc.excCmd::(setupMultipath) FAILED: <err> = ''; <rc> = 1
MainThread::DEBUG::2014-05-12 13:12:33,071::multipath::178::Storage.Misc.excCmd::(setupMultipath) '/usr/bin/sudo -n /usr/bin/vdsm-tool service-reload multipathd' (cwd None)
MainThread::DEBUG::2014-05-12 13:12:33,302::multipath::178::Storage.Misc.excCmd::(setupMultipath) FAILED: <err> = 'Traceback (most recent call last):\n  File "/usr/bin/vdsm-tool", line 145, in <module>\n    sys.exit(main())\n  File "/usr/bin/vdsm-tool", line 142, in main\n    return tool_command[cmd]["command"](*args[1:])\n  File "/usr/lib64/python2.7/site-packages/vdsm/tool/service.py", line 398, in service_reload\n    return _runAlts(_srvReloadAlts, srvName)\n  File "/usr/lib64/python2.7/site-packages/vdsm/tool/service.py", line 350, in _runAlts\n    "%s failed" % alt.func_name, out, err)\nvdsm.tool.service.ServiceOperationError: ServiceOperationError: _systemctlReload failed\nJob for multipathd.service failed. See \'systemctl status multipathd.service\' and \'journalctl -xn\' for details.\n\n'; <rc> = 1
MainThread::ERROR::2014-05-12 13:12:33,302::utils::1107::root::(panic) Panic: Error initializing IRS
Traceback (most recent call last):
  File "/usr/share/vdsm/vdsm", line 72, in serve_clients
    irs = Dispatcher(HSM())
  File "/usr/share/vdsm/storage/hsm.py", line 358, in __init__
    multipath.setupMultipath()
  File "/usr/share/vdsm/storage/multipath.py", line 180, in setupMultipath
    raise se.MultipathReloadError()
MultipathReloadError: Multipath service reload error: ()
MainThread::INFO::2014-05-12 13:12:34,572::vdsm::119::vds::(run) (PID: 4826) I am the actual vdsm 4.14.6-0.fc19 xion2.smartcity.com (3.13.11-100.fc19.x86_64)
MainThread::DEBUG::2014-05-12 13:12:34,572::resourceManager::421::ResourceManager::(registerNamespace) Registering namespace 'Storage'
MainThread::DEBUG::2014-05-12 13:12:34,572::threadPool::35::Misc.ThreadPool::(__init__) Enter - numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::WARNING::2014-05-12 13:12:34,573::fileUtils::167::Storage.fileUtils::(createdir) Dir /rhev/data-center/mnt already exists
MainThread::DEBUG::2014-05-12 13:12:34,835::supervdsm::77::SuperVdsmProxy::(_connect) Trying to connect to Super Vdsm
MainThread::DEBUG::2014-05-12 13:12:34,839::multipath::142::Storage.Multipath::(isEnabled) Current revision of multipath.conf detected, preserving
MainThread::DEBUG::2014-05-12 13:12:34,839::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) '/usr/bin/sudo -n /sbin/lvm dumpconfig global/locking_type' (cwd None)
MainThread::DEBUG::2014-05-12 13:12:34,854::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) SUCCESS: <err> = ''; <rc> = 0
MainThread::DEBUG::2014-05-12 13:12:34,854::hsm::447::Storage.HSM::(__cleanStorageRepository) Started cleaning storage repository at '/rhev/data-center'
MainThread::DEBUG::2014-05-12 13:12:34,858::hsm::479::Storage.HSM::(__cleanStorageRepository) White list: ['/rhev/data-center/hsm-tasks', '/rhev/data-center/hsm-tasks/*', '/rhev/data-center/mnt']
MainThread::DEBUG::2014-05-12 13:12:34,858::hsm::480::Storage.HSM::(__cleanStorageRepository) Mount list: []
MainThread::DEBUG::2014-05-12 13:12:34,858::hsm::482::Storage.HSM::(__cleanStorageRepository) Cleaning leftovers
MainThread::DEBUG::2014-05-12 13:12:34,859::hsm::525::Storage.HSM::(__cleanStorageRepository) Finished cleaning storage repository at '/rhev/data-center'
storageRefresh::DEBUG::2014-05-12 13:12:34,859::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
MainThread::INFO::2014-05-12 13:12:34,860::dispatcher::97::Storage.Dispatcher::(__init__) Starting StorageDispatcher...
storageRefresh::DEBUG::2014-05-12 13:12:34,860::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:12:34,874::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
storageRefresh::DEBUG::2014-05-12 13:12:34,874::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:12:34,874::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
storageRefresh::DEBUG::2014-05-12 13:12:34,874::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
MainThread::DEBUG::2014-05-12 13:12:34,890::task::595::TaskManager.Task::(_updateState) Task=`c4bb36c4-506f-40e9-961b-c6815792a604`::moving from state init -> state preparing
MainThread::INFO::2014-05-12 13:12:34,890::logUtils::44::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback(callbackFunc=<bound method clientIF.contEIOVms of <clientIF.clientIF instance at 0x2c41488>>)
MainThread::INFO::2014-05-12 13:12:34,891::logUtils::47::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback, Return response: None
MainThread::DEBUG::2014-05-12 13:12:34,891::task::1185::TaskManager.Task::(prepare) Task=`c4bb36c4-506f-40e9-961b-c6815792a604`::finished: None
MainThread::DEBUG::2014-05-12 13:12:34,891::task::595::TaskManager.Task::(_updateState) Task=`c4bb36c4-506f-40e9-961b-c6815792a604`::moving from state preparing -> state finished
MainThread::DEBUG::2014-05-12 13:12:34,891::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
MainThread::DEBUG::2014-05-12 13:12:34,891::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
MainThread::DEBUG::2014-05-12 13:12:34,891::task::990::TaskManager.Task::(_decref) Task=`c4bb36c4-506f-40e9-961b-c6815792a604`::ref 0 aborting False
storageRefresh::DEBUG::2014-05-12 13:12:34,948::misc::772::SamplingMethod::(__call__) Returning last result
storageRefresh::DEBUG::2014-05-12 13:12:34,948::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
MainThread::INFO::2014-05-12 13:12:34,956::momIF::47::MOM::(__init__) Starting up MOM
MainThread::INFO::2014-05-12 13:12:34,958::vmChannels::187::vds::(settimeout) Setting channels' timeout to 30 seconds.
VM Channels Listener::INFO::2014-05-12 13:12:34,960::vmChannels::170::vds::(run) Starting VM channels listener thread.
clientIFinit::DEBUG::2014-05-12 13:12:34,972::libvirtconnection::145::root::(get) trying to connect libvirt
MainThread::WARNING::2014-05-12 13:12:34,973::clientIF::181::vds::(_prepareBindings) Unable to load the json rpc server module. Please make sure it is installed.
storageRefresh::DEBUG::2014-05-12 13:12:35,001::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:12:35,005::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,009::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,012::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,015::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,018::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,021::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,023::misc::772::SamplingMethod::(__call__) Returning last result
storageRefresh::DEBUG::2014-05-12 13:12:35,026::lvm::324::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,040::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm pvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:12:35,065::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:12:35,068::lvm::349::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,071::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,078::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:12:35,097::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:12:35,099::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,104::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm lvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:12:35,122::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:12:35,123::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,126::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:12:35,140::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:12:35,141::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:12:35,142::hsm::391::Storage.HSM::(storageRefresh) HSM is ready
Thread-13::DEBUG::2014-05-12 13:12:35,656::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getHardwareInfo with () {}
Thread-13::DEBUG::2014-05-12 13:12:35,675::BindingXMLRPC::1074::vds::(wrapper) return getHardwareInfo with {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
Thread-15::DEBUG::2014-05-12 13:12:35,771::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-15::DEBUG::2014-05-12 13:12:35,771::task::595::TaskManager.Task::(_updateState) Task=`36a28932-7907-4614-999b-d439b579f8aa`::moving from state init -> state preparing
Thread-15::INFO::2014-05-12 13:12:35,771::logUtils::44::dispatcher::(wrapper) Run and protect: getConnectedStoragePoolsList(options=None)
Thread-15::INFO::2014-05-12 13:12:35,772::logUtils::47::dispatcher::(wrapper) Run and protect: getConnectedStoragePoolsList, Return response: {'poollist': []}
Thread-15::DEBUG::2014-05-12 13:12:35,772::task::1185::TaskManager.Task::(prepare) Task=`36a28932-7907-4614-999b-d439b579f8aa`::finished: {'poollist': []}
Thread-15::DEBUG::2014-05-12 13:12:35,772::task::595::TaskManager.Task::(_updateState) Task=`36a28932-7907-4614-999b-d439b579f8aa`::moving from state preparing -> state finished
Thread-15::DEBUG::2014-05-12 13:12:35,772::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-15::DEBUG::2014-05-12 13:12:35,772::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-15::DEBUG::2014-05-12 13:12:35,772::task::990::TaskManager.Task::(_decref) Task=`36a28932-7907-4614-999b-d439b579f8aa`::ref 0 aborting False
Thread-16::DEBUG::2014-05-12 13:26:48,146::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-16::DEBUG::2014-05-12 13:26:48,147::task::595::TaskManager.Task::(_updateState) Task=`306e0c82-9241-44da-ae02-9938e933fbbb`::moving from state init -> state preparing
Thread-16::INFO::2014-05-12 13:26:48,147::logUtils::44::dispatcher::(wrapper) Run and protect: connectStorageServer(domType=1, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'port': '', 'connection': 'xion2:/export/vm/he1', 'iqn': '', 'portal': '', 'user': 'kvm', 'protocol_version': '3', 'password': '******', 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}], options=None)
Thread-16::DEBUG::2014-05-12 13:26:48,153::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /usr/bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 xion2:/export/vm/he1 /rhev/data-center/mnt/xion2:_export_vm_he1' (cwd None)
Thread-16::DEBUG::2014-05-12 13:26:48,293::hsm::2317::Storage.HSM::(__prefetchDomains) nfs local path: /rhev/data-center/mnt/xion2:_export_vm_he1
Thread-16::DEBUG::2014-05-12 13:26:48,294::hsm::2341::Storage.HSM::(__prefetchDomains) Found SD uuids: ()
Thread-16::DEBUG::2014-05-12 13:26:48,294::hsm::2397::Storage.HSM::(connectStorageServer) knownSDs: {}
Thread-16::INFO::2014-05-12 13:26:48,294::logUtils::47::dispatcher::(wrapper) Run and protect: connectStorageServer, Return response: {'statuslist': [{'status': 0, 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}]}
Thread-16::DEBUG::2014-05-12 13:26:48,294::task::1185::TaskManager.Task::(prepare) Task=`306e0c82-9241-44da-ae02-9938e933fbbb`::finished: {'statuslist': [{'status': 0, 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}]}
Thread-16::DEBUG::2014-05-12 13:26:48,294::task::595::TaskManager.Task::(_updateState) Task=`306e0c82-9241-44da-ae02-9938e933fbbb`::moving from state preparing -> state finished
Thread-16::DEBUG::2014-05-12 13:26:48,295::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-16::DEBUG::2014-05-12 13:26:48,295::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-16::DEBUG::2014-05-12 13:26:48,295::task::990::TaskManager.Task::(_decref) Task=`306e0c82-9241-44da-ae02-9938e933fbbb`::ref 0 aborting False
Thread-17::DEBUG::2014-05-12 13:26:48,304::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-17::DEBUG::2014-05-12 13:26:48,304::task::595::TaskManager.Task::(_updateState) Task=`cd561879-811f-4dc6-8965-1aa97dc41632`::moving from state init -> state preparing
Thread-17::INFO::2014-05-12 13:26:48,304::logUtils::44::dispatcher::(wrapper) Run and protect: getStorageDomainsList(spUUID='00000000-0000-0000-0000-000000000000', domainClass=None, storageType=None, remotePath=None, options=None)
Thread-17::DEBUG::2014-05-12 13:26:48,305::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
Thread-17::DEBUG::2014-05-12 13:26:48,305::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-17::DEBUG::2014-05-12 13:26:48,305::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
Thread-17::DEBUG::2014-05-12 13:26:48,305::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-17::DEBUG::2014-05-12 13:26:48,305::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
Thread-17::DEBUG::2014-05-12 13:26:48,305::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
Thread-17::DEBUG::2014-05-12 13:26:48,315::misc::772::SamplingMethod::(__call__) Returning last result
Thread-17::DEBUG::2014-05-12 13:26:48,315::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
Thread-17::DEBUG::2014-05-12 13:26:48,380::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,380::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,381::misc::772::SamplingMethod::(__call__) Returning last result
Thread-17::DEBUG::2014-05-12 13:26:48,381::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
Thread-17::DEBUG::2014-05-12 13:26:48,381::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
Thread-17::DEBUG::2014-05-12 13:26:48,403::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
Thread-17::DEBUG::2014-05-12 13:26:48,403::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
Thread-17::INFO::2014-05-12 13:26:48,484::logUtils::47::dispatcher::(wrapper) Run and protect: getStorageDomainsList, Return response: {'domlist': []}
Thread-17::DEBUG::2014-05-12 13:26:48,485::task::1185::TaskManager.Task::(prepare) Task=`cd561879-811f-4dc6-8965-1aa97dc41632`::finished: {'domlist': []}
Thread-17::DEBUG::2014-05-12 13:26:48,485::task::595::TaskManager.Task::(_updateState) Task=`cd561879-811f-4dc6-8965-1aa97dc41632`::moving from state preparing -> state finished
Thread-17::DEBUG::2014-05-12 13:26:48,485::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-17::DEBUG::2014-05-12 13:26:48,485::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-17::DEBUG::2014-05-12 13:26:48,485::task::990::TaskManager.Task::(_decref) Task=`cd561879-811f-4dc6-8965-1aa97dc41632`::ref 0 aborting False
Thread-19::DEBUG::2014-05-12 13:26:48,494::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-19::DEBUG::2014-05-12 13:26:48,495::task::595::TaskManager.Task::(_updateState) Task=`0147eccb-a46b-4345-9293-ae86654ad09f`::moving from state init -> state preparing
Thread-19::INFO::2014-05-12 13:26:48,495::logUtils::44::dispatcher::(wrapper) Run and protect: disconnectStorageServer(domType=1, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'port': '', 'connection': 'xion2:/export/vm/he1', 'iqn': '', 'portal': '', 'user': 'kvm', 'protocol_version': '3', 'password': '******', 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}], options=None)
Thread-19::DEBUG::2014-05-12 13:26:48,495::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /usr/bin/umount -f -l /rhev/data-center/mnt/xion2:_export_vm_he1' (cwd None)
Thread-19::DEBUG::2014-05-12 13:26:48,520::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
Thread-19::DEBUG::2014-05-12 13:26:48,520::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-19::DEBUG::2014-05-12 13:26:48,520::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
Thread-19::DEBUG::2014-05-12 13:26:48,520::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-19::DEBUG::2014-05-12 13:26:48,521::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
Thread-19::DEBUG::2014-05-12 13:26:48,521::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
Thread-19::DEBUG::2014-05-12 13:26:48,531::misc::772::SamplingMethod::(__call__) Returning last result
Thread-19::DEBUG::2014-05-12 13:26:48,531::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
Thread-19::DEBUG::2014-05-12 13:26:48,587::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
Thread-19::DEBUG::2014-05-12 13:26:48,587::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,587::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,587::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,587::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,588::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,588::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:26:48,588::misc::772::SamplingMethod::(__call__) Returning last result
Thread-19::INFO::2014-05-12 13:26:48,588::logUtils::47::dispatcher::(wrapper) Run and protect: disconnectStorageServer, Return response: {'statuslist': [{'status': 0, 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}]}
Thread-19::DEBUG::2014-05-12 13:26:48,588::task::1185::TaskManager.Task::(prepare) Task=`0147eccb-a46b-4345-9293-ae86654ad09f`::finished: {'statuslist': [{'status': 0, 'id': 'a947cb6e-63de-4e2f-9230-e9266594f03e'}]}
Thread-19::DEBUG::2014-05-12 13:26:48,588::task::595::TaskManager.Task::(_updateState) Task=`0147eccb-a46b-4345-9293-ae86654ad09f`::moving from state preparing -> state finished
Thread-19::DEBUG::2014-05-12 13:26:48,588::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-19::DEBUG::2014-05-12 13:26:48,588::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-19::DEBUG::2014-05-12 13:26:48,588::task::990::TaskManager.Task::(_decref) Task=`0147eccb-a46b-4345-9293-ae86654ad09f`::ref 0 aborting False
MainThread::DEBUG::2014-05-12 13:41:30,225::vdsm::55::vds::(sigtermHandler) Received signal 15
MainThread::INFO::2014-05-12 13:41:30,464::vmChannels::183::vds::(stop) VM channels listener was stopped.
MainThread::INFO::2014-05-12 13:41:30,464::momIF::84::MOM::(stop) Shutting down MOM
MainThread::DEBUG::2014-05-12 13:41:30,465::task::595::TaskManager.Task::(_updateState) Task=`9d3fb39e-ae3d-4542-bfad-2419402c5ca5`::moving from state init -> state preparing
MainThread::INFO::2014-05-12 13:41:30,466::logUtils::44::dispatcher::(wrapper) Run and protect: prepareForShutdown(options=None)
Thread-11::DEBUG::2014-05-12 13:41:30,466::storageServer::698::ConnectionMonitor::(_monitorConnections) Monitoring stopped
MainThread::INFO::2014-05-12 13:41:30,774::domainMonitor::125::Storage.DomainMonitor::(close) Stopping domain monitors
MainThread::DEBUG::2014-05-12 13:41:30,774::taskManager::80::TaskManager::(prepareForShutdown) Request to stop all tasks
MainThread::INFO::2014-05-12 13:41:30,775::logUtils::47::dispatcher::(wrapper) Run and protect: prepareForShutdown, Return response: None
MainThread::DEBUG::2014-05-12 13:41:30,775::task::1185::TaskManager.Task::(prepare) Task=`9d3fb39e-ae3d-4542-bfad-2419402c5ca5`::finished: None
MainThread::DEBUG::2014-05-12 13:41:30,775::task::595::TaskManager.Task::(_updateState) Task=`9d3fb39e-ae3d-4542-bfad-2419402c5ca5`::moving from state preparing -> state finished
MainThread::DEBUG::2014-05-12 13:41:30,775::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
MainThread::DEBUG::2014-05-12 13:41:30,775::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
MainThread::DEBUG::2014-05-12 13:41:30,775::task::990::TaskManager.Task::(_decref) Task=`9d3fb39e-ae3d-4542-bfad-2419402c5ca5`::ref 0 aborting False
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::125::vds::(run) VDSM main thread ended. Waiting for 16 other threads...
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::129::vds::(run) <Thread(libvirtEventLoop, started daemon 140094772573952)>
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::129::vds::(run) <WorkerThread(Thread-10, started daemon 140094350538496)>
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::129::vds::(run) <HostMonitor(HostMonitor, started daemon 140093377476352)>
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::129::vds::(run) <WorkerThread(Thread-3, started daemon 140094747395840)>
MainThread::INFO::2014-05-12 13:41:30,775::vdsm::129::vds::(run) <WorkerThread(Thread-2, started daemon 140094755788544)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-1, started daemon 140094764181248)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <PolicyEngine(PolicyEngine, started daemon 140094333753088)>
MainThread::INFO::2014-05-12 13:41:30,776::vmChannels::183::vds::(stop) VM channels listener was stopped.
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <Listener(VM Channels Listener, started daemon 140093754951424)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-7, started daemon 140094375716608)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <GuestManager(GuestManager, started daemon 140093369083648)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <_MainThread(MainThread, started 140095065859904)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-9, started daemon 140094358931200)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-5, started daemon 140094730610432)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-6, started daemon 140094384109312)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-4, started daemon 140094739003136)>
MainThread::INFO::2014-05-12 13:41:30,776::momIF::84::MOM::(stop) Shutting down MOM
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <MomThread(MOM, started 140093771736832)>
MainThread::INFO::2014-05-12 13:41:30,776::vdsm::129::vds::(run) <WorkerThread(Thread-8, started daemon 140094367323904)>
VM Channels Listener::INFO::2014-05-12 13:41:30,875::vmChannels::178::vds::(run) VM channels listener thread has ended.
MainThread::INFO::2014-05-12 13:41:40,529::vdsm::119::vds::(run) (PID: 29887) I am the actual vdsm 4.14.6-0.fc19 xion2.smartcity.net (3.13.11-100.fc19.x86_64)
MainThread::DEBUG::2014-05-12 13:41:40,530::resourceManager::421::ResourceManager::(registerNamespace) Registering namespace 'Storage'
MainThread::DEBUG::2014-05-12 13:41:40,530::threadPool::35::Misc.ThreadPool::(__init__) Enter - numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::WARNING::2014-05-12 13:41:40,531::fileUtils::167::Storage.fileUtils::(createdir) Dir /rhev/data-center/mnt already exists
MainThread::DEBUG::2014-05-12 13:41:40,811::supervdsm::77::SuperVdsmProxy::(_connect) Trying to connect to Super Vdsm
MainThread::DEBUG::2014-05-12 13:41:40,816::multipath::142::Storage.Multipath::(isEnabled) Current revision of multipath.conf detected, preserving
MainThread::DEBUG::2014-05-12 13:41:40,816::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) '/usr/bin/sudo -n /sbin/lvm dumpconfig global/locking_type' (cwd None)
MainThread::DEBUG::2014-05-12 13:41:40,832::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) SUCCESS: <err> = ''; <rc> = 0
MainThread::DEBUG::2014-05-12 13:41:40,832::hsm::447::Storage.HSM::(__cleanStorageRepository) Started cleaning storage repository at '/rhev/data-center'
MainThread::DEBUG::2014-05-12 13:41:40,836::hsm::479::Storage.HSM::(__cleanStorageRepository) White list: ['/rhev/data-center/hsm-tasks', '/rhev/data-center/hsm-tasks/*', '/rhev/data-center/mnt']
MainThread::DEBUG::2014-05-12 13:41:40,836::hsm::480::Storage.HSM::(__cleanStorageRepository) Mount list: []
MainThread::DEBUG::2014-05-12 13:41:40,836::hsm::482::Storage.HSM::(__cleanStorageRepository) Cleaning leftovers
MainThread::DEBUG::2014-05-12 13:41:40,837::hsm::525::Storage.HSM::(__cleanStorageRepository) Finished cleaning storage repository at '/rhev/data-center'
storageRefresh::DEBUG::2014-05-12 13:41:40,837::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
MainThread::INFO::2014-05-12 13:41:40,838::dispatcher::97::Storage.Dispatcher::(__init__) Starting StorageDispatcher...
storageRefresh::DEBUG::2014-05-12 13:41:40,852::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:41:40,852::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
storageRefresh::DEBUG::2014-05-12 13:41:40,852::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:41:40,853::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
storageRefresh::DEBUG::2014-05-12 13:41:40,854::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:41:40,862::misc::772::SamplingMethod::(__call__) Returning last result
storageRefresh::DEBUG::2014-05-12 13:41:40,863::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
MainThread::DEBUG::2014-05-12 13:41:40,868::task::595::TaskManager.Task::(_updateState) Task=`ae21dd8d-0de3-4e61-8d20-34b11e75f75c`::moving from state init -> state preparing
MainThread::INFO::2014-05-12 13:41:40,868::logUtils::44::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback(callbackFunc=<bound method clientIF.contEIOVms of <clientIF.clientIF instance at 0x2d09440>>)
MainThread::INFO::2014-05-12 13:41:40,869::logUtils::47::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback, Return response: None
MainThread::DEBUG::2014-05-12 13:41:40,869::task::1185::TaskManager.Task::(prepare) Task=`ae21dd8d-0de3-4e61-8d20-34b11e75f75c`::finished: None
MainThread::DEBUG::2014-05-12 13:41:40,869::task::595::TaskManager.Task::(_updateState) Task=`ae21dd8d-0de3-4e61-8d20-34b11e75f75c`::moving from state preparing -> state finished
MainThread::DEBUG::2014-05-12 13:41:40,869::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
MainThread::DEBUG::2014-05-12 13:41:40,869::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
MainThread::DEBUG::2014-05-12 13:41:40,869::task::990::TaskManager.Task::(_decref) Task=`ae21dd8d-0de3-4e61-8d20-34b11e75f75c`::ref 0 aborting False
MainThread::INFO::2014-05-12 13:41:40,872::momIF::47::MOM::(__init__) Starting up MOM
MainThread::INFO::2014-05-12 13:41:40,873::vmChannels::187::vds::(settimeout) Setting channels' timeout to 30 seconds.
VM Channels Listener::INFO::2014-05-12 13:41:40,875::vmChannels::170::vds::(run) Starting VM channels listener thread.
clientIFinit::DEBUG::2014-05-12 13:41:40,886::libvirtconnection::145::root::(get) trying to connect libvirt
MainThread::WARNING::2014-05-12 13:41:40,889::clientIF::181::vds::(_prepareBindings) Unable to load the json rpc server module. Please make sure it is installed.
storageRefresh::DEBUG::2014-05-12 13:41:40,956::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:41:40,957::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,959::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,961::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,963::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,965::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,967::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,968::misc::772::SamplingMethod::(__call__) Returning last result
storageRefresh::DEBUG::2014-05-12 13:41:40,970::lvm::324::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,978::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm pvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:41:40,997::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:41:40,998::lvm::349::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:40,999::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:41,001::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:41:41,019::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:41:41,020::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:41,022::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm lvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:41:41,040::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:41:41,041::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:41:41,044::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:41:41,058::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:41:41,059::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::WARNING::2014-05-12 13:41:41,060::fileUtils::167::Storage.fileUtils::(createdir) Dir /rhev/data-center/hsm-tasks already exists
storageRefresh::DEBUG::2014-05-12 13:41:41,061::hsm::391::Storage.HSM::(storageRefresh) HSM is ready
Thread-13::DEBUG::2014-05-12 13:41:41,406::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getHardwareInfo with () {}
Thread-13::DEBUG::2014-05-12 13:41:41,425::BindingXMLRPC::1074::vds::(wrapper) return getHardwareInfo with {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
Thread-14::DEBUG::2014-05-12 13:41:41,434::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getCapabilities with () {}
Thread-14::DEBUG::2014-05-12 13:41:41,469::utils::642::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
Thread-14::DEBUG::2014-05-12 13:41:41,486::utils::662::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
Thread-14::ERROR::2014-05-12 13:41:41,489::BindingXMLRPC::1086::vds::(wrapper) unexpected error
Traceback (most recent call last):
  File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
    res = f(*args, **kwargs)
  File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
    ret = api.getCapabilities()
  File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
    c = caps.get()
  File "/usr/share/vdsm/caps.py", line 369, in get
    caps.update(netinfo.get())
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 566, in get
    d['nics'][dev.name] = _nicinfo(dev.name, paddr)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 516, in _nicinfo
    info = _devinfo(nic)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 536, in _devinfo
    ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(dev)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in getIpInfo
    ipv6addrs = devInfo.get_ipv6_addresses()
SystemError: error return without exception set
Thread-15::DEBUG::2014-05-12 13:57:16,004::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getHardwareInfo with () {}
Thread-15::DEBUG::2014-05-12 13:57:16,007::BindingXMLRPC::1074::vds::(wrapper) return getHardwareInfo with {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
Thread-17::DEBUG::2014-05-12 13:57:16,083::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-17::DEBUG::2014-05-12 13:57:16,083::task::595::TaskManager.Task::(_updateState) Task=`d2130ae7-8886-4a32-8a54-8198c1b12b28`::moving from state init -> state preparing
Thread-17::INFO::2014-05-12 13:57:16,084::logUtils::44::dispatcher::(wrapper) Run and protect: getConnectedStoragePoolsList(options=None)
Thread-17::INFO::2014-05-12 13:57:16,084::logUtils::47::dispatcher::(wrapper) Run and protect: getConnectedStoragePoolsList, Return response: {'poollist': []}
Thread-17::DEBUG::2014-05-12 13:57:16,084::task::1185::TaskManager.Task::(prepare) Task=`d2130ae7-8886-4a32-8a54-8198c1b12b28`::finished: {'poollist': []}
Thread-17::DEBUG::2014-05-12 13:57:16,084::task::595::TaskManager.Task::(_updateState) Task=`d2130ae7-8886-4a32-8a54-8198c1b12b28`::moving from state preparing -> state finished
Thread-17::DEBUG::2014-05-12 13:57:16,084::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-17::DEBUG::2014-05-12 13:57:16,084::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-17::DEBUG::2014-05-12 13:57:16,084::task::990::TaskManager.Task::(_decref) Task=`d2130ae7-8886-4a32-8a54-8198c1b12b28`::ref 0 aborting False
Thread-18::DEBUG::2014-05-12 13:57:49,088::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-18::DEBUG::2014-05-12 13:57:49,089::task::595::TaskManager.Task::(_updateState) Task=`12fb57a3-19c3-4450-8826-ac87b2795d62`::moving from state init -> state preparing
Thread-18::INFO::2014-05-12 13:57:49,089::logUtils::44::dispatcher::(wrapper) Run and protect: connectStorageServer(domType=1, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'port': '', 'connection': 'xion2:/export/vm/he1', 'iqn': '', 'portal': '', 'user': 'kvm', 'protocol_version': '3', 'password': '******', 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}], options=None)
Thread-18::DEBUG::2014-05-12 13:57:49,094::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /usr/bin/mount -t nfs -o soft,nosharecache,timeo=600,retrans=6,nfsvers=3 xion2:/export/vm/he1 /rhev/data-center/mnt/xion2:_export_vm_he1' (cwd None)
Thread-18::DEBUG::2014-05-12 13:57:49,213::hsm::2317::Storage.HSM::(__prefetchDomains) nfs local path: /rhev/data-center/mnt/xion2:_export_vm_he1
Thread-18::DEBUG::2014-05-12 13:57:49,214::hsm::2341::Storage.HSM::(__prefetchDomains) Found SD uuids: ()
Thread-18::DEBUG::2014-05-12 13:57:49,214::hsm::2397::Storage.HSM::(connectStorageServer) knownSDs: {}
Thread-18::INFO::2014-05-12 13:57:49,214::logUtils::47::dispatcher::(wrapper) Run and protect: connectStorageServer, Return response: {'statuslist': [{'status': 0, 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}]}
Thread-18::DEBUG::2014-05-12 13:57:49,214::task::1185::TaskManager.Task::(prepare) Task=`12fb57a3-19c3-4450-8826-ac87b2795d62`::finished: {'statuslist': [{'status': 0, 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}]}
Thread-18::DEBUG::2014-05-12 13:57:49,215::task::595::TaskManager.Task::(_updateState) Task=`12fb57a3-19c3-4450-8826-ac87b2795d62`::moving from state preparing -> state finished
Thread-18::DEBUG::2014-05-12 13:57:49,215::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-18::DEBUG::2014-05-12 13:57:49,215::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-18::DEBUG::2014-05-12 13:57:49,215::task::990::TaskManager.Task::(_decref) Task=`12fb57a3-19c3-4450-8826-ac87b2795d62`::ref 0 aborting False
Thread-19::DEBUG::2014-05-12 13:57:49,223::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-19::DEBUG::2014-05-12 13:57:49,224::task::595::TaskManager.Task::(_updateState) Task=`5c51d9ca-444a-4716-a458-514f0e6de764`::moving from state init -> state preparing
Thread-19::INFO::2014-05-12 13:57:49,224::logUtils::44::dispatcher::(wrapper) Run and protect: getStorageDomainsList(spUUID='00000000-0000-0000-0000-000000000000', domainClass=None, storageType=None, remotePath=None, options=None)
Thread-19::DEBUG::2014-05-12 13:57:49,224::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
Thread-19::DEBUG::2014-05-12 13:57:49,224::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-19::DEBUG::2014-05-12 13:57:49,224::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
Thread-19::DEBUG::2014-05-12 13:57:49,224::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-19::DEBUG::2014-05-12 13:57:49,224::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
Thread-19::DEBUG::2014-05-12 13:57:49,224::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
Thread-19::DEBUG::2014-05-12 13:57:49,234::misc::772::SamplingMethod::(__call__) Returning last result
Thread-19::DEBUG::2014-05-12 13:57:49,234::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
Thread-19::DEBUG::2014-05-12 13:57:49,296::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
Thread-19::DEBUG::2014-05-12 13:57:49,297::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,297::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,297::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,297::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,297::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,298::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,298::misc::772::SamplingMethod::(__call__) Returning last result
Thread-19::DEBUG::2014-05-12 13:57:49,298::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
Thread-19::DEBUG::2014-05-12 13:57:49,298::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
Thread-19::DEBUG::2014-05-12 13:57:49,319::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
Thread-19::DEBUG::2014-05-12 13:57:49,320::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
Thread-19::INFO::2014-05-12 13:57:49,403::logUtils::47::dispatcher::(wrapper) Run and protect: getStorageDomainsList, Return response: {'domlist': []}
Thread-19::DEBUG::2014-05-12 13:57:49,403::task::1185::TaskManager.Task::(prepare) Task=`5c51d9ca-444a-4716-a458-514f0e6de764`::finished: {'domlist': []}
Thread-19::DEBUG::2014-05-12 13:57:49,403::task::595::TaskManager.Task::(_updateState) Task=`5c51d9ca-444a-4716-a458-514f0e6de764`::moving from state preparing -> state finished
Thread-19::DEBUG::2014-05-12 13:57:49,403::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-19::DEBUG::2014-05-12 13:57:49,403::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-19::DEBUG::2014-05-12 13:57:49,403::task::990::TaskManager.Task::(_decref) Task=`5c51d9ca-444a-4716-a458-514f0e6de764`::ref 0 aborting False
Thread-21::DEBUG::2014-05-12 13:57:49,412::BindingXMLRPC::251::vds::(wrapper) client [127.0.0.1]
Thread-21::DEBUG::2014-05-12 13:57:49,413::task::595::TaskManager.Task::(_updateState) Task=`ae5fa1ea-3add-42c7-9dea-c2ebab07e1bb`::moving from state init -> state preparing
Thread-21::INFO::2014-05-12 13:57:49,413::logUtils::44::dispatcher::(wrapper) Run and protect: disconnectStorageServer(domType=1, spUUID='00000000-0000-0000-0000-000000000000', conList=[{'port': '', 'connection': 'xion2:/export/vm/he1', 'iqn': '', 'portal': '', 'user': 'kvm', 'protocol_version': '3', 'password': '******', 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}], options=None)
Thread-21::DEBUG::2014-05-12 13:57:49,413::mount::226::Storage.Misc.excCmd::(_runcmd) '/usr/bin/sudo -n /usr/bin/umount -f -l /rhev/data-center/mnt/xion2:_export_vm_he1' (cwd None)
Thread-21::DEBUG::2014-05-12 13:57:49,443::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
Thread-21::DEBUG::2014-05-12 13:57:49,443::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-21::DEBUG::2014-05-12 13:57:49,444::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
Thread-21::DEBUG::2014-05-12 13:57:49,444::misc::764::SamplingMethod::(__call__) Got in to sampling method
Thread-21::DEBUG::2014-05-12 13:57:49,444::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
Thread-21::DEBUG::2014-05-12 13:57:49,444::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
Thread-21::DEBUG::2014-05-12 13:57:49,453::misc::772::SamplingMethod::(__call__) Returning last result
Thread-21::DEBUG::2014-05-12 13:57:49,454::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
Thread-21::DEBUG::2014-05-12 13:57:49,496::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
Thread-21::DEBUG::2014-05-12 13:57:49,496::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,496::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,496::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,496::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,497::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,497::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
Thread-21::DEBUG::2014-05-12 13:57:49,497::misc::772::SamplingMethod::(__call__) Returning last result
Thread-21::INFO::2014-05-12 13:57:49,497::logUtils::47::dispatcher::(wrapper) Run and protect: disconnectStorageServer, Return response: {'statuslist': [{'status': 0, 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}]}
Thread-21::DEBUG::2014-05-12 13:57:49,497::task::1185::TaskManager.Task::(prepare) Task=`ae5fa1ea-3add-42c7-9dea-c2ebab07e1bb`::finished: {'statuslist': [{'status': 0, 'id': '86f16d9a-82a9-4399-8380-823ccbd2ad6f'}]}
Thread-21::DEBUG::2014-05-12 13:57:49,497::task::595::TaskManager.Task::(_updateState) Task=`ae5fa1ea-3add-42c7-9dea-c2ebab07e1bb`::moving from state preparing -> state finished
Thread-21::DEBUG::2014-05-12 13:57:49,497::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-21::DEBUG::2014-05-12 13:57:49,497::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-21::DEBUG::2014-05-12 13:57:49,498::task::990::TaskManager.Task::(_decref) Task=`ae5fa1ea-3add-42c7-9dea-c2ebab07e1bb`::ref 0 aborting False
MainThread::DEBUG::2014-05-12 13:59:29,350::vdsm::55::vds::(sigtermHandler) Received signal 15
MainThread::INFO::2014-05-12 13:59:29,521::vmChannels::183::vds::(stop) VM channels listener was stopped.
MainThread::INFO::2014-05-12 13:59:29,522::momIF::84::MOM::(stop) Shutting down MOM
MainThread::DEBUG::2014-05-12 13:59:29,522::task::595::TaskManager.Task::(_updateState) Task=`c15962bb-9cf9-4880-b88f-fdb4b4718062`::moving from state init -> state preparing
MainThread::INFO::2014-05-12 13:59:29,522::logUtils::44::dispatcher::(wrapper) Run and protect: prepareForShutdown(options=None)
Thread-11::DEBUG::2014-05-12 13:59:29,523::storageServer::698::ConnectionMonitor::(_monitorConnections) Monitoring stopped
MainThread::INFO::2014-05-12 13:59:29,849::domainMonitor::125::Storage.DomainMonitor::(close) Stopping domain monitors
MainThread::DEBUG::2014-05-12 13:59:29,849::taskManager::80::TaskManager::(prepareForShutdown) Request to stop all tasks
MainThread::INFO::2014-05-12 13:59:29,850::logUtils::47::dispatcher::(wrapper) Run and protect: prepareForShutdown, Return response: None
MainThread::DEBUG::2014-05-12 13:59:29,850::task::1185::TaskManager.Task::(prepare) Task=`c15962bb-9cf9-4880-b88f-fdb4b4718062`::finished: None
MainThread::DEBUG::2014-05-12 13:59:29,850::task::595::TaskManager.Task::(_updateState) Task=`c15962bb-9cf9-4880-b88f-fdb4b4718062`::moving from state preparing -> state finished
MainThread::DEBUG::2014-05-12 13:59:29,850::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
MainThread::DEBUG::2014-05-12 13:59:29,850::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
MainThread::DEBUG::2014-05-12 13:59:29,850::task::990::TaskManager.Task::(_decref) Task=`c15962bb-9cf9-4880-b88f-fdb4b4718062`::ref 0 aborting False
MainThread::INFO::2014-05-12 13:59:29,850::vdsm::125::vds::(run) VDSM main thread ended. Waiting for 15 other threads...
MainThread::INFO::2014-05-12 13:59:29,850::vdsm::129::vds::(run) <Thread(libvirtEventLoop, started daemon 140455161353984)>
MainThread::INFO::2014-05-12 13:59:29,850::vdsm::129::vds::(run) <WorkerThread(Thread-10, started daemon 140454599313152)>
MainThread::INFO::2014-05-12 13:59:29,850::vdsm::129::vds::(run) <WorkerThread(Thread-7, started daemon 140454624491264)>
MainThread::INFO::2014-05-12 13:59:29,850::vdsm::129::vds::(run) <WorkerThread(Thread-3, started daemon 140455136175872)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-4, started daemon 140455127783168)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-6, started daemon 140455110997760)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-5, started daemon 140455119390464)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <PolicyEngine(PolicyEngine, started daemon 140454582527744)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-1, started daemon 140455152961280)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-9, started daemon 140454607705856)>
MainThread::INFO::2014-05-12 13:59:29,851::momIF::84::MOM::(stop) Shutting down MOM
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <MomThread(MOM, started 140454087620352)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-2, started daemon 140455144568576)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <_MainThread(MainThread, started 140455280547648)>
MainThread::INFO::2014-05-12 13:59:29,851::vmChannels::183::vds::(stop) VM channels listener was stopped.
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <Listener(VM Channels Listener, started daemon 140454070834944)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <WorkerThread(Thread-8, started daemon 140454616098560)>
MainThread::INFO::2014-05-12 13:59:29,851::vdsm::129::vds::(run) <GuestManager(GuestManager, started daemon 140454030747392)>
VM Channels Listener::INFO::2014-05-12 13:59:30,036::vmChannels::178::vds::(run) VM channels listener thread has ended.
MainThread::INFO::2014-05-12 13:59:34,936::vdsm::119::vds::(run) (PID: 30694) I am the actual vdsm 4.14.6-0.fc19 xion2.smartcity.net (3.13.11-100.fc19.x86_64)
MainThread::DEBUG::2014-05-12 13:59:34,936::resourceManager::421::ResourceManager::(registerNamespace) Registering namespace 'Storage'
MainThread::DEBUG::2014-05-12 13:59:34,936::threadPool::35::Misc.ThreadPool::(__init__) Enter - numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::WARNING::2014-05-12 13:59:34,938::fileUtils::167::Storage.fileUtils::(createdir) Dir /rhev/data-center/mnt already exists
MainThread::DEBUG::2014-05-12 13:59:35,223::supervdsm::77::SuperVdsmProxy::(_connect) Trying to connect to Super Vdsm
MainThread::DEBUG::2014-05-12 13:59:35,228::multipath::142::Storage.Multipath::(isEnabled) Current revision of multipath.conf detected, preserving
MainThread::DEBUG::2014-05-12 13:59:35,228::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) '/usr/bin/sudo -n /sbin/lvm dumpconfig global/locking_type' (cwd None)
MainThread::DEBUG::2014-05-12 13:59:35,244::hsm::423::Storage.Misc.excCmd::(__validateLvmLockingType) SUCCESS: <err> = ''; <rc> = 0
MainThread::DEBUG::2014-05-12 13:59:35,245::hsm::447::Storage.HSM::(__cleanStorageRepository) Started cleaning storage repository at '/rhev/data-center'
MainThread::DEBUG::2014-05-12 13:59:35,249::hsm::479::Storage.HSM::(__cleanStorageRepository) White list: ['/rhev/data-center/hsm-tasks', '/rhev/data-center/hsm-tasks/*', '/rhev/data-center/mnt']
MainThread::DEBUG::2014-05-12 13:59:35,249::hsm::480::Storage.HSM::(__cleanStorageRepository) Mount list: []
MainThread::DEBUG::2014-05-12 13:59:35,249::hsm::482::Storage.HSM::(__cleanStorageRepository) Cleaning leftovers
MainThread::DEBUG::2014-05-12 13:59:35,250::hsm::525::Storage.HSM::(__cleanStorageRepository) Finished cleaning storage repository at '/rhev/data-center'
storageRefresh::DEBUG::2014-05-12 13:59:35,250::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.sdc.refreshStorage)
MainThread::INFO::2014-05-12 13:59:35,251::dispatcher::97::Storage.Dispatcher::(__init__) Starting StorageDispatcher...
storageRefresh::DEBUG::2014-05-12 13:59:35,251::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:59:35,265::misc::762::SamplingMethod::(__call__) Trying to enter sampling method (storage.iscsi.rescan)
storageRefresh::DEBUG::2014-05-12 13:59:35,265::misc::764::SamplingMethod::(__call__) Got in to sampling method
storageRefresh::DEBUG::2014-05-12 13:59:35,267::iscsi::393::Storage.ISCSI::(rescan) Performing SCSI scan, this will take up to 30 seconds
storageRefresh::DEBUG::2014-05-12 13:59:35,267::iscsiadm::92::Storage.Misc.excCmd::(_runCmd) '/usr/bin/sudo -n /sbin/iscsiadm -m session -R' (cwd None)
MainThread::DEBUG::2014-05-12 13:59:35,280::task::595::TaskManager.Task::(_updateState) Task=`5f24e2f9-597c-4daa-b21e-ffc4c217ab42`::moving from state init -> state preparing
storageRefresh::DEBUG::2014-05-12 13:59:35,280::misc::772::SamplingMethod::(__call__) Returning last result
MainThread::INFO::2014-05-12 13:59:35,281::logUtils::44::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback(callbackFunc=<bound method clientIF.contEIOVms of <clientIF.clientIF instance at 0x24003f8>>)
storageRefresh::DEBUG::2014-05-12 13:59:35,281::multipath::110::Storage.Misc.excCmd::(rescan) '/usr/bin/sudo -n /sbin/multipath -r' (cwd None)
MainThread::INFO::2014-05-12 13:59:35,281::logUtils::47::dispatcher::(wrapper) Run and protect: registerDomainStateChangeCallback, Return response: None
MainThread::DEBUG::2014-05-12 13:59:35,281::task::1185::TaskManager.Task::(prepare) Task=`5f24e2f9-597c-4daa-b21e-ffc4c217ab42`::finished: None
MainThread::DEBUG::2014-05-12 13:59:35,284::task::595::TaskManager.Task::(_updateState) Task=`5f24e2f9-597c-4daa-b21e-ffc4c217ab42`::moving from state preparing -> state finished
MainThread::DEBUG::2014-05-12 13:59:35,284::resourceManager::940::ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
MainThread::DEBUG::2014-05-12 13:59:35,284::resourceManager::977::ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
MainThread::DEBUG::2014-05-12 13:59:35,284::task::990::TaskManager.Task::(_decref) Task=`5f24e2f9-597c-4daa-b21e-ffc4c217ab42`::ref 0 aborting False
MainThread::INFO::2014-05-12 13:59:35,287::momIF::47::MOM::(__init__) Starting up MOM
MainThread::INFO::2014-05-12 13:59:35,290::vmChannels::187::vds::(settimeout) Setting channels' timeout to 30 seconds.
VM Channels Listener::INFO::2014-05-12 13:59:35,295::vmChannels::170::vds::(run) Starting VM channels listener thread.
clientIFinit::DEBUG::2014-05-12 13:59:35,303::libvirtconnection::145::root::(get) trying to connect libvirt
MainThread::WARNING::2014-05-12 13:59:35,305::clientIF::181::vds::(_prepareBindings) Unable to load the json rpc server module. Please make sure it is installed.
storageRefresh::DEBUG::2014-05-12 13:59:35,346::multipath::110::Storage.Misc.excCmd::(rescan) SUCCESS: <err> = ''; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:59:35,349::lvm::496::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,352::lvm::498::OperationMutex::(_invalidateAllPvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,355::lvm::507::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,357::lvm::509::OperationMutex::(_invalidateAllVgs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,360::lvm::527::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,363::lvm::529::OperationMutex::(_invalidateAllLvs) Operation 'lvm invalidate operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,365::misc::772::SamplingMethod::(__call__) Returning last result
storageRefresh::DEBUG::2014-05-12 13:59:35,369::lvm::324::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,382::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm pvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:59:35,406::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:59:35,408::lvm::349::OperationMutex::(_reloadpvs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,410::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,412::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:59:35,428::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:59:35,429::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,431::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm lvs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:59:35,446::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:59:35,447::lvm::372::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' got the operation mutex
storageRefresh::DEBUG::2014-05-12 13:59:35,450::lvm::295::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n /sbin/lvm vgs --config " devices { preferred_names = [\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0 disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [ \'r|.*|\' ] }  global {  locking_type=1  prioritise_write_locks=1  wait_for_locks=1 }  backup {  retain_min = 50  retain_days = 0 } " --noheadings --units b --nosuffix --separator | -o uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name' (cwd None)
storageRefresh::DEBUG::2014-05-12 13:59:35,469::lvm::295::Storage.Misc.excCmd::(cmd) SUCCESS: <err> = '  No device found for PV K7q1p6-VKiO-8wTa-YwId-ro1p-dTtc-hhqjLM.\n  No device found for PV 67xPP8-IeGp-99Wh-MrXq-ZkZH-3Y7z-Vl25Jj.\n  No device found for PV dtI7U2-UviQ-Ktpu-gT09-z7XG-4VVi-m2pvHj.\n  No volume groups found\n'; <rc> = 0
storageRefresh::DEBUG::2014-05-12 13:59:35,470::lvm::414::OperationMutex::(_reloadvgs) Operation 'lvm reload operation' released the operation mutex
storageRefresh::WARNING::2014-05-12 13:59:35,471::fileUtils::167::Storage.fileUtils::(createdir) Dir /rhev/data-center/hsm-tasks already exists
storageRefresh::DEBUG::2014-05-12 13:59:35,471::hsm::391::Storage.HSM::(storageRefresh) HSM is ready
Thread-13::DEBUG::2014-05-12 13:59:35,812::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getHardwareInfo with () {}
Thread-13::DEBUG::2014-05-12 13:59:35,831::BindingXMLRPC::1074::vds::(wrapper) return getHardwareInfo with {'status': {'message': 'Done', 'code': 0}, 'info': {'systemProductName': 'XPS 8500', 'systemSerialNumber': 'FTQ2DX1', 'systemFamily': 'To be filled by O.E.M.', 'systemVersion': '', 'systemUUID': '4C4C4544-0054-5110-8032-C6C04F445831', 'systemManufacturer': 'Dell Inc.'}}
Thread-14::DEBUG::2014-05-12 13:59:35,840::BindingXMLRPC::1067::vds::(wrapper) client [127.0.0.1]::call getCapabilities with () {}
Thread-14::DEBUG::2014-05-12 13:59:35,875::utils::642::root::(execCmd) '/sbin/ip route show to 0.0.0.0/0 table all' (cwd None)
Thread-14::DEBUG::2014-05-12 13:59:35,879::utils::662::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0
Thread-14::ERROR::2014-05-12 13:59:35,882::BindingXMLRPC::1086::vds::(wrapper) unexpected error
Traceback (most recent call last):
  File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
    res = f(*args, **kwargs)
  File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
    ret = api.getCapabilities()
  File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
    c = caps.get()
  File "/usr/share/vdsm/caps.py", line 369, in get
    caps.update(netinfo.get())
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 566, in get
    d['nics'][dev.name] = _nicinfo(dev.name, paddr)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 516, in _nicinfo
    info = _devinfo(nic)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 536, in _devinfo
    ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(dev)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in getIpInfo
    ipv6addrs = devInfo.get_ipv6_addresses()
SystemError: error return without exception set
-------------- next part --------------
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: p3p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether b8:ca:3a:79:22:12 brd ff:ff:ff:ff:ff:ff
    inet 172.16.0.58/16 brd 172.16.255.255 scope global p3p1
       valid_lft forever preferred_lft forever
    inet6 fe80::baca:3aff:fe79:2212/64 scope link 
       valid_lft forever preferred_lft forever
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 1c:3e:84:50:8d:c3 brd ff:ff:ff:ff:ff:ff
4: bond0: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc noqueue state DOWN group default 
    link/ether 2e:d5:c4:3d:0b:93 brd ff:ff:ff:ff:ff:ff
5: ;vdsmdummy;: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default 
    link/ether 12:9d:87:3b:3a:04 brd ff:ff:ff:ff:ff:ff


More information about the Users mailing list