[ovirt-users] re

2016-07-01 Thread Mrs. Maria-Elisabeth Schaeffler



Did you get my message?

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


Re: [ovirt-users] Unable to set up oVirt 4.0 HE using glusterfs storage

2016-07-01 Thread Kevin Hung
It looks like I'm now getting an error when the deployment tries to 
configure the management bridge.


Setup log:

2016-07-01 20:29:47 INFO otopi.plugins.gr_he_common.network.bridge 
bridge._misc:

372 Configuring the management bridge
2016-07-01 20:29:48 DEBUG otopi.plugins.gr_he_common.network.bridge 
bridge._misc
:384 networks: {'ovirtmgmt': {'nic': 'eno1', 'ipaddr': u'192.168.1.211', 
'netmask': u'255.255.255.0', 'bootproto': u'none', 'gateway': 
u'192.168.1.1', 'defaultRoute': True}}
2016-07-01 20:29:48 DEBUG otopi.plugins.gr_he_common.network.bridge 
bridge._misc

:385 bonds: {}
2016-07-01 20:29:48 DEBUG otopi.plugins.gr_he_common.network.bridge 
bridge._misc

:386 options: {'connectivityCheck': False}
2016-07-01 20:29:48 DEBUG otopi.context context._executeMethod:142 
method exception

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/otopi/context.py", line 132, 
in _executeMethod

method['method']()
  File 
"/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/gr-he-common/network/bridge.py", 
line 387, in _misc

_setupNetworks(conn, networks, bonds, options)
  File 
"/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/gr-he-common/network/bridge.py", 
line 405, in _setupNetworks

