[ovirt-users] Re: hyperconverged cluster - how to change the mount path?

2018-07-04 Thread Renout Gerrits
unsupported, make backups, use at your own risk etc... you could update the db if you can't put the storage domain into maintenance after that put your hosts into maintenance and out again to remount find the id of the sd you want to update with: engine=# select * from

Re: [ovirt-users] Importing Libvirt Kvm Vms to oVirt Status: Released in oVirt 4.2 using ssh - Failed to communicate with the external provider

2018-02-09 Thread Renout Gerrits
Hi Maoz, You should not be using the engine and not the root user for the ssh keys. The actions are delegated to a host and the vdsm user. So you should set-up ssh keys for the vdsm user on one or all of the hosts (remember to select this host as proxy host in the gui). Probably the documentation

Re: [ovirt-users] Unable to change compatibility version due to hosted engine

2016-12-15 Thread Renout Gerrits
Thanks, will give that a go Karma++ :) On Thu, Dec 15, 2016 at 12:13 PM, Simone Tiraboschi <stira...@redhat.com> wrote: > > > On Thu, Dec 15, 2016 at 12:04 PM, Renout Gerrits <m...@renout.nl> wrote: > >> Hi Simone, >> >> Do you mean the following? >

Re: [ovirt-users] Unable to change compatibility version due to hosted engine

2016-12-15 Thread Renout Gerrits
to shutdown all vm's. Or do you mean something completely different? Thanks, Renout On Thu, Dec 15, 2016 at 11:01 AM, Simone Tiraboschi <stira...@redhat.com> wrote: > > > On Thu, Dec 15, 2016 at 10:33 AM, Renout Gerrits <m...@renout.nl> wrote: > >> Hi All, >> >

[ovirt-users] ovirtsdk4 and cloud-init

2016-08-31 Thread Renout Gerrits
I have some troubles starting a VM with cloud-init via the ovirtsdk4. vm = vms_service.list(search=vm_name)[0] vm_service = vms_service.vm_service(vm.id) vm_service.start( types.Action( use_cloud_init=True, ), types.Vm( types.Initialization(

Re: [ovirt-users] ovirt-ha-agent

2016-08-26 Thread Renout Gerrits
Depends on your systemd configuration. ovirt-ha-agent and broker daemon's both log to stdout and it's own logfile. All messages to stdout will go to journald and be forwarded to /var/log/messages (ForwardToSyslog=yes in /etc/systemd/journald.conf I think). So the ovirt-ha-agent doesn't log to

Re: [ovirt-users] Enable Gluster service during hosted-engine deploy

2016-08-25 Thread Renout Gerrits
Thanks for the link to the bug! On Thu, Aug 25, 2016 at 11:45 AM, knarra <kna...@redhat.com> wrote: > On 08/25/2016 01:20 PM, Renout Gerrits wrote: > > Hi all, > > Is there a way to enable the Gluster Service for a cluster in the hosted > engine deploy? > In

[ovirt-users] Enable Gluster service during hosted-engine deploy

2016-08-25 Thread Renout Gerrits
Hi all, Is there a way to enable the Gluster Service for a cluster in the hosted engine deploy? In the config append you make the gluster service available with: OVESETUP_CONFIG/applicationMode=str:both. But how would one enable it? I would like to enable it automatically. Now I change it

Re: [ovirt-users] cloud_init not apply when v create from API

2016-03-29 Thread Renout Gerrits
In the more recent versions you have to use 'use_cloud_init=True' in the api, which isn't described in most documentation yet. Maybe thats the reason it isn't working? Here's a working snippet: vm = api.vms.get(name=vm_name) action = params.Action( use_cloud_init=True, vm=params.VM(

[ovirt-users] vdsm lvm filter

2015-06-11 Thread Renout Gerrits
Hi All, I've got a setup with with ovirt and an equallogic iscsi. Im using the dell hit drivers. Install all good, after a reboot the storage won't come up. From the vdsm logs i can see the volume groups can't be found. in the lvm vgs command the following filter is used: [ '\''r|.*|'\'' ] . If I