Re: [ovirt-users] Qemu prevents vm from starting up properly

2017-09-27 Thread Yedidyah Bar David
On Wed, Sep 27, 2017 at 8:32 PM, M R  wrote:
> Hello!
>
> Thank you very much! I had misunderstood how it was suppose to be written in
> qemu_cmdline. There was a typo in syntax and error log revealed it. It is
> working IF I use ["-spice", "tls-ciphers=DES-CBC3-SHA"].
> So I believe that installation is correctly done.
>
> Though, my problem still exists.
> This is what I have been trying to use for qemu_cmdline:
> ["-cpu", "kvm=off, hv_vendor_id=sometext"]
> It does not work and most likely is incorrectly written.

You should first come up with something that works when you try it
manually, then try adapting that to the hook's syntax.

>
> I understood that qemu commands are often exported into xml files and the
> command I'm trying to write is the following:
>
> 
> 
>   
> 
> 
>   
> 
> 

I guess you refer above to libvirt xml. This isn't strictly
related to qemu, although in practice most usage of libvirt
is with qemu.

>
> How do I write this in custom properties for qemu_cmdline?

If you have a working libvirt vm, with the options you need,
simply check how it translated your xml to qemu's command line.
You can see this either in its logs, or using ps.

Best,

>
>
> best regards
>
> Mikko
>
>
>
> On 27 Sep 2017 3:27 pm, "Yedidyah Bar David"  wrote:
>>
>> On Wed, Sep 27, 2017 at 1:14 PM, M R  wrote:
>> > Hello!
>> >
>> > I did check logs from hosts, but didnt notice anything that would help
>> > me. I
>> > can copy paste logs later.
>> >
>> > I was not trying to get qemu crash vm.
>> > I'm trying to add new functionalities with qemu.
>> >
>> > I wasnt sure if my syntax was correct, so I copy pasted the example
>> > command
>> > for spice from that website. And it still behaves similarly.
>> >
>> > My conclusion is that qemu cmdline is setup wrong or it's not working at
>> > all. But I dont know how to check that.
>>
>> Please check/share /var/log/libvirt/qemu/* and /var/log/vdsm/* . Thanks.
>>
>> >
>> > On 27 Sep 2017 12:32, "Yedidyah Bar David"  wrote:
>> >>
>> >> On Wed, Sep 27, 2017 at 11:32 AM, M R  wrote:
>> >> > Hello!
>> >> >
>> >> > I have followed instructions in
>> >> > https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/
>> >> >
>> >> > After adding any command for qemu cmdline, vm will try to start, but
>> >> > will
>> >> > immediately shutdown.
>> >> >
>> >> > Is this a bug?
>> >>
>> >> If you intended, with the params you passed, to make qemu fail, for
>> >> whatever
>> >> reason (debugging qemu?), then it's not a bug :-) Otherwise, it is, but
>> >> we
>> >> can't know where.
>> >>
>> >> > or is the information in the link insufficient?
>> >> > If it would be possible to confirm this and if there's a way to fix,
>> >> > I
>> >> > would
>> >> > really like to have step by step guide of how to get this working.
>> >>
>> >> Did you check relevant logs? vdsm/libvirt?
>> >>
>> >> Best,
>> >> --
>> >> Didi
>>
>>
>>
>> --
>> Didi



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


Re: [ovirt-users] Host cannot connect to hosted storage domain

2017-09-27 Thread Alexander Witte
OK after a host reboot I was able to get the Engine VM up again and into the 
Web interface.  Although continually when I try a second host to the datacenter 
within oVirt I run into the error:

"Host mennode2 cannot access the Storage Domain(s) hosted_storage attached to 
the Data Center Train1.  Setting Host state to Non Operational."

Note:  I can successfully read (and mount) the NFS exports oVirt is complaining 
about:

[root@mennode2 ~]# showmount -e menmaster.traindemo.local
Export list for menmaster.traindemo.local:
/shares *
/shares/exports *
/shares/data*
/shares/isos*
[root@mennode2 ~]#

[root@mennode2 tmp]# mount -t nfs menmaster.traindemo.local:/shares test
[root@mennode2 tmp]# cd test
[root@mennode2 test]# ls
7d18ff24-57a3-4b4a-9934-0263191fe2e4  data  __DIRECT_IO_TEST__  exports  isos
[root@mennode2 test]#

One thing I DO notice is the path of my exports is the difference in the path 
for the hosted_storage domain.  I wonder if the second host would have issues 
resolving this?

Data. ==> menmaster.traindemo.local:/shares/data
Export  ==> menmaster.traindemo.local:/shares/exports
Hosted_storage. ==> localhost:/shares
ISO. ==> menmaster.traindemo.local:/shares/exports


Below I have copied exports from the VDSM and OVIRT-ENGINE log and have copied 
the output of the hosted-engine.conf file.  Any help in pinpointing the source 
of the problem is greatly appreciated!!


VSDM logs:

2017-09-27 23:10:01,700-0400 INFO  (jsonrpc/0) [jsonrpc.JsonRpcServer] RPC call 
Host.getStats succeeded in 0.06 seconds (__init__:539)
2017-09-27 23:10:03,104-0400 INFO  (jsonrpc/5) [vdsm.api] START 
getSpmStatus(spUUID=u'59c7f8f3-0063-00a8-02c7-00f3', options=None) 
from=:::10.0.0.227,39748, flow_id=19e2dbb3, 
task_id=7a05a5bd-9b15-43be-890d-c6f5d7650e5c (api:46)
2017-09-27 23:10:03,109-0400 INFO  (jsonrpc/5) [vdsm.api] FINISH getSpmStatus 
return={'spm_st': {'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 8L}} 
from=:::10.0.0.227,39748, flow_id=19e2dbb3, 
task_id=7a05a5bd-9b15-43be-890d-c6f5d7650e5c (api:52)
2017-09-27 23:10:03,110-0400 INFO  (jsonrpc/5) [jsonrpc.JsonRpcServer] RPC call 
StoragePool.getSpmStatus succeeded in 0.01 seconds (__init__:539)
2017-09-27 23:10:03,189-0400 INFO  (jsonrpc/7) [vdsm.api] START 
getStoragePoolInfo(spUUID=u'59c7f8f3-0063-00a8-02c7-00f3', 
options=None) from=:::10.0.0.227,39866, flow_id=19e2dbb3, 
task_id=0f8b49e9-9d82-457e-a2a2-39dc7ed9f022 (api:46)
2017-09-27 23:10:03,196-0400 INFO  (jsonrpc/7) [vdsm.api] FINISH 
getStoragePoolInfo return={'info': {'name': 'No Description', 'isoprefix': 
u'/rhev/data-center/mnt/menmaster.traindemo.local:_shares_isos/da001a29-eca5-44d6-a097-129dd9be623f/images/----',
 'pool_status': 'connected', 'lver': 8L, 'domains': 
u'da001a29-eca5-44d6-a097-129dd9be623f:Active,f36157cc-b25a-400a-ab0f-a071e8a8eea7:Active,7d18ff24-57a3-4b4a-9934-0263191fe2e4:Active,795d4a1d-3ceb-4773-99de-8e7cf05112f3:Active',
 'master_uuid': u'f36157cc-b25a-400a-ab0f-a071e8a8eea7', 'version': '4', 
'spm_id': 1, 'type': 'NFS', 'master_ver': 1}, 'dominfo': 
{u'da001a29-eca5-44d6-a097-129dd9be623f': {'status': u'Active', 'diskfree': 
'1044166737920', 'isoprefix': 
u'/rhev/data-center/mnt/menmaster.traindemo.local:_shares_isos/da001a29-eca5-44d6-a097-129dd9be623f/images/----',
 'alerts': [], 'disktotal': '1049702170624', 'version': 0}, 
u'f36157cc-b25a-400a-ab0f-a071e8a8eea7': {'status': u'Active', 'diskfree': 
'1044166737920', 'isoprefix': '', 'alerts': [], 'disktotal': '1049702170624', 
'version': 4}, u'7d18ff24-57a3-4b4a-9934-0263191fe2e4': {'status': u'Active', 
'diskfree': '1044166737920', 'isoprefix': '', 'alerts': [], 'disktotal': 
'1049702170624', 'version': 4}, u'795d4a1d-3ceb-4773-99de-8e7cf05112f3': 
{'status': u'Active', 'diskfree': '1044166737920', 'isoprefix': '', 'alerts': 
[], 'disktotal': '1049702170624', 'version': 0}}} from=:::10.0.0.227,39866, 
flow_id=19e2dbb3, task_id=0f8b49e9-9d82-457e-a2a2-39dc7ed9f022 (api:52)
2017-09-27 23:10:03,198-0400 INFO  (jsonrpc/7) [jsonrpc.JsonRpcServer] RPC call 
StoragePool.getInfo succeeded in 0.01 seconds (__init__:539)
2017-09-27 23:10:04,212-0400 INFO  (Reactor thread) 
[ProtocolDetector.AcceptorImpl] Accepted connection from ::1:35980 
(protocoldetector:72)
2017-09-27 23:10:04,223-0400 INFO  (Reactor thread) [ProtocolDetector.Detector] 
Detected protocol stomp from ::1:35980 (protocoldetector:127)
2017-09-27 23:10:04,224-0400 INFO  (Reactor thread) [Broker.StompAdapter] 
Processing CONNECT request (stompreactor:103)
2017-09-27 23:10:04,225-0400 INFO  (JsonRpc (StompReactor)) 
[Broker.StompAdapter] Subscribe command received (stompreactor:132)
2017-09-27 23:10:04,622-0400 INFO  (monitor/7d18ff2) [storage.SANLock] 
Acquiring host id for domain 7d18ff24-57a3-4b4a-9934-0263191fe2e4 (id=1, 
async=True) (clusterlock:288)
2017-09-27 23:10:04,623-0400 ERROR (monitor/7d18ff2) [storage.Monitor] Error 
acquiring host id 1 for 

[ovirt-users] Host cannot connect to hosted storage domain

2017-09-27 Thread Alexander Witte
Hi!

Question hopefully someone can help me out with:

In my Self Hosted Engine environment, the local storage domain DATA (NFS) that 
was created with the self engine installation has been configured as 
localhost:/shares

I suspect this is preventing me from adding any additional hosts to the oVirt 
Datacenter as I am receiving a VDSM error that I cannot mount that domain.  I 
think since the domain is set as localhost it cannot be resolved correct by any 
additional hosts...?  The ISO, Data(Master) and EXPORT domains are set as 
FQDN:/shares/iso and I am not seeing problems specific to them.

I am curious what the correct procedure is to change this hosted engine storage 
domain path from localhost:/shares to FQDN:/shares ?  I have attempted this:

1) Put hosted engine in Global Maintenance Mode
2) Shutdown hosted engine
3) edit the /etc/ovirt-hosted-engine/hosted-engine.conf file file and change:
storage=10.0.0.223:/shares   to
storage=menmaster.traindemo.local:/shares
4) Restart hosted engine

Although I’m not having any luck restarting the hosted engine after and running 
a journalctl -u on the overt-ha-agent service is giving me this:

Sep 27 20:17:19 menmaster.traindemo.local ovirt-ha-agent[2052]: ovirt-ha-agent 
ovirt_hosted_engine_ha.agent.agent.Agent ERROR Traceback (most recent call 
last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
191, in _run_agent
return 
action(he)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
64, in action_proper
return 
he.start_monitoring()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 409, in start_monitoring

self._initialize_storage_images(force=True)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 651, in _initialize_storage_images

img.teardown_images()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/image.py", line 
218, in teardown_images

volumeID=volUUID,
  File 
"/usr/lib/python2.7/site-packages/vdsm/jsonrpcvdscli.py", line 155, in 
_callMethod

(methodName, args, e))
Exception: 
Attempt to call function: teardownImage with arguments: () error: 
'teardownImage'
Sep 27 20:17:19 menmaster.traindemo.local ovirt-ha-agent[2052]: ovirt-ha-agent 
ovirt_hosted_engine_ha.agent.agent.Agent ERROR Trying to restart agent
Sep 27 20:17:24 menmaster.traindemo.local ovirt-ha-agent[2052]: ovirt-ha-agent 
ovirt_hosted_engine_ha.agent.agent.Agent ERROR Too many errors occurred, giving 
up. Please review the log and consider filing
Sep 27 20:17:24 menmaster.traindemo.local systemd[1]: ovirt-ha-agent.service: 
main process exited, code=exited, status=157/n/a
Sep 27 20:17:24 menmaster.traindemo.local systemd[1]: Unit 
ovirt-ha-agent.service entered failed state.
Sep 27 20:17:24 menmaster.traindemo.local systemd[1]: ovirt-ha-agent.service 
failed.
Sep 27 20:17:25 menmaster.traindemo.local systemd[1]: ovirt-ha-agent.service 
holdoff time over, scheduling restart.
Sep 27 20:17:25 menmaster.traindemo.local systemd[1]: Started oVirt Hosted 
Engine High Availability Monitoring Agent.
Sep 27 20:17:25 menmaster.traindemo.local systemd[1]: Starting oVirt Hosted 
Engine High Availability Monitoring Agent...
Sep 27 20:17:35 menmaster.traindemo.local ovirt-ha-agent[2626]: ovirt-ha-agent 
ovirt_hosted_engine_ha.lib.storage_server.StorageServer ERROR The hosted-engine 
storage domain is already mounted on '/rhev/d
Sep 27 20:17:42 menmaster.traindemo.local ovirt-ha-agent[2626]: ovirt-ha-agent 
ovirt_hosted_engine_ha.agent.agent.Agent ERROR Traceback (most recent call 
last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
191, in _run_agent
return 
action(he)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
64, in action_proper
  

[ovirt-users] Failure while using ovirt-image-template role

2017-09-27 Thread Marc Seward
Hi,

I'm trying to use the ovirt-image-template role to import a Glance image as
a template into ovirt and I'm running into this error with
python-ovirt-engine-sdk4-4.1.6-1.el7ev.x86_64

I'd appreciate any pointers.


TASK [ovirt.ovirt-ansible-roles/roles/ovirt-image-template : Find data
domain]

task path:
/etc/ansible/roles/ovirt.ovirt-ansible-roles/roles/ovirt-image-template/tasks/glance_image.yml:21
fatal: [localhost]: FAILED! => {
"failed": true,
"msg": "You need to install \"jmespath\" prior to running json_query
filter"
}

TASK [ovirt.ovirt-ansible-roles/roles/ovirt-image-template : Logout from
oVirt] ***
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] iSCSI VLAN host connections - bond or multipath & IPv6

2017-09-27 Thread Ben Bradley

Hi All

I'm looking to add a new host to my oVirt lab installation.
I'm going to share out some LVs from a separate box over iSCSI and will 
hook the new host up to that.
I have 2 NICs on the storage host and 2 NICs on the new Ovirt host to 
dedicate to the iSCSI traffic.
I also have 2 separate switches so I'm looking for redundancy here. Both 
iSCSI host and oVirt host plugged into both switches.


If this was non-iSCSI traffic and without oVirt I would create bonded 
interfaces in active-backup mode and layer the VLANs on top of that.


But for iSCSI traffic without oVirt involved I wouldn't bother with a 
bond and just use multipath.


From scanning the oVirt docs it looks like there is an option to have 
oVirt configure iSCSI multipathing.


So what's the best/most-supported option for oVirt?
Manually create active-backup bonds so oVirt just sees a single storage 
link between host and storage?
Or leave them as separate interfaces on each side and use oVirt's 
multipath/bonding?


Also I quite like the idea of using IPv6 for the iSCSI VLAN, purely down 
to the fact I could use link-local addressing and not have to worry 
about setting up static IPv4 addresses or DHCP. Is IPv6 iSCSI supported 
by oVirt?


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


Re: [ovirt-users] Is this guide still valid?data-warehouse

2017-09-27 Thread Arman Khalatyan
are there any reason to use here the openshift?
what is the role of the openshift in the whole software stack??


Am 27.09.2017 3:31 nachm. schrieb "Shirly Radco" :

>
>
> --
>
> SHIRLY RADCO
>
> BI SOFTWARE ENGINEER
>
> Red Hat Israel 
> 
> TRIED. TESTED. TRUSTED. 
>
> On Wed, Sep 27, 2017 at 4:26 PM, Arman Khalatyan 
> wrote:
>
>> Thank you for clarification,
>> So in the future you are going to push everything to kibana as a storage,
>> what about dashboards or some kind of reports views.
>> Are you going to provide some reports templates as before in dwh in 3.0.6
>> eg heatmaps etc..?
>>
>
> Templates for monitoring.Yes.
>
>
>> From the https://www.ovirt.org/develop/release-management/feature
>> s/metrics/metrics-store-installation/ one need to install
>> OpenShift+kibana, Why then openshift not Ovirt??
>>
>
> Openshift will run elasticsearch, fluentd, kibana, curator.
> This is the platform that was chosen as the common metrics and logging
> solution at this point.
>
>
>>
>> On Wed, Sep 27, 2017 at 9:56 AM, Shirly Radco  wrote:
>>
>>> Hello Arman,
>>>
>>> Reports was deprecated in 4.0.
>>>
>>> DWH is now installed by default with oVirt engine.
>>> You can refer to https://www.ovirt.org/documentation/how-to/reports/dwh/
>>>
>>> You can change its scale to save longer period of time if you want
>>> https://www.ovirt.org/documentation/data-warehouse/Changing_
>>> the_Data_Warehouse_Sampling_Scale/
>>> and attach a reports solution that supports sql.
>>>
>>> I'll update the docs with the information about reports and fix the
>>> links.
>>>
>>> Thank you for reaching out on this issue.
>>>
>>> We are currently also working on adding oVirt Metrics solution that you
>>> can read about at
>>> https://www.ovirt.org/develop/release-management/features/me
>>> trics/metrics-store/
>>> It is still in development stages.
>>>
>>> Best regards,
>>>
>>> --
>>>
>>> SHIRLY RADCO
>>>
>>> BI SOFTWARE ENGINEER
>>>
>>> Red Hat Israel 
>>> 
>>> TRIED. TESTED. TRUSTED. 
>>>
>>> On Mon, Sep 25, 2017 at 11:39 AM, Arman Khalatyan 
>>> wrote:
>>>
 Dear Ovirt documents maintainers is this document still valid?
 https://www.ovirt.org/documentation/data-warehouse/Data_Ware
 house_Guide/
 When I go one level up it is bringing an empty page:
 https://www.ovirt.org/documentation/data-warehouse/

 Thanks,
 Arman.

 ___
 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] Qemu prevents vm from starting up properly

2017-09-27 Thread M R
Hello!

Thank you very much! I had misunderstood how it was suppose to be
written in qemu_cmdline. There was a typo in syntax and error log
revealed it. It is working IF I use ["-spice",
"tls-ciphers=DES-CBC3-SHA"].
So I believe that installation is correctly done.

Though, my problem still exists.
This is what I have been trying to use for qemu_cmdline:
["-cpu", "kvm=off, hv_vendor_id=sometext"]
It does not work and most likely is incorrectly written.

I understood that qemu commands are often exported into xml files and
the command I'm trying to write is the following:



  


  



How do I write this in custom properties for qemu_cmdline?


best regards

Mikko



On 27 Sep 2017 3:27 pm, "Yedidyah Bar David"  wrote:

> On Wed, Sep 27, 2017 at 1:14 PM, M R  wrote:
> > Hello!
> >
> > I did check logs from hosts, but didnt notice anything that would help
> me. I
> > can copy paste logs later.
> >
> > I was not trying to get qemu crash vm.
> > I'm trying to add new functionalities with qemu.
> >
> > I wasnt sure if my syntax was correct, so I copy pasted the example
> command
> > for spice from that website. And it still behaves similarly.
> >
> > My conclusion is that qemu cmdline is setup wrong or it's not working at
> > all. But I dont know how to check that.
>
> Please check/share /var/log/libvirt/qemu/* and /var/log/vdsm/* . Thanks.
>
> >
> > On 27 Sep 2017 12:32, "Yedidyah Bar David"  wrote:
> >>
> >> On Wed, Sep 27, 2017 at 11:32 AM, M R  wrote:
> >> > Hello!
> >> >
> >> > I have followed instructions in
> >> > https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/
> >> >
> >> > After adding any command for qemu cmdline, vm will try to start, but
> >> > will
> >> > immediately shutdown.
> >> >
> >> > Is this a bug?
> >>
> >> If you intended, with the params you passed, to make qemu fail, for
> >> whatever
> >> reason (debugging qemu?), then it's not a bug :-) Otherwise, it is, but
> we
> >> can't know where.
> >>
> >> > or is the information in the link insufficient?
> >> > If it would be possible to confirm this and if there's a way to fix, I
> >> > would
> >> > really like to have step by step guide of how to get this working.
> >>
> >> Did you check relevant logs? vdsm/libvirt?
> >>
> >> Best,
> >> --
> >> Didi
>
>
>
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Renaming or deleting ovirtmgmt

2017-09-27 Thread Gianluca Cecchi
On Wed, Sep 27, 2017 at 4:32 PM, Michael Burman  wrote:

> I was referring to situation in which the host was there before, but you
> need to re-install it to the new cluster with the new management network.
>
> No package removing is needed at all. Why would you do steps 2-4? no need.
> Step 5 should work.
>
> I'm not sure i understand what you mean by ' still I cannot remove the
> default ovirtmgmt network from that cluster'??
> Do you want to detach it from the cluster?
> Do you want to remove it from the DC?
> Note that you can change the management network role only if the cluster
> has no hosts in it.
>
>
>
I will try this way.
Normally in my setups the ip on the mgmt network of the host is also the ip
corresponding to its hostname
When I delete a host from engine, what happens in relation to its network
files in /etc/sysconfig/network-scripts/ directory and the contents of
/var/lib/vdsm/ directory and its subdirectories?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] libvirt: XML-RPC error : authentication failed: Failed to start SASL

2017-09-27 Thread VONDRA Alain
Hello,
I have exactly the same problem after an upgrade from CentOS 7.3 to 7.4, but I 
don’t want to plan now the migration to oVirt 4.x.
Can you help me to correct the bug and keep oVirt 3.6 for a few months ?
It really seems to be a modification in libvirt authentication because when I 
comment out
#auth_unix_rw="sasl"
in libvirtd.conf, libvirtd starts but my Host is still unresponsive in oVirt.
My production environment  is running on a single Hypervisor and I need the 
second one.
Thanks


De : users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] De la part de 
Yaniv Kaul
Envoyé : mardi 19 septembre 2017 13:36
À : Ozan Uzun 
Cc : Ovirt Users 
Objet : Re: [ovirt-users] libvirt: XML-RPC error : authentication failed: 
Failed to start SASL



On Tue, Sep 19, 2017 at 12:24 PM, Ozan Uzun 
> wrote:




Alain VONDRA
Chargé d'Exploitation et de Sécurité des Systèmes d'Information
Direction Administrative et Financière
+33 1 44 39 77 76
UNICEF France
3 rue Duguay Trouin  75006 PARIS
www.unicef.fr





[cid:signature_Unicef-France_ade377bf-317d-4502-9e2f-a0b487c09563.gif]









After hours of struggle, I removed all the hosts.
Installed a fresh centos 6.x on a host. Now it works like a charm.

I will install a fresh ovirt 4.x, and start migration my vm's on new centos 7.4 
hosts.

The only supported way seems exporting/importing vm's for different ovirt 
engines. I wish  I had plain  qcow2 images to copy...


You could detach and attach a whole storage domain.
Y.


On Tue, 19 Sep 2017 at 10:18, Yaniv Kaul 
> wrote:
On Mon, Sep 18, 2017 at 11:47 PM, Ozan Uzun 
> wrote:
Hello,
Today I updated my ovirt engine v3.5 and all my hosts on one datacenter (centos 
7.4 ones).

You are mixing an ancient release (oVirt 3.5) with the latest CentOS. This is 
not supported at best, and who knows if it works.

and suddenly  my vdsm and vdsm-network  services stopped working.
btw: My other DC is centos 6 based (managed from the same ovirt engine), 
everything works just fine there.

vdsm fails dependent on vdsm-network service, with lots of RPC error.
I tried to configure vdsm-tool configure --force, deleted everything 
(vdsm-libvirt), reinstalled.
Could not make it work.
My logs are filled with the follogin

Sep 18 23:06:01 node6 python[5340]: GSSAPI Error: Unspecified GSS failure.  
Minor code may provide more information (No Kerberos credentials available 
(default cache: KEYRING:persistent:0))

This may sound like a change that happened in libvirt authentication, which 
we've adjusted to in oVirt 4.1.5 (specifically VDSM) I believe.
Y.

Sep 18 23:06:01 node6 vdsm-tool[5340]: libvirt: XML-RPC error : authentication 
failed: Failed to start SASL negotiation: -1 (SASL(-1): generic failure: GSSAPI 
Error: Unspecified GSS failure.  Minor code may provide more information (No 
Kerberos credent
Sep 18 23:06:01 node6 libvirtd[4312]: 2017-09-18 20:06:01.954+: 4312: error 
: virNetSocketReadWire:1808 : End of file while reading data: Input/output error

---
journalctl -xe output for vdsm-network

Sep 18 23:06:02 node6 vdsm-tool[5340]: libvirt: XML-RPC error : authentication 
failed: Failed to start SASL negotiation: -1 (SASL(-1): generic failure: GSSAPI 
Error: Unspecified GSS failure.  Minor code may provide more information (No 
Kerberos credent
Sep 18 23:06:02 node6 vdsm-tool[5340]: Traceback (most recent call last):
Sep 18 23:06:02 node6 vdsm-tool[5340]: File "/usr/bin/vdsm-tool", line 219, in 
main
Sep 18 23:06:02 node6 libvirtd[4312]: 2017-09-18 20:06:02.558+: 4312: error 
: virNetSocketReadWire:1808 : End of file while reading data: Input/output error
Sep 18 23:06:02 node6 vdsm-tool[5340]: return 
tool_command[cmd]["command"](*args)
Sep 18 23:06:02 node6 vdsm-tool[5340]: File 
"/usr/lib/python2.7/site-packages/vdsm/tool/upgrade_300_networks.py", line 83, 
in upgrade_networks
Sep 18 23:06:02 node6 vdsm-tool[5340]: networks = netinfo.networks()
Sep 18 23:06:02 node6 vdsm-tool[5340]: File 
"/usr/lib/python2.7/site-packages/vdsm/netinfo.py", line 112, in networks
Sep 18 23:06:02 node6 vdsm-tool[5340]: conn = libvirtconnection.get()
Sep 18 23:06:02 node6 vdsm-tool[5340]: File 
"/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 159, in get
Sep 18 23:06:02 node6 vdsm-tool[5340]: conn = _open_qemu_connection()
Sep 18 23:06:02 node6 vdsm-tool[5340]: File 
"/usr/lib/python2.7/site-packages/vdsm/libvirtconnection.py", line 95, in 
_open_qemu_connection
Sep 18 23:06:02 node6 vdsm-tool[5340]: return utils.retry(libvirtOpen, 
timeout=10, sleep=0.2)
Sep 18 23:06:02 node6 vdsm-tool[5340]: File 

Re: [ovirt-users] resizing and reordering column in webui

2017-09-27 Thread Alexander Wels
On Wednesday, September 27, 2017 11:02:06 AM EDT Nathanaël Blanchet wrote:
> Webui currently usefully allows us to reorder columns by right clicking.
> 
> Is there a way to keep the wanted configuration for next sessions?

Unfortunately no, which is a bug, it should also store any column size changes 
but for some reason it doesn't remember those either. I think there is a bug 
open on those but not sure.

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


[ovirt-users] resizing and reordering column in webui

2017-09-27 Thread Nathanaël Blanchet

Webui currently usefully allows us to reorder columns by right clicking.

Is there a way to keep the wanted configuration for next sessions?

--
Nathanaël Blanchet

Supervision réseau
Pôle Infrastrutures Informatiques
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5   
Tél. 33 (0)4 67 54 84 55
Fax  33 (0)4 67 54 84 14
blanc...@abes.fr

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


Re: [ovirt-users] changing ip of host and its ovirtmgmt vlan

2017-09-27 Thread Gianluca Cecchi
On Wed, Sep 27, 2017 at 4:25 PM, Michael Burman  wrote:

> Hello Gianluca,
>
> Not sure i fully understood, but, if the host's IP has changes and the
> vlan then the correct flow will be:
>
> 1) Remove the host
> 2) Edit the management network with vlan tag - the vlan you need/want
> 3) Add/install the host - make sure you using the correct/new IP(if using
> IP) or the correct FQDN(if has changed).
>
> Note that doing things manually on the host such as changing ovirtmgmt's
> configuration without the engine or vdsm may cause problems and will not
> persist the changes during reboots. If the host's IP has changed or it's
> FQDN then you must install the host again.
>
> Cheers)
>

Original situation was:

1 DC
1 Cluster: CLA with 2 hosts: host1 and host2
ovirtmgmt defined on vlan10

engine is an external server on VLAN5 that can reach VLAN10 of hosts
So far so good

Need to add another host that is in another physical server room. Here
VLAN10 is not present, so I cannot set ovirtmgmt
If I understand correctly, the VLAN assigned to ovirtmgmt is a DC property:
I cannot have different vlans assigned to ovirtmgmt in different clusters
of the same DC, correct?

So the path:
Create a second cluster CLB and define on it the logical network ovirtmgmt2
on VLAN20 and set it as the mgmt network for that cluster
Add the new host host3 to CLB.

So far so good: the engine on VLAN5 is able to manage the hosts of CLA ad
CLB with their mgmt networks in VLAN10 and VLAN20

Now it is decided to create a new VLAN30 that is transportable across the
the 2 physical locations and to have host1, host2, host3 to be part of a
new CLC cluster where the mgmt network is now on VLAN30

Can I simplify operations, as many VMs are already in place in CLA and CLB?
So the question arises:

the 3 hosts were added originally using their dns hostname and not their IP
address.
Can I change my dns settings so that the engine resolves the hostnames with
the new IPs and change vlan of ovirtmgmt?

And if I decide to start from scratch with this new cluster CLC on VLAN30,
can I retain my old 3 hostnames (resolving to their new IPs)? How?

Hope I was able to clarify a bit the scenario

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


Re: [ovirt-users] Renaming or deleting ovirtmgmt

2017-09-27 Thread Michael Burman
I was referring to situation in which the host was there before, but you
need to re-install it to the new cluster with the new management network.

No package removing is needed at all. Why would you do steps 2-4? no need.
Step 5 should work.

I'm not sure i understand what you mean by ' still I cannot remove the
default ovirtmgmt network from that cluster'??
Do you want to detach it from the cluster?
Do you want to remove it from the DC?
Note that you can change the management network role only if the cluster
has no hosts in it.


On Wed, Sep 27, 2017 at 5:16 PM, Gianluca Cecchi 
wrote:

>
>
> On Wed, Sep 27, 2017 at 4:04 PM, Michael Burman 
> wrote:
>
>> Hello Gianluca,
>>
>> This is not the right flow. If you would like to have any other network
>> in your cluster as the management network, then you need to create it as
>> the management network of the cluster and then add hosts to the cluster,
>> then the new network which was defined as the management network of the
>> cluster will be the management network of the host/s in the cluster.
>>
>> The correct flow will be :
>> 1) Create new network for example - 'net1-mgmt'
>> 2) Give 'net1-mgmt'  a management role via manage networks, it can be
>> done via networks>clusters flow or via Cluster>logical networks flow(note
>> that management network must be required and attached)
>> 3) Create cluster and choose 'net1-mgmt' as the management network of the
>> cluster
>> 3) Add/install the host in the cluster
>>
>> See also - https://www.ovirt.org/develop/release-management/features/ne
>> twork/management-network-as-a-role/
>> It's a network feature since 3.6
>>
>> Cheers)
>>
>>
>>>
> OK.
> But what if the hosts already existed before?
> Can I
> 1) delete host from engine gui
> 2) remove ovirt packages from host
> 3) verify also /var/lib/vdsm is removed
> 4) reboot host and verify all ok as a standalone server
> 5) add the host to the engine
> Will step 5) have problems because y host is sort-of-already-known by the
> engine before?
>
> Also, is it expected that if I set another network as mgmt one for a
> cluster, still I cannot remove the default ovirtmgmt network from that
> cluster?
>
> Thanks
> Gianluca
>



-- 

Michael Burman

Quality engineer - rhv network - redhat israel

Red Hat



mbur...@redhat.comM: 0545355725 IM: mburman

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


Re: [ovirt-users] changing ip of host and its ovirtmgmt vlan

2017-09-27 Thread Michael Burman
Hello Gianluca,

Not sure i fully understood, but, if the host's IP has changes and the vlan
then the correct flow will be:

1) Remove the host
2) Edit the management network with vlan tag - the vlan you need/want
3) Add/install the host - make sure you using the correct/new IP(if using
IP) or the correct FQDN(if has changed).

Note that doing things manually on the host such as changing ovirtmgmt's
configuration without the engine or vdsm may cause problems and will not
persist the changes during reboots. If the host's IP has changed or it's
FQDN then you must install the host again.

Cheers)


On Wed, Sep 27, 2017 at 12:22 PM, Gianluca Cecchi  wrote:

> Hello,
> an host not maintained by me was modified so that its mgmt network had
> become ovirtmgmntZ2Z3.
> Originally the host had been added into engine with its hostname and not
> its ip and this simplifies things.
> So a dns entry change was done while the host was in maintenance
> (as far as I have understood...)
> The guy changed the /etc/sysconfig/netowrk-scripts/ files and apparently
> it was activated ok, but when host rebooted the config was reverted due to
> persistence of vdsm.
>
> As he had urgence for this host to become operational again, in the mean
> time I worked like this, having now a working host:
>
> - modified /etc/sysconfig/network/scripts files with the new required
> configuration
> - modified files under /var/lib/vdsm/persistence/netconf/nets/
> eg the file ovirtmgmntZ2Z3 with its ip and vlan correct information
>
> sync
>
> then power off / power on host
>
> The host comes up good and as it had been peviously put into maintenance,
> it was able to be activated and power on some VMs.
>
> Can I consider this workflow ok or is there any ip/network information of
> the host stored into engine db or other parts on engine or hosts?
>
> I have then a question for the ovirtmgmt logical network itself, but I
> will open a new thread for it...
>
> Thanks in advance,
> Gianluca
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 

Michael Burman

Quality engineer - rhv network - redhat israel

Red Hat



mbur...@redhat.comM: 0545355725 IM: mburman

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


Re: [ovirt-users] Renaming or deleting ovirtmgmt

2017-09-27 Thread Gianluca Cecchi
On Wed, Sep 27, 2017 at 4:04 PM, Michael Burman  wrote:

> Hello Gianluca,
>
> This is not the right flow. If you would like to have any other network in
> your cluster as the management network, then you need to create it as the
> management network of the cluster and then add hosts to the cluster, then
> the new network which was defined as the management network of the cluster
> will be the management network of the host/s in the cluster.
>
> The correct flow will be :
> 1) Create new network for example - 'net1-mgmt'
> 2) Give 'net1-mgmt'  a management role via manage networks, it can be done
> via networks>clusters flow or via Cluster>logical networks flow(note that
> management network must be required and attached)
> 3) Create cluster and choose 'net1-mgmt' as the management network of the
> cluster
> 3) Add/install the host in the cluster
>
> See also - https://www.ovirt.org/develop/release-management/features/
> network/management-network-as-a-role/
> It's a network feature since 3.6
>
> Cheers)
>
>
>>
OK.
But what if the hosts already existed before?
Can I
1) delete host from engine gui
2) remove ovirt packages from host
3) verify also /var/lib/vdsm is removed
4) reboot host and verify all ok as a standalone server
5) add the host to the engine
Will step 5) have problems because y host is sort-of-already-known by the
engine before?

Also, is it expected that if I set another network as mgmt one for a
cluster, still I cannot remove the default ovirtmgmt network from that
cluster?

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


Re: [ovirt-users] Renaming or deleting ovirtmgmt

2017-09-27 Thread Michael Burman
Hello Gianluca,

This is not the right flow. If you would like to have any other network in
your cluster as the management network, then you need to create it as the
management network of the cluster and then add hosts to the cluster, then
the new network which was defined as the management network of the cluster
will be the management network of the host/s in the cluster.

The correct flow will be :
1) Create new network for example - 'net1-mgmt'
2) Give 'net1-mgmt'  a management role via manage networks, it can be done
via networks>clusters flow or via Cluster>logical networks flow(note that
management network must be required and attached)
3) Create cluster and choose 'net1-mgmt' as the management network of the
cluster
3) Add/install the host in the cluster

See also -
https://www.ovirt.org/develop/release-management/features/network/management-network-as-a-role/
It's a network feature since 3.6

Cheers)


On Wed, Sep 27, 2017 at 12:27 PM, Gianluca Cecchi  wrote:

> Hello,
> I notice that in a cluster I can create a new network and then select it
> as the Management network, but at the same time the default "ovirtmgmt"
> logical network in "Manage Networks" is always checked as both as "Assign"
> and "Required" and also grayed so that I cannot change anything of it...
> and any host in this cluster must have ovirtmgmt even if it doesn't use it
> at all..
>
> Is there any RFE to change this model?
> So for example to be able to change its name or delete it after we have
> defined a new network as management one.
> It seems something similar to the concept of the"Default" DC that now we
> can finally rename and /or delete
>
> Gianluca
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 

Michael Burman

Quality engineer - rhv network - redhat israel

Red Hat



mbur...@redhat.comM: 0545355725 IM: mburman

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


Re: [ovirt-users] Is this guide still valid?data-warehouse

2017-09-27 Thread Shirly Radco
--

SHIRLY RADCO

BI SOFTWARE ENGINEER

Red Hat Israel 

TRIED. TESTED. TRUSTED. 

On Wed, Sep 27, 2017 at 4:26 PM, Arman Khalatyan  wrote:

> Thank you for clarification,
> So in the future you are going to push everything to kibana as a storage,
> what about dashboards or some kind of reports views.
> Are you going to provide some reports templates as before in dwh in 3.0.6
> eg heatmaps etc..?
>

Templates for monitoring.Yes.


> From the https://www.ovirt.org/develop/release-management/
> features/metrics/metrics-store-installation/ one need to install
> OpenShift+kibana, Why then openshift not Ovirt??
>

Openshift will run elasticsearch, fluentd, kibana, curator.
This is the platform that was chosen as the common metrics and logging
solution at this point.


>
> On Wed, Sep 27, 2017 at 9:56 AM, Shirly Radco  wrote:
>
>> Hello Arman,
>>
>> Reports was deprecated in 4.0.
>>
>> DWH is now installed by default with oVirt engine.
>> You can refer to https://www.ovirt.org/documentation/how-to/reports/dwh/
>>
>> You can change its scale to save longer period of time if you want
>> https://www.ovirt.org/documentation/data-warehouse/Changing_
>> the_Data_Warehouse_Sampling_Scale/
>> and attach a reports solution that supports sql.
>>
>> I'll update the docs with the information about reports and fix the links.
>>
>> Thank you for reaching out on this issue.
>>
>> We are currently also working on adding oVirt Metrics solution that you
>> can read about at
>> https://www.ovirt.org/develop/release-management/features/me
>> trics/metrics-store/
>> It is still in development stages.
>>
>> Best regards,
>>
>> --
>>
>> SHIRLY RADCO
>>
>> BI SOFTWARE ENGINEER
>>
>> Red Hat Israel 
>> 
>> TRIED. TESTED. TRUSTED. 
>>
>> On Mon, Sep 25, 2017 at 11:39 AM, Arman Khalatyan 
>> wrote:
>>
>>> Dear Ovirt documents maintainers is this document still valid?
>>> https://www.ovirt.org/documentation/data-warehouse/Data_Warehouse_Guide/
>>> When I go one level up it is bringing an empty page:
>>> https://www.ovirt.org/documentation/data-warehouse/
>>>
>>> Thanks,
>>> Arman.
>>>
>>> ___
>>> 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] Is this guide still valid?data-warehouse

2017-09-27 Thread Arman Khalatyan
Thank you for clarification,
So in the future you are going to push everything to kibana as a storage,
what about dashboards or some kind of reports views.
Are you going to provide some reports templates as before in dwh in 3.0.6
eg heatmaps etc..?
>From the
https://www.ovirt.org/develop/release-management/features/metrics/metrics-store-installation/
one need to install OpenShift+kibana, Why then openshift not Ovirt??


On Wed, Sep 27, 2017 at 9:56 AM, Shirly Radco  wrote:

> Hello Arman,
>
> Reports was deprecated in 4.0.
>
> DWH is now installed by default with oVirt engine.
> You can refer to https://www.ovirt.org/documentation/how-to/reports/dwh/
>
> You can change its scale to save longer period of time if you want
> https://www.ovirt.org/documentation/data-warehouse/
> Changing_the_Data_Warehouse_Sampling_Scale/
> and attach a reports solution that supports sql.
>
> I'll update the docs with the information about reports and fix the links.
>
> Thank you for reaching out on this issue.
>
> We are currently also working on adding oVirt Metrics solution that you
> can read about at
> https://www.ovirt.org/develop/release-management/features/
> metrics/metrics-store/
> It is still in development stages.
>
> Best regards,
>
> --
>
> SHIRLY RADCO
>
> BI SOFTWARE ENGINEER
>
> Red Hat Israel 
> 
> TRIED. TESTED. TRUSTED. 
>
> On Mon, Sep 25, 2017 at 11:39 AM, Arman Khalatyan 
> wrote:
>
>> Dear Ovirt documents maintainers is this document still valid?
>> https://www.ovirt.org/documentation/data-warehouse/Data_Warehouse_Guide/
>> When I go one level up it is bringing an empty page:
>> https://www.ovirt.org/documentation/data-warehouse/
>>
>> Thanks,
>> Arman.
>>
>> ___
>> 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] Restrict a single storage domain for users/roles

2017-09-27 Thread Allon Mureinik
On Thu, Sep 21, 2017 at 3:41 PM, Sandro Bonazzola 
wrote:

>
>
> 2017-09-19 14:29 GMT+02:00 Marco Paolone :
>
>> Hello,
>> this is my first message on ML.
>>
>
> Welcome aboard!
>
>
>>
>> First off, a short recap: I'm setting up an oVirt test environment based
>> on version 4.1.5.2. Once in production, I'm planning to let users access
>> the dashboard with a custom role for basic operations (like startup,
>> shutdown or creation of  VMs).
>>
>> For storage domains I'm using both NFS and Cinder, and I'd like to know
>> if there's a way to limit, for users, creation of new volumes only on
>> Cinder.
>>
>>
> Allon?
>
Sure - create a custom role for your users (configure->roles->new), and
give it permissions only to your Cinder domain (storage->select the
domain->permissions->add)​


>
>
>>
>> Best regards,
>> Marco
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>
> --
>
> SANDRO BONAZZOLA
>
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>
> Red Hat EMEA 
> 
> TRIED. TESTED. TRUSTED. 
> 
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Qemu prevents vm from starting up properly

2017-09-27 Thread Yedidyah Bar David
On Wed, Sep 27, 2017 at 1:14 PM, M R  wrote:
> Hello!
>
> I did check logs from hosts, but didnt notice anything that would help me. I
> can copy paste logs later.
>
> I was not trying to get qemu crash vm.
> I'm trying to add new functionalities with qemu.
>
> I wasnt sure if my syntax was correct, so I copy pasted the example command
> for spice from that website. And it still behaves similarly.
>
> My conclusion is that qemu cmdline is setup wrong or it's not working at
> all. But I dont know how to check that.

Please check/share /var/log/libvirt/qemu/* and /var/log/vdsm/* . Thanks.

>
> On 27 Sep 2017 12:32, "Yedidyah Bar David"  wrote:
>>
>> On Wed, Sep 27, 2017 at 11:32 AM, M R  wrote:
>> > Hello!
>> >
>> > I have followed instructions in
>> > https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/
>> >
>> > After adding any command for qemu cmdline, vm will try to start, but
>> > will
>> > immediately shutdown.
>> >
>> > Is this a bug?
>>
>> If you intended, with the params you passed, to make qemu fail, for
>> whatever
>> reason (debugging qemu?), then it's not a bug :-) Otherwise, it is, but we
>> can't know where.
>>
>> > or is the information in the link insufficient?
>> > If it would be possible to confirm this and if there's a way to fix, I
>> > would
>> > really like to have step by step guide of how to get this working.
>>
>> Did you check relevant logs? vdsm/libvirt?
>>
>> Best,
>> --
>> Didi



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


Re: [ovirt-users] Qemu prevents vm from starting up properly

2017-09-27 Thread M R
Hello!

I did check logs from hosts, but didnt notice anything that would help me.
I can copy paste logs later.

I was not trying to get qemu crash vm.
I'm trying to add new functionalities with qemu.

I wasnt sure if my syntax was correct, so I copy pasted the example command
for spice from that website. And it still behaves similarly.

My conclusion is that qemu cmdline is setup wrong or it's not working at
all. But I dont know how to check that.

On 27 Sep 2017 12:32, "Yedidyah Bar David"  wrote:

> On Wed, Sep 27, 2017 at 11:32 AM, M R  wrote:
> > Hello!
> >
> > I have followed instructions in
> > https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/
> >
> > After adding any command for qemu cmdline, vm will try to start, but will
> > immediately shutdown.
> >
> > Is this a bug?
>
> If you intended, with the params you passed, to make qemu fail, for
> whatever
> reason (debugging qemu?), then it's not a bug :-) Otherwise, it is, but we
> can't know where.
>
> > or is the information in the link insufficient?
> > If it would be possible to confirm this and if there's a way to fix, I
> would
> > really like to have step by step guide of how to get this working.
>
> Did you check relevant logs? vdsm/libvirt?
>
> Best,
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ansible ovirt_vms parameter cloud_init_nics

2017-09-27 Thread Ondra Machacek
On Wed, Sep 27, 2017 at 9:32 AM, TranceWorldLogic .
 wrote:
> Hi,
>
> I was trying to initialize more than one nic via cloud init using ansible as
> shown below
>
> vars:
>myNicList: [ { nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot:
> "true"},{ nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot: "true"} ]

It looks good, you just miss ", right after eth0, so it should be:

myNicList: [ { nic_name: "eth0", nic_boot_protocol: "dhcp",
nic_on_boot: "true"},{ nic_name: "eth1", nic_boot_protocol: "dhcp",
nic_on_boot: "true"} ]

Also you can pass it as follows(could be more readable):

  myNicList:
  - nic_name: eth0
nic_boot_protocol: dhcp
nic_on_boot: true
  - nic_name: eth1
nic_boot_protocol: dhcp
nic_on_boot: true

>
> ovirt_vms:
>auth: "{{ ovirt_auth }}"
>name: test
>...
>cloud_init_nics : "{{ myNicList }}"
>
> Here I am getting error object is type none.
> When I tired to debug ovirt_vms module it showed me below outpu:
>
>cloud_init_nics: [
>{},
>{}
>]
>
> My quesion is, how can I pass list of dictionary in ansible to ovirt_vms via
> variable ?
>
> Please help me, I am stuck.
>
> Thanks,
> ~Rohit
>
> ___
> 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] Odp: Re: ERROR Failed extracting VM OVF from the OVF_STORE volume

2017-09-27 Thread gabriel_skupien
I have 2 nodes. The problem was temporarily solved after ovirt-ha-agent restart 
but then it came back but just on the one node.   Do you know how to 
troubleshoot it?   Gabriel




  Dnia 26 września 2017 13:13 gabriel_skup...@o2.pl 
gabriel_skup...@o2.pl napisał(a):


   And it started again ;/ Any idea?   Regards,  G.




  Dnia 26 września 2017 11:53   gabriel_skup...@o2.pl  
napisał(a):


Dnia 26 września 2017 09:27 Gianluca Cecchi 
gianluca.cec...@gmail.com napisał(a):  On Tue, Sep 26, 2017 at 9:14 AM, 
gabriel_skup...@o2.pl   gabriel_skup...@o2.pl   wrote:  After a 
fresh installation of oVirt Node 4.1.5 and self-hosted engine I can see 
hundreds of logs like below. What is this about? How to mitigate it?   07:08  
ovirt-ha-agent ovirt_hosted_engine_ha.agent. hosted_engine.HostedEngine. config 
ERROR Failed extracting VM OVF from the OVF_STORE volume, falling back to 
initial vm.conf ovirt-ha-agentHello,  I had a recent experience with the 
same messages, but on RHV-H image, with a version comparable with oVirt node 
4.1.5.  In my case the messages disappeared after executing:   systemctl 
restart ovirt-ha-agent   I confirm, that solved the problem.   ps. when you get 
such problems at the beginning it does not encourage you for further diving in 
it :)I didnt investigate more on the real cause though.   HIH,  
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Qemu prevents vm from starting up properly

2017-09-27 Thread Yedidyah Bar David
On Wed, Sep 27, 2017 at 11:32 AM, M R  wrote:
> Hello!
>
> I have followed instructions in
> https://www.ovirt.org/develop/developer-guide/vdsm/hook/qemucmdline/
>
> After adding any command for qemu cmdline, vm will try to start, but will
> immediately shutdown.
>
> Is this a bug?

If you intended, with the params you passed, to make qemu fail, for whatever
reason (debugging qemu?), then it's not a bug :-) Otherwise, it is, but we
can't know where.

> or is the information in the link insufficient?
> If it would be possible to confirm this and if there's a way to fix, I would
> really like to have step by step guide of how to get this working.

Did you check relevant logs? vdsm/libvirt?

Best,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Renaming or deleting ovirtmgmt

2017-09-27 Thread Gianluca Cecchi
Hello,
I notice that in a cluster I can create a new network and then select it as
the Management network, but at the same time the default "ovirtmgmt"
logical network in "Manage Networks" is always checked as both as "Assign"
and "Required" and also grayed so that I cannot change anything of it...
and any host in this cluster must have ovirtmgmt even if it doesn't use it
at all..

Is there any RFE to change this model?
So for example to be able to change its name or delete it after we have
defined a new network as management one.
It seems something similar to the concept of the"Default" DC that now we
can finally rename and /or delete

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


[ovirt-users] changing ip of host and its ovirtmgmt vlan

2017-09-27 Thread Gianluca Cecchi
Hello,
an host not maintained by me was modified so that its mgmt network had
become ovirtmgmntZ2Z3.
Originally the host had been added into engine with its hostname and not
its ip and this simplifies things.
So a dns entry change was done while the host was in maintenance
(as far as I have understood...)
The guy changed the /etc/sysconfig/netowrk-scripts/ files and apparently it
was activated ok, but when host rebooted the config was reverted due to
persistence of vdsm.

As he had urgence for this host to become operational again, in the mean
time I worked like this, having now a working host:

- modified /etc/sysconfig/network/scripts files with the new required
configuration
- modified files under /var/lib/vdsm/persistence/netconf/nets/
eg the file ovirtmgmntZ2Z3 with its ip and vlan correct information

sync

then power off / power on host

The host comes up good and as it had been peviously put into maintenance,
it was able to be activated and power on some VMs.

Can I consider this workflow ok or is there any ip/network information of
the host stored into engine db or other parts on engine or hosts?

I have then a question for the ovirtmgmt logical network itself, but I will
open a new thread for it...

Thanks in advance,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Preventing VM's from starting on specific Hosts

2017-09-27 Thread Martin Sivak
Hi,

> This is a rather old release and we encourage everyone to upgrade.
> Specifically, have you looked at affinity labels in recent versions of
> oVirt?

Labels only support presence check (a host with label can host
labelled VMs). We currently do not have rules for the absence of label
(a VM with no label can still run on a labelled host).

This is not a hard RFE to do for Affinity groups, but we would need
proper request for it in bugzilla.

The current implementation expects a custom label / affinity group
management service that maintains rules like this over REST.

Best regards

Martin Sivak



On Wed, Sep 27, 2017 at 8:22 AM, Yaniv Kaul  wrote:
>
>
> On Mon, Sep 25, 2017 at 8:31 PM, Mark Steele  wrote:
>>
>> Hello,
>>
>> We've added two new hosts to our Ovirt 3.5.0.1 installation and want to
>> restrict which VM's can start on it - specifically we do not any VM's to be
>> able to auto select these two hosts.
>
>
> This is a rather old release and we encourage everyone to upgrade.
> Specifically, have you looked at affinity labels in recent versions of
> oVirt?
> Y.
>
>>
>>
>> How do I prevent VM's from starting on these two HV's without specifically
>> tying every VM to a host?
>>
>> Best regards,
>>
>> ***
>> Mark Steele
>> CIO / VP Technical Operations | TelVue Corporation
>> TelVue - We Share Your Vision
>> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
>> 800.885.8886 x128 | mste...@telvue.com | http://www.telvue.com
>> twitter: http://twitter.com/telvue | facebook:
>> https://www.facebook.com/telvue
>>
>> ___
>> 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] Qemu prevents vm from starting up properly

2017-09-27 Thread M R
Hello!

I have followed instructions in https://www.ovirt.org/
develop/developer-guide/vdsm/hook/qemucmdline/

After adding any command for qemu cmdline, vm will try to start, but will
immediately shutdown.

Is this a bug? or is the information in the link insufficient?
If it would be possible to confirm this and if there's a way to fix, I
would really like to have step by step guide of how to get this working.

thank you,
Mikko
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Update engine from 4.1.5. to 4.1.6 pushes 4.1.7 for dwh

2017-09-27 Thread Yedidyah Bar David
On Tue, Sep 26, 2017 at 8:01 PM, Gianluca Cecchi
 wrote:
> On Tue, Sep 26, 2017 at 5:44 PM, Gianluca Cecchi 
> wrote:
>>
>> Hello,
>> I'm updating my engine from 4.1.5 to 4.1.6
>>
>> But I see that the command
>>
>> # yum update "ovirt-*-setup*"
>> retrieves these updates
>>
>>  ovirt-engine-dwh-setupnoarch
>> 4.1.7-1.el7.centos  ovirt-4.1   69 k
>>  ovirt-engine-setupnoarch
>> 4.1.6.2-1.el7.centosovirt-4.1  9.8 k
>>  ovirt-engine-setup-base   noarch
>> 4.1.6.2-1.el7.centosovirt-4.1   98 k
>>  ovirt-engine-setup-plugin-ovirt-enginenoarch
>> 4.1.6.2-1.el7.centosovirt-4.1  158 k
>>  ovirt-engine-setup-plugin-ovirt-engine-common noarch
>> 4.1.6.2-1.el7.centosovirt-4.1   96 k
>>  ovirt-engine-setup-plugin-vmconsole-proxy-helper  noarch
>> 4.1.6.2-1.el7.centosovirt-4.1   29 k
>>  ovirt-engine-setup-plugin-websocket-proxy noarch
>> 4.1.6.2-1.el7.centosovirt-4.1   27 k
>> Updating for dependencies:
>>  ovirt-engine-lib  noarch
>> 4.1.6.2-1.el7.centosovirt-4.1   31 k
>>
>> Is it correct the 4.1.7 version for ovirt-engine-dwh-setup?

Correct.

We built dwh 4.1.6 for oVirt 4.1.6, then needed to build again
to include another bugfix, wanted to build 4.1.6.1, but:

>>
>> Thanks,
>> Gianluca
>
>
> I found this bugzilla entry, so I updated it
> https://bugzilla.redhat.com/show_bug.cgi?id=1490272

... this caused the above bug.

So we fixed the bug, but only in master branch (4.2), and
decided to bump dwh to 4.1.7.

You can see the various patches in the "External Trackers".

Note that while I do not think we had such cases in the past,
we did have many opposite ones - where dwh didn't require a new
build for some release of oVirt, so had a _lower_ version.

Best,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] VM won't start if a Cinder disk is attached

2017-09-27 Thread Nir Soffer
On Fri, Sep 22, 2017 at 11:54 PM Maxence SARTIAUX 
wrote:

> Hi,
>
> Here's the vdsm.log from the time when i started the VM.
>
> https://pastebin.com/MWdTR0Gr(i've omited glusterfs volume & server
> list lines to have something a bit more readable)
>
> Ovirt version is 4.1.6.2-1.el7 (updated since the first mail)
> Ceph 12.2.0
> Cinder 10.0.5
>

Hi Maxence,

It is hard to work using your pasted log, and I'm not sure about stuff you
omitted from the log.

Please attach complete logs from the time you started the vm.
/var/log/vdsm/vdsm.log
/var/log/libvirt/qemu/vdi-admin.log
(vm name taken from the domain xml you posted)

Also, can you access this disk using rbd command line? you will need to
place
ceph secret in /etc/ceph on the host to test this.

You can also file ovirt bug, will make it easier to collect logs and track
this issue.

Nir


>
> The cinder disk is a second disk, it's not the system.
>
> --
> *De: *"Luca 'remix_tj' Lorenzetto" 
> *À: *"Maxence SARTIAUX" 
> *Cc: *"users" 
> *Envoyé: *Jeudi 21 Septembre 2017 22:49:07
> *Objet : *Re: [ovirt-users] VM won't start if a Cinder disk is attached
>
>
> Hi,
>
> can you attach vdsm.log?
>
> Which version are you running? IIRC in the past booting from Ceph was not
> possible, but should be possible since 4.1.
>
> Luca
>
> On Thu, Sep 21, 2017 at 3:42 PM, Maxence SARTIAUX  > wrote:
>
>> Hello
>>
>> I have a ovirt 4.1.5.2-1 ovirt cluster with a ceph luminous & openstack
>> ocata cinder.
>>
>> I can create / remove / attach cinder disks with ovirt but when i attach
>> a disk to a VM, the VM stay in "starting mode" (double up arrow grey) and
>> never goes up, ovirt try every available hypervisors and end to detach the
>> disk and stay in "starting up" state
>>
>> All i see in the libvirt logs are "connection timeout" nothing more, the
>> hypervisors can contact the ceph cluster
>>
>> Nothing related in the ovirt logs & cinder
>>
>> Any ideas ?
>>
>> Thank you !
>>
>>
>>
>> [image: logo_mail-new.png]
>> Maxence Sartiaux | System & Network Engineer
>> Boulevard Initialis, 28 - 7000 Mons
>> Tel : +32 (0)65 84 23 85 <+32%2065%2084%2023%2085> (ext: 6016)
>> Fax : +32 (0)65 84 66 76 <+32%2065%2084%2066%2076> www.it-optics.com
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
> ___
> 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] Is this guide still valid?data-warehouse

2017-09-27 Thread Shirly Radco
Hello Arman,

Reports was deprecated in 4.0.

DWH is now installed by default with oVirt engine.
You can refer to https://www.ovirt.org/documentation/how-to/reports/dwh/

You can change its scale to save longer period of time if you want
https://www.ovirt.org/documentation/data-warehouse/Changing_the_Data_Warehouse_Sampling_Scale/
and attach a reports solution that supports sql.

I'll update the docs with the information about reports and fix the links.

Thank you for reaching out on this issue.

We are currently also working on adding oVirt Metrics solution that you can
read about at
https://www.ovirt.org/develop/release-management/features/metrics/metrics-store/
It is still in development stages.

Best regards,

--

SHIRLY RADCO

BI SOFTWARE ENGINEER

Red Hat Israel 

TRIED. TESTED. TRUSTED. 

On Mon, Sep 25, 2017 at 11:39 AM, Arman Khalatyan  wrote:

> Dear Ovirt documents maintainers is this document still valid?
> https://www.ovirt.org/documentation/data-warehouse/Data_Warehouse_Guide/
> When I go one level up it is bringing an empty page:
> https://www.ovirt.org/documentation/data-warehouse/
>
> Thanks,
> Arman.
>
> ___
> 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] Is this guide still valid?data-warehouse

2017-09-27 Thread Shirly Radco
Hi John,

Please review these pages.

Not sure what happened there

Best,

--

SHIRLY RADCO

BI SOFTWARE ENGINEER

Red Hat Israel 

TRIED. TESTED. TRUSTED. 

-- Forwarded message --
From: Arman Khalatyan 
Date: Mon, Sep 25, 2017 at 11:39 AM
Subject: [ovirt-users] Is this guide still valid?data-warehouse
To: users 


Dear Ovirt documents maintainers is this document still valid?
https://www.ovirt.org/documentation/data-warehouse/Data_Warehouse_Guide/
When I go one level up it is bringing an empty page:
https://www.ovirt.org/documentation/data-warehouse/

Thanks,
Arman.

___
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] ansible ovirt_vms parameter cloud_init_nics

2017-09-27 Thread TranceWorldLogic .
Hi,

I was trying to initialize more than one nic via cloud init using ansible
as shown below

vars:
   myNicList: [ { nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot:
"true"},{ nic_name: "eth0, nic_boot_protocol: "dhcp", nic_on_boot: "true"} ]

ovirt_vms:
   auth: "{{ ovirt_auth }}"
   name: test
   ...
   cloud_init_nics : "{{ myNicList }}"

Here I am getting error object is type none.
When I tired to debug ovirt_vms module it showed me below outpu:

   cloud_init_nics: [
   {},
   {}
   ]

My quesion is, how can I pass list of dictionary in ansible to ovirt_vms
via variable ?

Please help me, I am stuck.

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


Re: [ovirt-users] Snapshot removal

2017-09-27 Thread Tomas Jelinek
On Wed, Sep 27, 2017 at 8:26 AM, Yaniv Kaul  wrote:

>
>
> On Fri, Sep 22, 2017 at 12:01 PM, Lionel Caignec  wrote:
>
>> Hi,
>>
>> i'm wondering if it possible to delete at same time snapshots of
>> differents VM ? Or is it necessary to do it only one at a time?
>>
>
> There should not be an issue deleting them at the same time.
>

well, yes, but you can not multiselect 20 snapshots from 10 different VMs
and press "remove" in the current UI. I believe this is what the question
was about.


> Y.
>
>
>> --
>> Lionel
>> ___
>> 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] Snapshot removal

2017-09-27 Thread Yaniv Kaul
On Fri, Sep 22, 2017 at 12:01 PM, Lionel Caignec  wrote:

> Hi,
>
> i'm wondering if it possible to delete at same time snapshots of
> differents VM ? Or is it necessary to do it only one at a time?
>

There should not be an issue deleting them at the same time.
Y.


> --
> Lionel
> ___
> 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] oVirt's VM backup

2017-09-27 Thread Yaniv Kaul
On Mon, Sep 25, 2017 at 12:51 PM, Nathanaël Blanchet 
wrote:

>
>
> Le 25/09/2017 à 11:27, Yaniv Kaul a écrit :
>
>
>
> On Mon, Sep 25, 2017 at 11:02 AM, Nathanaël Blanchet 
> wrote:
>
>>
>>
>> Le 24/09/2017 à 11:11, Yaniv Kaul a écrit :
>>
>>
>>
>> On Sep 21, 2017 7:09 PM, "Nathanaël Blanchet"  wrote:
>>
>> Hi Bernardo,
>>
>> Thanks, I knew this tool, but it is based on sdk3 which will be removed
>> in the next version 4.2, so I'm looking at sdk4 project.
>>
>> So it has recently changed! There was a dedicated ticket in bugzilla
>> about this and many warnings intended to users, but nothing to tell sdk3
>> removal will be postponed...
>>
>
> We decided to just let it stay, instead of forcing everyone to convert.
>
> Nice to hear such a new, community is the key, and ovirt devs seem to
> remember!
>
> Note that none of the new features since 4.0 are supported in v3 API, it
> has far fewer examples, documentation or features for the SDKs themselves
> (see[1] for example).
>
> So does that mean v3 API will be kept far in the future? What about
> derivated tools like ovirt-shell?
>

There is no promise, but we are not dropping it at the moment. As long it's
there, old (3.6.x) ovirt-shell should continue to work. We do not maintain
either though.
Ansible seems to be a great and powerful replacement to ovirt-shell.
Another recommendation I can give is ovirtcmd[1], though I have not tried
it myself, I've looked at the code and it looks good.

Y.

[1] https://github.com/fbacchella/ovirtcmd

>
>
> From personal experience, I believe it is also easier to develop with the
> new SDKs.
> Y.
>
> [1] https://ovirt.org/blog/2017/05/higher-performance-for-python-sdk/
>
>
>>
>> SDKv3 will not be removed in 4.2.
>>
>> You may want to adapt it?
>>
>>
>> Note that you can gradually move to v4. You can mix v4 API with v3 API
>> and convert function by function.
>> Y.
>>
>>
>> Le 21/09/2017 à 17:08, Bernardo Juanicó a écrit :
>>
>> Hi Nathanael,
>>
>> You may want to take a look at this too:
>>
>> https://github.com/bjuanico/oVirtBackup
>>
>> Regards,
>>
>> Bernardo
>>
>> PGP Key 
>> Skype: mattraken
>>
>> 2017-09-21 11:00 GMT-03:00 Nathanaël Blanchet :
>>
>>> Hello Victor,
>>>
>>> I have some questions about your script
>>>
>>> Le 07/07/2017 à 23:40, Victor José Acosta Domínguez a écrit :
>>>
>>> Hello everyone, i created a python tool to backup and restore oVirt's
>>> VMs.
>>>
>>> Also i created a little "how to" on my blog:
>>> http://blog.infratic.com/2017/07/create-ovirtrhevs-vm-backup/
>>>
>>>
>>>- Backup step is okay, and I get a usable qcow2 image of the
>>>snapshot vm in the backup vm. It seems to be compliant with the official
>>>backup API, except on the step 2.
>>>
>>>
>>>1. *Take a snapshot of the virtual machine to be backed up -
>>>(existing oVirt REST API operation)*
>>>2. *Back up the virtual machine configuration at the time of the
>>>snapshot (the disk configuration can be backed up as well if needed) -
>>>(added capability to oVirt as part of the Backup API)*
>>>
>>> I can't see any vm configuration anywhere but only the qcow2 disk itself
>>>
>>>1. *Attach the disk snapshots that were created in (1) to the
>>>virtual appliance for data backup - (added capability to oVirt as part of
>>>the Backup API)*
>>>2.
>>> 3. *Detach the disk snapshots that were attached in (4) from the
>>>virtual appliance - (added capability to oVirt as part of the Backup 
>>> API)*
>>>
>>> An other case is when the vm to backup has more than one disk. After I
>>> tested it, I found that only one qcow2 disk is saved on the backup vm. This
>>> is really a matter when the original vm has many disks part of lvm, it
>>> makes the vm restoration unusable.
>>>
>>>- About vm restoration, it seems that you are using the upload_disk
>>>api, so the disk is uploaded to the pre-defined storage domain, so it is
>>>not a real vm restoration.
>>>
>>> Do you plan to backup and restore a full VM (disks + vm definition) in a
>>> next release?
>>>
>>>
>>> I hope it help someone else
>>>
>>> Regards
>>>
>>> Victor Acosta
>>>
>>>
>>>
>>>
>>> ___
>>> Users mailing 
>>> listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>> --
>>> Nathanaël Blanchet
>>>
>>> Supervision réseau
>>> Pôle Infrastrutures Informatiques227 avenue Professeur-Jean-Louis-Viala 
>>> 
>>> 34193 MONTPELLIER CEDEX 5   
>>> Tél. 33 (0)4 67 54 84 55
>>> Fax  33 (0)4 67 54 84 14blanc...@abes.fr
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>> --
>> Nathanaël Blanchet
>>
>> Supervision réseau
>> Pôle Infrastrutures Informatiques227 avenue 

Re: [ovirt-users] Preventing VM's from starting on specific Hosts

2017-09-27 Thread Yaniv Kaul
On Mon, Sep 25, 2017 at 8:31 PM, Mark Steele  wrote:

> Hello,
>
> We've added two new hosts to our Ovirt 3.5.0.1 installation and want to
> restrict which VM's can start on it - specifically we do not any VM's to be
> able to auto select these two hosts.
>

This is a rather old release and we encourage everyone to upgrade.
Specifically, have you looked at affinity labels in recent versions of
oVirt?
Y.


>
> How do I prevent VM's from starting on these two HV's without specifically
> tying every VM to a host?
>
> Best regards,
>
> ***
> *Mark Steele*
> CIO / VP Technical Operations | TelVue Corporation
> TelVue - We Share Your Vision
> 16000 Horizon Way, Suite 100 | Mt. Laurel, NJ 08054
> 800.885.8886 x128 <(800)%20885-8886> | mste...@telvue.com | http://
> www.telvue.com
> twitter: http://twitter.com/telvue | facebook: https://www.
> facebook.com/telvue
>
> ___
> 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