'message: "%s"' % (networks, code, message))
RuntimeError: Failed to setup networks {'ovirtmgmt': {'nic': 'eno1', 
'ipaddr': u'192.168.1.211', 'netmask': u'255.255.255.0', 'bootproto': 
u'none', 'gateway': u'192.168.1.1', 'defaultRoute': True}}. Error code: 
"78" message: "Hook error: Hook Error: ('Traceback (most recent call 
last):\n  File "/usr/libexec/vdsm/hooks/before_network_setup/50_fcoe", 
line 18, in \nfrom vdsm.netconfpersistence import 
RunningConfig\nImportError: No module named netconfpersistence\n',)"
2016-07-01 20:29:48 ERROR otopi.context context._executeMethod:151 
Failed to execute stage 'Misc configuration': Failed to setup networks 
{'ovirtmgmt': {'nic': 'eno1', 'ipaddr': u'192.168.1.211', 'netmask': 
u'255.255.255.0', 'bootproto': u'none', 'gateway': u'192.168.1.1', 
'defaultRoute': True}}. Error code: "78" message: "Hook error: Hook 
Error: ('Traceback (most recent call last):\n File 
"/usr/libexec/vdsm/hooks/before_network_setup/50_fcoe", line 18, in 
\nfrom vdsm.netconfpersistence import 
RunningConfig\nImportError: No module named netconfpersistence\n',)"



On 7/1/2016 5:21 PM, Kevin Hung wrote:
Thank you Sahina, that was the issue. I upgraded my glusterfs server 
to 3.7.11 and I was able to continue with the deployment. I am seeing 
other issues with deployment, but I will look into those myself first. 
Bug has been logged [1].


[1] https://bugzilla.redhat.com/show_bug.cgi?id=1352165


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


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Fernando Fuentes
Nir,

Ok I ran another test and this one I moved from NFS domain to iSCSI and
stop working than I moved it back and still unable to run... Windows VM
is saying "no available boot disk"
VM: Win7-Test
Host: Zeta
Info as requested:  http://pastebin.com/1fSi3auz

Now here is an example of one that I migrated from the NFS domain to the
iscsi domain and stop working:
VM: Win7-QA5
Host: Alpha
Info as requested:  http://pastebin.com/BXqLFqZt

The same VM I moved it back to the NFS domain and boot it just fine:
VM: Win7-QA5
Host: Zeta
Info as requested:  http://pastebin.com/7BA97CsC

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Fri, Jul 1, 2016, at 03:22 PM, Nir Soffer wrote:
> Fernando,
> 
> These logs do not contain the libvirt xml.
> 
> I want to see the part that start like this:
> 
> Thread-17656::INFO::2016-07-01 23:17:33,845::vm::2032::virt.vm::(_run)
> vmId=`f66da2b0-0f71-490b-a57e-eceb9be9cade`:: encoding="utf-8"?>
> http://ovirt.org/vm/tune/1.0;>
> test-iscsi
> f66da2b0-0f71-490b-a57e-eceb9be9cade
> ...
> 
> The most important part is the devices sections showing the disks:
> 
> 
>  type="drive" unit="0"/>
>  dev="/rhev/data-center/f9374c0e-ae24-4bc1-a596-f61d5f05bc5f/5f35b5c0-17d7-4475-9125-e97f1cdb06f9/images/8f61b697-b3e4-4f63-8951-bdf9b6b39192/f409cc48-8248-4239-a4ea-66b0b1084416"/>
> 
> 8f61b697-b3e4-4f63-8951-bdf9b6b39192
> 
>  io="native" name="qemu" type="qcow2"/>
> 
> 
> Please try to find the logs (probably already rotated to vdsm.log.N.xz)
> containing the xml for this vm when running on nfs and iscsi.
> 
> Nir
> 
> On Fri, Jul 1, 2016 at 10:31 PM, Fernando Fuentes 
> wrote:
> > Nir.
> >
> > Thank you for your reply.
> >
> > Attached is the vdsm log of the hosts that power on the vm in this
> > example.
> >
> > VM name is Win7-QA5
> > vdsm_alpha.log was the host that started the VM when it got transfer to
> > the iscsi domain.
> > vdsm_zeta.log was the host that started the VM when it got transfer back
> > to the nfs domain.
> >
> > I included everything for trouble shooting purposes.
> >
> > Also here is the engine log that talks about it as well:
> > http://pastebin.com/3cHBNMcg
> >
> > Hope this helps.
> >
> > Regards,
> > --
> > Fernando Fuentes
> > ffuen...@txweather.org
> > http://www.txweather.org
> >
> > On Fri, Jul 1, 2016, at 01:58 PM, Nir Soffer wrote:
> >> On Fri, Jul 1, 2016 at 7:58 PM, Fernando Fuentes 
> >> wrote:
> >> > Pavel,
> >> >
> >> > Thanks for your reply, But thats not the problem
> >> > The disk is active and is set with to bootable. The problem presents it
> >> > self only if I move Windows VM DIsks.
> >> > All my Linux VM Disk's move across storage domains just fine.
> >> >
> >> > As a matter of fact I moved the disk back to the original nfs domain and
> >> > it started working.
> >> > Could this be a bug?
> >>
> >> Can you share the vdsm log showing startup of the vm when the disk is on
> >> on nfs storage domain (vm starts) and iscsi storage domain (vm fail)?
> >>
> >> The most interesting part in the logs is the libvirt xml describing the
> >> vm.
> >>
> >> Nir
> >>
> >> > Regards,
> >> >
> >> > --
> >> > Fernando Fuentes
> >> > ffuen...@txweather.org
> >> > http://www.txweather.org
> >> >
> >> > On Fri, Jul 1, 2016, at 11:33 AM, Pavel Gashev wrote:
> >> >> Fernando,
> >> >>
> >> >> One from VM disks have to have bootable flag.
> >> >> See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862
> >> >>
> >> >>
> >> >> On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando
> >> >> Fuentes" 
> >> >> wrote:
> >> >>
> >> >> Team,
> >> >>
> >> >> After I successfully copy my template from one storage to another I was
> >> >> able to move my VM disks from my nfs domain to my iscsi domain.
> >> >> My linux vms which are basic template (No template) moved just fine and
> >> >> boot just fine.
> >> >> On the other hand my windows vms (Template) once moved they cant boot.
> >> >> Complaining that there is no bootable disk available.
> >> >> What is going on?
> >> >>
> >> >> oVirt 3.6.6
> >> >> Hosts Centos 6.6  x86_64
> >> >> iSCSI Domain on TrueNAS Attached via ovirt.
> >> >>
> >> >>
> >> >> --
> >> >> Fernando Fuentes
> >> >> ffuen...@txweather.org
> >> >> http://www.txweather.org
> >> >> ___
> >> >> Users mailing list
> >> >> Users@ovirt.org
> >> >> http://lists.ovirt.org/mailman/listinfo/users
> >> >>
> >> >>
> >> > ___
> >> > Users mailing list
> >> > Users@ovirt.org
> >> > http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Fernando Fuentes
Nir, 

I apologize I'll look for it ASAP. 

Regards, 

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Fri, Jul 1, 2016, at 03:22 PM, Nir Soffer wrote:
> Fernando,
> 
> These logs do not contain the libvirt xml.
> 
> I want to see the part that start like this:
> 
> Thread-17656::INFO::2016-07-01 23:17:33,845::vm::2032::virt.vm::(_run)
> vmId=`f66da2b0-0f71-490b-a57e-eceb9be9cade`:: encoding="utf-8"?>
> http://ovirt.org/vm/tune/1.0;>
> test-iscsi
> f66da2b0-0f71-490b-a57e-eceb9be9cade
> ...
> 
> The most important part is the devices sections showing the disks:
> 
> 
>  type="drive" unit="0"/>
>  dev="/rhev/data-center/f9374c0e-ae24-4bc1-a596-f61d5f05bc5f/5f35b5c0-17d7-4475-9125-e97f1cdb06f9/images/8f61b697-b3e4-4f63-8951-bdf9b6b39192/f409cc48-8248-4239-a4ea-66b0b1084416"/>
> 
> 8f61b697-b3e4-4f63-8951-bdf9b6b39192
> 
>  io="native" name="qemu" type="qcow2"/>
> 
> 
> Please try to find the logs (probably already rotated to vdsm.log.N.xz)
> containing the xml for this vm when running on nfs and iscsi.
> 
> Nir
> 
> On Fri, Jul 1, 2016 at 10:31 PM, Fernando Fuentes 
> wrote:
> > Nir.
> >
> > Thank you for your reply.
> >
> > Attached is the vdsm log of the hosts that power on the vm in this
> > example.
> >
> > VM name is Win7-QA5
> > vdsm_alpha.log was the host that started the VM when it got transfer to
> > the iscsi domain.
> > vdsm_zeta.log was the host that started the VM when it got transfer back
> > to the nfs domain.
> >
> > I included everything for trouble shooting purposes.
> >
> > Also here is the engine log that talks about it as well:
> > http://pastebin.com/3cHBNMcg
> >
> > Hope this helps.
> >
> > Regards,
> > --
> > Fernando Fuentes
> > ffuen...@txweather.org
> > http://www.txweather.org
> >
> > On Fri, Jul 1, 2016, at 01:58 PM, Nir Soffer wrote:
> >> On Fri, Jul 1, 2016 at 7:58 PM, Fernando Fuentes 
> >> wrote:
> >> > Pavel,
> >> >
> >> > Thanks for your reply, But thats not the problem
> >> > The disk is active and is set with to bootable. The problem presents it
> >> > self only if I move Windows VM DIsks.
> >> > All my Linux VM Disk's move across storage domains just fine.
> >> >
> >> > As a matter of fact I moved the disk back to the original nfs domain and
> >> > it started working.
> >> > Could this be a bug?
> >>
> >> Can you share the vdsm log showing startup of the vm when the disk is on
> >> on nfs storage domain (vm starts) and iscsi storage domain (vm fail)?
> >>
> >> The most interesting part in the logs is the libvirt xml describing the
> >> vm.
> >>
> >> Nir
> >>
> >> > Regards,
> >> >
> >> > --
> >> > Fernando Fuentes
> >> > ffuen...@txweather.org
> >> > http://www.txweather.org
> >> >
> >> > On Fri, Jul 1, 2016, at 11:33 AM, Pavel Gashev wrote:
> >> >> Fernando,
> >> >>
> >> >> One from VM disks have to have bootable flag.
> >> >> See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862
> >> >>
> >> >>
> >> >> On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando
> >> >> Fuentes" 
> >> >> wrote:
> >> >>
> >> >> Team,
> >> >>
> >> >> After I successfully copy my template from one storage to another I was
> >> >> able to move my VM disks from my nfs domain to my iscsi domain.
> >> >> My linux vms which are basic template (No template) moved just fine and
> >> >> boot just fine.
> >> >> On the other hand my windows vms (Template) once moved they cant boot.
> >> >> Complaining that there is no bootable disk available.
> >> >> What is going on?
> >> >>
> >> >> oVirt 3.6.6
> >> >> Hosts Centos 6.6  x86_64
> >> >> iSCSI Domain on TrueNAS Attached via ovirt.
> >> >>
> >> >>
> >> >> --
> >> >> Fernando Fuentes
> >> >> ffuen...@txweather.org
> >> >> http://www.txweather.org
> >> >> ___
> >> >> Users mailing list
> >> >> Users@ovirt.org
> >> >> http://lists.ovirt.org/mailman/listinfo/users
> >> >>
> >> >>
> >> > ___
> >> > Users mailing list
> >> > Users@ovirt.org
> >> > http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to set up oVirt 4.0 HE using glusterfs storage

2016-07-01 Thread Kevin Hung
Thank you Sahina, that was the issue. I upgraded my glusterfs server to 
3.7.11 and I was able to continue with the deployment. I am seeing other 
issues with deployment, but I will look into those myself first. Bug has 
been logged [1].


[1] https://bugzilla.redhat.com/show_bug.cgi?id=1352165

On 7/1/2016 1:16 AM, Sahina Bose wrote:
This is a compatibility issue on executing cli commands. Is it 
possible to upgrade your glusterfs server to higher version, or 
downgrade the glusterfs-cli on node to 3.7.6.


Please log a bug in HE deploy to handle this error so that 
installation can proceed. (--remote-host option throws errors when 
there's a version mismatch)


On 07/01/2016 10:25 AM, Kevin Hung wrote:
Version 3.7.11 on node and version 3.7.6 on server. The node was set 
up using the ovirt-node-ng-installer-ovirt-4.0-2016062412 ISO.


On 7/1/2016 12:50 AM, Sahina Bose wrote:

Sorry, missed that you already ran it.
Version of glusterfs on node and server?




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


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Nir Soffer
Fernando,

These logs do not contain the libvirt xml.

I want to see the part that start like this:

Thread-17656::INFO::2016-07-01 23:17:33,845::vm::2032::virt.vm::(_run)
vmId=`f66da2b0-0f71-490b-a57e-eceb9be9cade`::
http://ovirt.org/vm/tune/1.0;>
test-iscsi
f66da2b0-0f71-490b-a57e-eceb9be9cade
...

The most important part is the devices sections showing the disks:





8f61b697-b3e4-4f63-8951-bdf9b6b39192




Please try to find the logs (probably already rotated to vdsm.log.N.xz)
containing the xml for this vm when running on nfs and iscsi.

Nir

On Fri, Jul 1, 2016 at 10:31 PM, Fernando Fuentes  wrote:
> Nir.
>
> Thank you for your reply.
>
> Attached is the vdsm log of the hosts that power on the vm in this
> example.
>
> VM name is Win7-QA5
> vdsm_alpha.log was the host that started the VM when it got transfer to
> the iscsi domain.
> vdsm_zeta.log was the host that started the VM when it got transfer back
> to the nfs domain.
>
> I included everything for trouble shooting purposes.
>
> Also here is the engine log that talks about it as well:
> http://pastebin.com/3cHBNMcg
>
> Hope this helps.
>
> Regards,
> --
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
>
> On Fri, Jul 1, 2016, at 01:58 PM, Nir Soffer wrote:
>> On Fri, Jul 1, 2016 at 7:58 PM, Fernando Fuentes 
>> wrote:
>> > Pavel,
>> >
>> > Thanks for your reply, But thats not the problem
>> > The disk is active and is set with to bootable. The problem presents it
>> > self only if I move Windows VM DIsks.
>> > All my Linux VM Disk's move across storage domains just fine.
>> >
>> > As a matter of fact I moved the disk back to the original nfs domain and
>> > it started working.
>> > Could this be a bug?
>>
>> Can you share the vdsm log showing startup of the vm when the disk is on
>> on nfs storage domain (vm starts) and iscsi storage domain (vm fail)?
>>
>> The most interesting part in the logs is the libvirt xml describing the
>> vm.
>>
>> Nir
>>
>> > Regards,
>> >
>> > --
>> > Fernando Fuentes
>> > ffuen...@txweather.org
>> > http://www.txweather.org
>> >
>> > On Fri, Jul 1, 2016, at 11:33 AM, Pavel Gashev wrote:
>> >> Fernando,
>> >>
>> >> One from VM disks have to have bootable flag.
>> >> See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862
>> >>
>> >>
>> >> On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando
>> >> Fuentes" 
>> >> wrote:
>> >>
>> >> Team,
>> >>
>> >> After I successfully copy my template from one storage to another I was
>> >> able to move my VM disks from my nfs domain to my iscsi domain.
>> >> My linux vms which are basic template (No template) moved just fine and
>> >> boot just fine.
>> >> On the other hand my windows vms (Template) once moved they cant boot.
>> >> Complaining that there is no bootable disk available.
>> >> What is going on?
>> >>
>> >> oVirt 3.6.6
>> >> Hosts Centos 6.6  x86_64
>> >> iSCSI Domain on TrueNAS Attached via ovirt.
>> >>
>> >>
>> >> --
>> >> Fernando Fuentes
>> >> ffuen...@txweather.org
>> >> http://www.txweather.org
>> >> ___
>> >> Users mailing list
>> >> Users@ovirt.org
>> >> http://lists.ovirt.org/mailman/listinfo/users
>> >>
>> >>
>> > ___
>> > Users mailing list
>> > Users@ovirt.org
>> > http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Nir Soffer
On Fri, Jul 1, 2016 at 7:58 PM, Fernando Fuentes  wrote:
> Pavel,
>
> Thanks for your reply, But thats not the problem
> The disk is active and is set with to bootable. The problem presents it
> self only if I move Windows VM DIsks.
> All my Linux VM Disk's move across storage domains just fine.
>
> As a matter of fact I moved the disk back to the original nfs domain and
> it started working.
> Could this be a bug?

Can you share the vdsm log showing startup of the vm when the disk is on
on nfs storage domain (vm starts) and iscsi storage domain (vm fail)?

The most interesting part in the logs is the libvirt xml describing the vm.

Nir

> Regards,
>
> --
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
>
> On Fri, Jul 1, 2016, at 11:33 AM, Pavel Gashev wrote:
>> Fernando,
>>
>> One from VM disks have to have bootable flag.
>> See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862
>>
>>
>> On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando
>> Fuentes" 
>> wrote:
>>
>> Team,
>>
>> After I successfully copy my template from one storage to another I was
>> able to move my VM disks from my nfs domain to my iscsi domain.
>> My linux vms which are basic template (No template) moved just fine and
>> boot just fine.
>> On the other hand my windows vms (Template) once moved they cant boot.
>> Complaining that there is no bootable disk available.
>> What is going on?
>>
>> oVirt 3.6.6
>> Hosts Centos 6.6  x86_64
>> iSCSI Domain on TrueNAS Attached via ovirt.
>>
>>
>> --
>> Fernando Fuentes
>> ffuen...@txweather.org
>> http://www.txweather.org
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 4.0.1 First Release candidate is now available for testing

2016-07-01 Thread Rafael Martins
The oVirt Project is pleased to announce the availability of the First
Release Candidate of oVirt 4.0.1 for testing, as of July 1st, 2016.

This is pre-release software. Please take a look at our community page[1]
to know how to ask questions and interact with developers and users.
All issues or bugs should be reported via oVirt Bugzilla[2].
This pre-release should not to be used in production.

This release is available now for:
* Fedora 23
* Red Hat Enterprise Linux 7.2 or later
* CentOS Linux (or similar) 7.2 or later

This release supports Hypervisor Hosts running:
* Red Hat Enterprise Linux 7.2 or later
* CentOS Linux (or similar) 7.2 or later
* Fedora 23
* oVirt Next Generation Node 4.0

See the release notes draft [3] for installation / upgrade instructions and
a list of new features and bugs fixed.

Notes:
* A new oVirt Live ISO is already available [4].
* A new oVirt Next Generation Node is already available [4]
* A new oVirt Engine Appliance is already available.
* Mirrors[5] might need up to one day to synchronize.

Additional Resources:
* Read more about the oVirt 4.0.1 release candidate highlights:
  http://www.ovirt.org/release/4.0.1/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
  http://www.ovirt.org/blog/

[1] https://www.ovirt.org/community/
[2] https://bugzilla.redhat.com/enter_bug.cgi?classification=oVirt
[3] http://www.ovirt.org/release/4.0.1/
[4] http://resources.ovirt.org/pub/ovirt-4.0-pre/iso/
[5] http://www.ovirt.org/Repository_mirrors#Current_mirrors

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


[ovirt-users] [ANN] oVirt 3.6.7 Final Release is now available

2016-07-01 Thread Rafael Martins
The oVirt Project is pleased to announce today the general availability of
oVirt 3.6.7.

This latest community release includes new features and bug fixes for

- oVirt Engine
- oVirt Engine Appliance
- oVirt Hosted Enging HA
- oVirt Hosted Engine Setup
- oVirt Engine SDK
- oVirt Engine Java SDK
- MOM
- OTOPI
- VDSM

oVirt is an open-source, openly-governed enterprise virtualization
management application, developed by a global community. You can use the
oVirt management interface (oVirt Engine) to manage hardware nodes, storage
and network resources, and to deploy and monitor virtual machines running
in your data center.

If you are familiar with VMware products, oVirt is conceptually similar to
vSphere. oVirt serves as the bedrock for Red Hat's Enterprise
Virtualization product, and it is the "upstream" project where new features
are developed prior to their inclusion in Red Hat's supported product
offering.

Notes:
* A new oVirt Live ISO and a new oVirt Engine Appliance are available.
* Mirrors might need up to one day to synchronize.


Additional Resources:
* Read more about the oVirt 3.6.7 release highlights:
  http://www.ovirt.org/release/3.6.7/
* Get more oVirt Project updates on Twitter: https://twitter.com/ovirt
* Check out the latest project news on the oVirt blog:
  http://www.ovirt.org/blog/

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


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Fernando Fuentes
Pavel,

Thanks for your reply, But thats not the problem
The disk is active and is set with to bootable. The problem presents it
self only if I move Windows VM DIsks.
All my Linux VM Disk's move across storage domains just fine.

As a matter of fact I moved the disk back to the original nfs domain and
it started working.
Could this be a bug?

Regards,

-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org

On Fri, Jul 1, 2016, at 11:33 AM, Pavel Gashev wrote:
> Fernando,
> 
> One from VM disks have to have bootable flag.
> See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862
> 
> 
> On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando
> Fuentes" 
> wrote:
> 
> Team,
> 
> After I successfully copy my template from one storage to another I was
> able to move my VM disks from my nfs domain to my iscsi domain.
> My linux vms which are basic template (No template) moved just fine and
> boot just fine.
> On the other hand my windows vms (Template) once moved they cant boot.
> Complaining that there is no bootable disk available.
> What is going on?
> 
> oVirt 3.6.6
> Hosts Centos 6.6  x86_64
> iSCSI Domain on TrueNAS Attached via ovirt.
> 
> 
> -- 
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] disk not bootable

2016-07-01 Thread Pavel Gashev
Fernando,

One from VM disks have to have bootable flag.
See http://www.ovirt.org/images/wiki/Add_Virtual_Disk.png?1454370862


On 01/07/16 19:09, "users-boun...@ovirt.org on behalf of Fernando Fuentes" 
 wrote:

Team,

After I successfully copy my template from one storage to another I was
able to move my VM disks from my nfs domain to my iscsi domain.
My linux vms which are basic template (No template) moved just fine and
boot just fine.
On the other hand my windows vms (Template) once moved they cant boot.
Complaining that there is no bootable disk available.
What is going on?

oVirt 3.6.6
Hosts Centos 6.6  x86_64
iSCSI Domain on TrueNAS Attached via ovirt.


-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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


[ovirt-users] disk not bootable

2016-07-01 Thread Fernando Fuentes
Team,

After I successfully copy my template from one storage to another I was
able to move my VM disks from my nfs domain to my iscsi domain.
My linux vms which are basic template (No template) moved just fine and
boot just fine.
On the other hand my windows vms (Template) once moved they cant boot.
Complaining that there is no bootable disk available.
What is going on?

oVirt 3.6.6
Hosts Centos 6.6  x86_64
iSCSI Domain on TrueNAS Attached via ovirt.


-- 
Fernando Fuentes
ffuen...@txweather.org
http://www.txweather.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Communicating with ovirt agent

2016-07-01 Thread Tadas
Thank you very much. Seems to work now.

From: Vinzenz Feenstra 
Sent: Friday, July 01, 2016 5:37 PM
To: Tadas 
Cc: users@ovirt.org 
Subject: Re: [ovirt-users] Communicating with ovirt agent


  On Jul 1, 2016, at 4:24 PM, Tadas  wrote:

  Thank you for reply!
  Im trying to send JSON-formated shutdown command to windows guest vm now. 
Here’s small script I’ve written to test that:
  http://pastebin.com/usAYc7Ww

  But still I get no reaction from ovirt agent. Surely I’m missing something.

Yes the newline character send a ‘\n’ at the end and the name key must be 
surrounded by two underscores like in the replies __name__ not name




  From: Vinzenz Feenstra 
  Sent: Friday, July 01, 2016 2:53 PM
  To: ta...@ring.lt 
  Cc: users@ovirt.org 
  Subject: Re: [ovirt-users] Communicating with ovirt agent


On Jul 1, 2016, at 12:05 PM, Tadas  =rote:


is there any documentation o oVirt guest agent =ommands?
To be more precise: i need to pass commands to =Virt guest agent from
hypervisor.
Reading =nfo works fine:

socat =var/lib/libvirt/qemu/channel/target/domain-20-
win7_32bit/com.redhat.serial.0 -

{"applications": ["Python 2.7.12rc1", "SPICE Guest Tools", =Total
Commander (Remove or Repair)", "Python 2.7 =ywin32-216", "Microsoft
.NET Framework 4.6.1", "Git =ersion 2.9.0", "WinRAR 5.40 beta 2 (32-
bit)", =Notepad++"], "__name__": "applications"}
{"__name__": =host-name", "name": "WIN7_32BIT"}
{"__name__": =os-version", "version": "Win 7”}


  Every =ommand has to be send as a whole JSON object and sent as line 
=erminated by a \n character

  The =ommands available are currently not documented however.

  {“__name__”: “name”,=… args}

  - name: =hutdown
parameters:
  - =imeout: optional integer (seconds)
  =/span>- reboot: optional boolean
  - =essage: string

  - =ame: refresh
parameters:
  - =piVersion: optiona integer 
  =nbsp;   this defines what information can be =xchanged

  - =ame: hibernate:
parameters:
  - state: =isk or mem (default is disk if not specified)

  if you need more you can look here:  
https://github.com/oVirt/ovirt-guest-agent/blob/master/ovirt-gu=st-agent/OVirtAgentLogic.py#L306
 at the parseCommand =unction
  or just ask here :-)




I'm unable to find how to send command (lets =ay "shutdown") to agent?.
echo "shutdown" | socat =var/lib/libvirt/qemu/channel/target/domain-20-
win7_32bit/com.redhat.kvm-vdi.0  -
Does=not seem to work
Thank you for your help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

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


Re: [ovirt-users] Communicating with ovirt agent

2016-07-01 Thread Vinzenz Feenstra

> On Jul 1, 2016, at 4:24 PM, Tadas  wrote:
> 
> Thank you for reply!
> Im trying to send JSON-formated shutdown command to windows guest vm now. 
> Here’s small script I’ve written to test that:
> http://pastebin.com/usAYc7Ww 
>  
> But still I get no reaction from ovirt agent. Surely I’m missing something.

Yes the newline character send a ‘\n’ at the end and the name key must be 
surrounded by two underscores like in the replies __name__ not name

>  
>  
> From: Vinzenz Feenstra 
> Sent: Friday, July 01, 2016 2:53 PM
> To: ta...@ring.lt 
> Cc: users@ovirt.org 
> Subject: Re: [ovirt-users] Communicating with ovirt agent
>  
>  
>> On Jul 1, 2016, at 12:05 PM, Tadas > =rote:
>>  
>> 
>> is there any documentation o oVirt guest agent =ommands?
>> To be more precise: i need to pass commands to =Virt guest agent from
>> hypervisor.
>> Reading =nfo works fine:
>> 
>> socat =var/lib/libvirt/qemu/channel/target/domain-20-
>> win7_32bit/com.redhat.serial.0 -
>> 
>> {"applications": ["Python 2.7.12rc1", "SPICE Guest Tools", =Total
>> Commander (Remove or Repair)", "Python 2.7 =ywin32-216", "Microsoft
>> .NET Framework 4.6.1", "Git =ersion 2.9.0", "WinRAR 5.40 beta 2 (32-
>> bit)", =Notepad++"], "__name__": "applications"}
>> {"__name__": =host-name", "name": "WIN7_32BIT"}
>> {"__name__": =os-version", "version": "Win 7”}
>  
> Every =ommand has to be send as a whole JSON object and sent as line 
> =erminated by a \n character
>  
> The =ommands available are currently not documented however.
>  
> {“__name__”: “name”,=… args}
>  
> - name: =hutdown
>   parameters:
> - =imeout: optional integer (seconds)
> =/span>- reboot: 
> optional boolean
> - =essage: string
>  
> - =ame: refresh
>   parameters:
> - =piVersion: optiona integer
> =nbsp;   this defines what information can be =xchanged
>  
> - =ame: hibernate:
>   parameters:
> - state: =isk or mem (default is disk if not specified)
>  
> if you need more you can look here:  
> https://github.com/oVirt/ovirt-guest-agent/blob/master/ovirt-gu=st-agent/OVirtAgentLogic.py#L306
>  <> at the parseCommand =unction
> or just ask here :-)
> 
> 
> 
> I'm unable to find how to send command (lets =ay "shutdown") to agent?.
> echo "shutdown" | socat =var/lib/libvirt/qemu/channel/target/domain-20-
> win7_32bit/com.redhat.kvm-vdi.0  -
> Does=not seem to work
> Thank you for your help.
> ___
> Users mailing list
> Users@ovirt.org <>
> http://lists.ovirt.org/mailman/listinfo/users
> 
> =
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

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


Re: [ovirt-users] Communicating with ovirt agent

2016-07-01 Thread Tadas
Thank you for reply!
Im trying to send JSON-formated shutdown command to windows guest vm now. 
Here’s small script I’ve written to test that:
http://pastebin.com/usAYc7Ww

But still I get no reaction from ovirt agent. Surely I’m missing something.


From: Vinzenz Feenstra 
Sent: Friday, July 01, 2016 2:53 PM
To: ta...@ring.lt 
Cc: users@ovirt.org 
Subject: Re: [ovirt-users] Communicating with ovirt agent


  On Jul 1, 2016, at 12:05 PM, Tadas  =rote:


  is there any documentation o oVirt guest agent =ommands?
  To be more precise: i need to pass commands to =Virt guest agent from
  hypervisor.
  Reading =nfo works fine:

  socat =var/lib/libvirt/qemu/channel/target/domain-20-
  win7_32bit/com.redhat.serial.0 -

  {"applications": ["Python 2.7.12rc1", "SPICE Guest Tools", =Total
  Commander (Remove or Repair)", "Python 2.7 =ywin32-216", "Microsoft
  .NET Framework 4.6.1", "Git =ersion 2.9.0", "WinRAR 5.40 beta 2 (32-
  bit)", =Notepad++"], "__name__": "applications"}
  {"__name__": =host-name", "name": "WIN7_32BIT"}
  {"__name__": =os-version", "version": "Win 7”}


Every =ommand has to be send as a whole JSON object and sent as line =erminated 
by a \n character

The =ommands available are currently not documented however.

{“__name__”: “name”,=… args}

- name: =hutdown
  parameters:
- =imeout: optional integer (seconds)
=/span>- reboot: optional boolean
- =essage: string

- =ame: refresh
  parameters:
- =piVersion: optiona integer 
=nbsp;   this defines what information can be =xchanged

- =ame: hibernate:
  parameters:
- state: =isk or mem (default is disk if not specified)

if you need more you can look here:  
https://github.com/oVirt/ovirt-guest-agent/blob/master/ovirt-gu=st-agent/OVirtAgentLogic.py#L306
 at the parseCommand =unction
or just ask here :-)




  I'm unable to find how to send command (lets =ay "shutdown") to agent?.
  echo "shutdown" | socat =var/lib/libvirt/qemu/channel/target/domain-20-
  win7_32bit/com.redhat.kvm-vdi.0  -
  Does=not seem to work
  Thank you for your help.
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users


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


Re: [ovirt-users] Communicating with ovirt agent

2016-07-01 Thread Vinzenz Feenstra

> On Jul 1, 2016, at 12:05 PM, Tadas  wrote:
> 
> 
> is there any documentation o oVirt guest agent commands?
> To be more precise: i need to pass commands to oVirt guest agent from
> hypervisor.
> Reading info works fine:
> 
> socat /var/lib/libvirt/qemu/channel/target/domain-20-
> win7_32bit/com.redhat.serial.0 -
> 
> {"applications": ["Python 2.7.12rc1", "SPICE Guest Tools", "Total
> Commander (Remove or Repair)", "Python 2.7 pywin32-216", "Microsoft
> .NET Framework 4.6.1", "Git version 2.9.0", "WinRAR 5.40 beta 2 (32-
> bit)", "Notepad++"], "__name__": "applications"}
> {"__name__": "host-name", "name": "WIN7_32BIT"}
> {"__name__": "os-version", "version": "Win 7”}

Every command has to be send as a whole JSON object and sent as line terminated 
by a \n character

The commands available are currently not documented however.

{“__name__”: “name”, … args}

- name: shutdown
  parameters:
- timeout: optional integer (seconds)
- reboot: optional boolean
- message: string

- name: refresh
  parameters:
- apiVersion: optiona integer 
this defines what information can be exchanged

- name: hibernate:
  parameters:
- state: disk or mem (default is disk if not specified)

if you need more you can look here:  
https://github.com/oVirt/ovirt-guest-agent/blob/master/ovirt-guest-agent/OVirtAgentLogic.py#L306
 

 at the parseCommand function
or just ask here :-)

> 
> 
> I'm unable to find how to send command (lets say "shutdown") to agent?.
> echo "shutdown" | socat /var/lib/libvirt/qemu/channel/target/domain-20-
> win7_32bit/com.redhat.kvm-vdi.0  -
> Does not seem to work
> Thank you for your help.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

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


[ovirt-users] Communicating with ovirt agent

2016-07-01 Thread Tadas

is there any documentation o oVirt guest agent commands?
To be more precise: i need to pass commands to oVirt guest agent from
hypervisor.
Reading info works fine:

socat /var/lib/libvirt/qemu/channel/target/domain-20-
win7_32bit/com.redhat.serial.0 -

{"applications": ["Python 2.7.12rc1", "SPICE Guest Tools", "Total
Commander (Remove or Repair)", "Python 2.7 pywin32-216", "Microsoft
.NET Framework 4.6.1", "Git version 2.9.0", "WinRAR 5.40 beta 2 (32-
bit)", "Notepad++"], "__name__": "applications"}
{"__name__": "host-name", "name": "WIN7_32BIT"}
{"__name__": "os-version", "version": "Win 7"}


I'm unable to find how to send command (lets say "shutdown") to agent?.
echo "shutdown" | socat /var/lib/libvirt/qemu/channel/target/domain-20-
win7_32bit/com.redhat.kvm-vdi.0  -
Does not seem to work
Thank you for your help.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] moving disk from nfs to iscsi

2016-07-01 Thread Christophe TREFOIS
Cn you share the solution?

Thanks,

  

> On 30 Jun 2016, at 23:20, Fernando Fuentes  wrote:
> 
> Solved my own issue. :)
> 
> Thanks guys!
> 
> -- 
> Fernando Fuentes
> ffuen...@txweather.org
> http://www.txweather.org
> 
> On Thu, Jun 30, 2016, at 02:40 PM, Fernando Fuentes wrote:
>> Team, I am trying to move my vms from one storage domain (NFS Shared) to
>> another (iSCSI Shared)...
>> 
>> Same DC. Two clusters. NFS is on cluser a and iscsi iss on cluster b.
>> 
>> When I try to move the disk in "cluster a" I am not getting the option
>> to move it the iscsi data domain on cluster b.
>> 
>> Ovirt 3.6.6 all centos 6.6 x86_64 hosts
>> 
>> Any ideas why?
>> 
>> Regards,
>> 
>> 
>> -- 
>> Fernando Fuentes
>> ffuen...@txweather.org
>> http://www.txweather.org
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users

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