[ovirt-users] Re: How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
Hi,

If anyone stuck like me then below is solution for this :
=> ^[a-z_A-Z0-9]+=\d+(,[a-z_A-Z0-9]+=\d+)*$

[a-z_A-Z0-9]+ => this indicate match for string. here + mean multiple
character .
= => as ":" was not shown in engine-config suggesion I used '=' as
seperator.
\d+ => any number. + indicate double/triple... digit number.
(,[a-z_A-Z0-9]+=\d+) => This indicate repetition unit and * indicate this
unit can present multiple time or zero time.
$ => indicate end of line.

I am not good at regex but hope this might help someone.

Thanks,
Rohit


On Thu, Jul 4, 2019 at 7:40 PM TranceWorldLogic . <
tranceworldlo...@gmail.com> wrote:

> Hi,
>
> I want to set custom vm property as shown below
> testme = String1:45;String2:67;
>
> I know engine-config command to run in ovirt, but not able to construct
> regular expresion.
> Please help me.
> engine-config -s UserDefinedVMProperties='multiq='
> I tried below regex but server throw 500 error code after setting
> property.
> regex =(^[a-z_A-Z0-9]+:[0-9]+\;)+$
>
> And even if match entire contain as string that also fine for me.
>
> Please please help me.
>
> Thanks,
> ~Rohit
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/33J4LDHI5LCQBBL7A65XMQUXI4C2ZUY3/


[ovirt-users] Regarding VDSM_Hooks

2019-07-04 Thread Vrgotic, Marko
Dear oVIrt,

Happy to report I have deployed my first python vdsm_hook which removes A, 
, TXT records of VM each time after_vm_destroy event is triggered, and it 
works fine.
This was required to be able to quickly redploy/rebuild VMs using same hostname.

Issue I am observing/just discovered now is:
Since live_migration of VM guest is considered a destruction from Host 
perspective, DNS records get deleted and VM lands on new host without being 
resolvable  .

I would like to introduce another python script for hook regarding migration 
events to get these entries back into DNS but for that I need there IPs.

Question:

  *   Where can I find/locate/read VMs IPs and Hostnames (is it dom_xml) to be 
able to incorporate them for DNS Update script?

If its relevant for the question: we are currently running oVIrt 4.3.3 version

Kindly awaiting your reply.

Marko Vrgotic
ActiveVideo
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/76LTKU6KVZHJ3BBO55TDSPQLBFYDNKW6/


[ovirt-users] Bad Gateway buhaa

2019-07-04 Thread Vrgotic, Marko
Dear oVIrt,

Although it should be simple, I am failing to understand the connection between 
Default Gateway setting and Bad Gateway issue.

On which network I need to set default gateway:

Our ovirtmgmt is set not to be used by Guest VMs, only Hosted-Engine.

We have tenant1 network which is assigned to VM Guest instances and it has 
Default Gateway, working one .
Why am I still seeing this message:

2019-07-04 12:53:08,991Z ERROR 
[org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-54) [2cfff521] Command 
'org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand' failed: 
EngineException: (Failed with error Bad Gateway and code 5050)

What am I doing wrong?

If you need more info or log data, just let me know.

oVIrt 4.3.3

Kindly awating your reply.

Marko Vrgotic
ActiveVideo
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HXOUL32IBYCHDNORBFCGRLXW3XO7JHEG/


[ovirt-users] Re: Anaconda crashing on start while trying to Install oVirt Node on bare metal

2019-07-04 Thread Strahil
If you don't have a  raid controller  with battery-backed  cache - disable the 
raid in bios.
Fake raids are just like  software raid, use the cpu for calculations and could 
be a potential problem if the Motherboard dies.

Software raid (controlled by mdadm) and lvm raid (sane driver but controlled 
from lvm) can easily be recovered on any type of linux (as  long as it is not 
too old ofc) and do not have the minuses  of the fake raid.

Best Regards,
Strahil NikolovOn Jul 4, 2019 13:41, rubentrind...@live.com wrote:
>
> So, following your advise, what I did was "dd status=progress if=/dev/zero 
> of=/dev/sda count=1" and that did indeed fix the anaconda starting up issue. 
>
> By the way, when I said mirrored, it's raid 1, so if I do to one, I do on 
> both at the same time. The raid is being done and managed on the bios. Maybe 
> poor wording on my side. 
>
> The thing is, as soon as I try to create partitions/LVMs it returns me an 
> error. Here's the three different outputs: 
> LVM Thin Provisioning https://i.imgur.com/tfbi0oo.jpg (curiously, it's the 
> same output error as when it crashed) 
> LVM https://i.imgur.com/nJXo3aK.jpg 
> Standard Partition   https://i.imgur.com/j6gNRpo.jpg 
>
> After taking the screenshots above, I tried the same process using a CentOS7 
> minimal image on text mode to see the output, and there's no error output 
> what so ever. 
> Out of curiosity, I tried with a 4.3.3 ovirt node image and I had similar 
> error as above(above I'm using 4.3.4) with a slight different wording, but 
> still the same issue.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/23EXVASBCCERKQYRV3XNE3POPWX5DWDQ/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AHMKLZNDTIA6UN3O3XTTTYNCJJZKGNRF/


[ovirt-users] Re: lvm agregation of lun in a storage domain

2019-07-04 Thread Strahil
I think the simplest way is to get a new LUN and migrate the VM disks to it.
Once the 2 old LUNs are free  - you can release them both.

Best Regards,
Strahil NikolovOn Jul 4, 2019 12:06, Nathanaël Blanchet  
wrote:
>
> Hello
>
> We made a mistake at the conception of our storage domain and we aggreggated 
> two FC luns like so:
>
> We need to retrieve one of the two luns for other use, is there a way to easy 
> detach one of the two luns from the VG ?
>
>
> -- 
>
> 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
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WVZMMBQJUCYG6T7SC63QVR4DTNQ4G47E/


[ovirt-users] Re: iptables with 4.3+?

2019-07-04 Thread Darrell Budic
I’m in the same boat, puppet managing iptables rules, and was able to continue 
forcing it on my 4.3.x ovirt systems. Engine-setup complains all the time, but 
so far it hasn’t broken anything.

  -Darrell


> On Jul 4, 2019, at 9:38 AM, Jordan Conway  wrote:
> 
> Hello,
> I'm working on migrating an existing ovirt setup to a new hosted-engine setup 
> and I've been seeing messages about iptables support being deprecated and 
> slated to be removed.
> Can I continue using iptables to manage the firewalls on my ovirt hosts if I 
> don't care about allowing ovirt to configure the firewalls?
> We manage all of our machines with puppet and iptables is deeply integrated 
> into this. It would be non-trivial to migrate to firewalld support.
> As it stands I already manage the firewall rules for our ovirt hosts with 
> puppet and iptables and have always ignored the "Automatically Configure 
> Firewall" option when adding new hosts. Will this continue to work?
> 
> Also with hosted engine, I had to cowboy enable firewalld to get the engine 
> installed, but now that I've got a cluster up and running with hosted engine 
> enabled on several hosts, can I just switch back from firewalld to iptables 
> assuming I've got all the correct ports open?
> 
> Thank you,
> Jordan Conway
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CFKUWD44EKAOGHSR5PBOC5CL5YMXZCR4/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7HKXXY6KFVICSGFYAPTKTYPRUWCF35FU/


[ovirt-users] Re: Managed Block Storage

2019-07-04 Thread dan . poltawski
> Can you provide logs? mainly engine.log and cinderlib.log
> (/var/log/ovirt-engine/cinderlib/cinderlib.log


If I create two volumes, the first one succeeds successfully, the second one 
hangs. If I look in the processlist after creating the second volume which 
doesn't succceed, I see the python ./cinderlib-client.py create_volume [...] 
command still running.

On the ceph side, I can see only the one rbd volume. 

Logs below:



--- cinderlib.log -- 

2019-07-04 16:46:30,863 - cinderlib-client - INFO - Fetch backend stats 
[b07698bb-1688-472f-841b-70a9d52a250d]
2019-07-04 16:46:56,308 - cinderlib-client - INFO - Creating volume 
'236285cc-ac01-4239-821c-4beadd66923f', with size '2' GB 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d]
2019-07-04 16:47:21,671 - cinderlib-client - INFO - Creating volume 
'84886485-554a-44ca-964c-9758b4a16aae', with size '2' GB 
[a793bfc9-fc37-4711-a144-d74c100cc75b]

--- engine.log ---

2019-07-04 16:46:54,062+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.AddDiskCommand] (default task-22) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] Running command: AddDiskCommand 
internal: false. Entities affected :  ID: 31536d80-ff45-496b-9820-15441d505924 
Type: StorageAction group CREATE_DISK with role type USER
2019-07-04 16:46:54,150+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.managedblock.AddManagedBlockStorageDiskCommand]
 (EE-ManagedThreadFactory-commandCoordinator-Thread-1) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] Running command: 
AddManagedBlockStorageDiskCommand internal: true.
2019-07-04 16:46:56,863+01 INFO  
[org.ovirt.engine.core.common.utils.cinderlib.CinderlibExecutor] 
(EE-ManagedThreadFactory-commandCoordinator-Thread-1) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] cinderlib output: 
2019-07-04 16:46:56,912+01 INFO  
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default 
task-22) [] EVENT_ID: USER_ADD_DISK_FINISHED_SUCCESS(2,021), The disk 'test0' 
was successfully added.
2019-07-04 16:47:00,126+01 INFO  
[org.ovirt.engine.core.bll.ConcurrentChildCommandsExecutionCallback] 
(EE-ManagedThreadFactory-engineScheduled-Thread-95) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] Command 'AddDisk' id: 
'15fe157d-7adb-4031-9e81-f51aa0b6528f' child commands 
'[d056397a-7ed9-4c01-b880-dd518421a2c6]' executions were completed, status 
'SUCCEEDED'
2019-07-04 16:47:01,136+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.AddDiskCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-99) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] Ending command 
'org.ovirt.engine.core.bll.storage.disk.AddDiskCommand' successfully.
2019-07-04 16:47:01,141+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.managedblock.AddManagedBlockStorageDiskCommand]
 (EE-ManagedThreadFactory-engineScheduled-Thread-99) 
[0b0f0d6f-cb20-440a-bacb-7f5ead2b4b4d] Ending command 
'org.ovirt.engine.core.bll.storage.disk.managedblock.AddManagedBlockStorageDiskCommand'
 successfully.
2019-07-04 16:47:01,145+01 WARN  
[org.ovirt.engine.core.bll.storage.disk.AddDiskCommand] 
(EE-ManagedThreadFactory-engineScheduled-Thread-99) [] VM is null - no unlocking
2019-07-04 16:47:01,186+01 INFO  
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedThreadFactory-engineScheduled-Thread-99) [] EVENT_ID: 
USER_ADD_DISK_FINISHED_SUCCESS(2,021), The disk 'test0' was successfully added.
2019-07-04 16:47:19,446+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.AddDiskCommand] (default task-22) 
[a793bfc9-fc37-4711-a144-d74c100cc75b] Running command: AddDiskCommand 
internal: false. Entities affected :  ID: 31536d80-ff45-496b-9820-15441d505924 
Type: StorageAction group CREATE_DISK with role type USER
2019-07-04 16:47:19,464+01 INFO  
[org.ovirt.engine.core.bll.storage.disk.managedblock.AddManagedBlockStorageDiskCommand]
 (EE-ManagedThreadFactory-commandCoordinator-Thread-2) 
[a793bfc9-fc37-4711-a144-d74c100cc75b] Running command: 
AddManagedBlockStorageDiskCommand internal: true.
2019-07-04 16:48:19,501+01 INFO  
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedThreadFactory-engineThreadMonitoring-Thread-1) [] Thread pool 
'commandCoordinator' is using 1 threads out of 10, 1 threads waiting for tasks.
2019-07-04 16:48:19,501+01 INFO  
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedThreadFactory-engineThreadMonitoring-Thread-1) [] Thread pool 
'default' is using 0 threads out of 1, 5 threads waiting for tasks.
2019-07-04 16:48:19,501+01 INFO  
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedThreadFactory-engineThreadMonitoring-Thread-1) [] Thread pool 
'engine' is using 0 threads out of 500, 9 threads waiting for tasks and 0 tasks 
in queue.
2019-07-04 16:48:19,501+01 INFO  
[org.ovirt.engine.core.bll.utils.ThreadPoolMonitoringService] 
(EE-ManagedThreadFactory-engineThreadMonitoring-Thread-1) [] Thread pool 
'engineScheduled' is using 0 threads out of 100, 100 threads waiting for tasks.
2019-07-04 16:48:19,501+01 INFO  

[ovirt-users] iptables with 4.3+?

2019-07-04 Thread Jordan Conway
Hello,
I'm working on migrating an existing ovirt setup to a new hosted-engine
setup and I've been seeing messages about iptables support being deprecated
and slated to be removed.
Can I continue using iptables to manage the firewalls on my ovirt hosts if
I don't care about allowing ovirt to configure the firewalls?
We manage all of our machines with puppet and iptables is deeply integrated
into this. It would be non-trivial to migrate to firewalld support.
As it stands I already manage the firewall rules for our ovirt hosts with
puppet and iptables and have always ignored the "Automatically Configure
Firewall" option when adding new hosts. Will this continue to work?

Also with hosted engine, I had to cowboy enable firewalld to get the engine
installed, but now that I've got a cluster up and running with hosted
engine enabled on several hosts, can I just switch back from firewalld to
iptables assuming I've got all the correct ports open?

Thank you,
Jordan Conway
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CFKUWD44EKAOGHSR5PBOC5CL5YMXZCR4/


[ovirt-users] How to set custom VM property in ovirt ?

2019-07-04 Thread TranceWorldLogic .
Hi,

I want to set custom vm property as shown below
testme = String1:45;String2:67;

I know engine-config command to run in ovirt, but not able to construct
regular expresion.
Please help me.
engine-config -s UserDefinedVMProperties='multiq='
I tried below regex but server throw 500 error code after setting property.
regex =(^[a-z_A-Z0-9]+:[0-9]+\;)+$

And even if match entire contain as string that also fine for me.

Please please help me.

Thanks,
~Rohit
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2V3I5NIXAAVGEFIAJOFDZN5JEFGMQ3MT/


[ovirt-users] Re: Managed Block Storage

2019-07-04 Thread Benny Zlotnik
On Thu, Jul 4, 2019 at 1:03 PM  wrote:

> I'm testing out the managed storage to connect to ceph and I have a few
> questions:

* Would I be correct in assuming that the hosted engine VM needs
> connectivity to the storage and not just the underlying hosts themselves?
> It seems like the cinderlib client runs from the engine?

Yes, this is correct

> * Does the ceph config and keyring need to replicated onto each
> hypervisor/host?
>
No, see[1], the keyring and ceph config can be present only on the engine
machine

> * I have managed to do one block operation so far (i've created a volume
> which is visible on the ceph side), but multiple other operations have
> failed and are 'running' in the engine task list. Is there any way I can
> increase debugging to see whats happening?
>
Can you provide logs? mainly engine.log and cinderlib.log
(/var/log/ovirt-engine/cinderlib/cinderlib.log
[1] -
https://ovirt.org/develop/release-management/features/storage/cinderlib-integration.html


>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/N6WAPFHQLVCQZDM7ON74ZQUFNVSOAFA5/


[ovirt-users] Re: Anaconda crashing on start while trying to Install oVirt Node on bare metal

2019-07-04 Thread rubentrindade
So, following your advise, what I did was "dd status=progress if=/dev/zero 
of=/dev/sda count=1" and that did indeed fix the anaconda starting up issue.

By the way, when I said mirrored, it's raid 1, so if I do to one, I do on both 
at the same time. The raid is being done and managed on the bios. Maybe poor 
wording on my side.

The thing is, as soon as I try to create partitions/LVMs it returns me an 
error. Here's the three different outputs:
LVM Thin Provisioning https://i.imgur.com/tfbi0oo.jpg (curiously, it's the same 
output error as when it crashed)
LVM https://i.imgur.com/nJXo3aK.jpg
Standard Partition   https://i.imgur.com/j6gNRpo.jpg

After taking the screenshots above, I tried the same process using a CentOS7 
minimal image on text mode to see the output, and there's no error output what 
so ever.
Out of curiosity, I tried with a 4.3.3 ovirt node image and I had similar error 
as above(above I'm using 4.3.4) with a slight different wording, but still the 
same issue.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/23EXVASBCCERKQYRV3XNE3POPWX5DWDQ/


[ovirt-users] Re: lvm agregation of lun in a storage domain

2019-07-04 Thread Fred Rolland
Yes, you need to put the Storage Domain in maintenance.
Then you will have a "Remove button" on the LUN row like this:

https://imgur.com/a/9bZNz

On Thu, Jul 4, 2019 at 12:13 PM Nathanaël Blanchet  wrote:

> Hello
>
> We made a mistake at the conception of our storage domain and we
> aggreggated two FC luns like so:
>
> We need to retrieve one of the two luns for other use, is there a way to
> easy detach one of the two luns from the VG ?
>
>
> --
> 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 14blanc...@abes.fr
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CMDEKJIO4IJZ27J2RHNXPOGU75G7RWEA/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/43FREWW6APJAVF3NPG5DD2PR5ZHYH4IT/


[ovirt-users] Managed Block Storage

2019-07-04 Thread dan . poltawski
I'm testing out the managed storage to connect to ceph and I have a few 
questions:

* Would I be correct in assuming that the hosted engine VM needs connectivity 
to the storage and not just the underlying hosts themselves? It seems like the 
cinderlib client runs from the engine?

* Does the ceph config and keyring need to replicated onto each hypervisor/host?

* I have managed to do one block operation so far (i've created a volume which 
is visible on the ceph side), but multiple other operations have failed and are 
'running' in the engine task list. Is there any way I can increase debugging to 
see whats happening? 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DEDWJMWUD2YZ6C5U7VVR66WMI7MMYL5J/


[ovirt-users] Can't unsubscribe myself from here

2019-07-04 Thread csi-laser
Hi,
I sent a mail in order to unsubsribe my mailer team "csi-la...@cisco.com", and 
I'm still getting e-mails.
I already sent mails  to "'users-le...@ovirt.org'


Who should I talk more in order it'll stop ??
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/46LBDXVX2W4TCIRL2DYXX5DSO7R34GZS/


[ovirt-users] lvm agregation of lun in a storage domain

2019-07-04 Thread Nathanaël Blanchet

Hello

We made a mistake at the conception of our storage domain and we 
aggreggated two FC luns like so:


We need to retrieve one of the two luns for other use, is there a way to 
easy detach one of the two luns from the VG ?



--
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
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CMDEKJIO4IJZ27J2RHNXPOGU75G7RWEA/


[ovirt-users] Fwd: console issue after installing 3rd party certificate

2019-07-04 Thread ada per
> On 2 Jul 2019, at 16:16, ada per  wrote:
>
> Hello Everyone,
>
> I followed the instructions on installing a 3rd party certificate on
hosted engine.
> The certificate is installed properly and in all  the correct paths,
everything seems to be working fine but i cannot access teh spice console

 how exactly do you access the spice console?

I am downloading the console.vv and opening it with virt-viewer.



> , it comes up with error cannot connect to graphic server and libvirt
uri:none.
>
>
> any advice will be greatly appreciated
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KYQT54C3L526NXJHVRDDQKRQRQM2E5K3/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ZHD6XEU6NASSENH73RKG7NRBNATVL76R/


[ovirt-users] Re: Issue adding Network to host with Python SDK

2019-07-04 Thread Joey Ma
Hi Don, so glad to see it worked. :)

On Wed, Jul 3, 2019 at 11:42 PM Don Dupuis  wrote:

> Joey
> The setup_networks/modified_network_attachments methods took care of my
> issue.
>
> Thanks
> Don
>
> On Wed, Jul 3, 2019 at 8:15 AM Don Dupuis  wrote:
>
>> Thanks, I will check it out.
>>
>> On Wed, Jul 3, 2019 at 12:06 AM Joey Ma  wrote:
>>
>>> Hi Don,
>>>
>>> One feasible way to manipulate host networks/nics is using
>>> `host_service.setup_networks()` function. You could refer to [1] and [2]
>>> for the official directive details. Hopefully it will be useful.
>>>
>>> Regards,
>>> Joey
>>>
>>> [1]:
>>> https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/add_bond.py
>>> [2]:
>>> http://ovirt.github.io/ovirt-engine-api-model/4.4/#services/host/methods/setup_networks
>>>
>>> On Wed, Jul 3, 2019 at 2:42 AM Don Dupuis  wrote:
>>>
 I am having issue with adding network to host nic with python SDK. It
 works just fine using the portal GUI. I have the following:

 bond0 that is setup as mode 4
 bond0.120 that is attached to ovirtmgmt network
 bond0.96 that I am trying to attach a new installed network called
 External.

 Below is a code snippet of what I am trying to do:

 hosts_service = connection.system_service().hosts_service()
 host = hosts_service.list(search='name=%s' % HOSTNAME)[0]
 host_service = hosts_service.host_service(host.id)
 hostnics_service = hosts_service.host_service(host.id
 ).nics_service()
 n = None
 for n in hostnics_service.list():
 if n.name == 'bond0.96':
 n_id = n.id
 print("n is %s" % n_id)
 system_service = connection.system_service()
 networks_service = connection.system_service().networks_service()
 network = networks_service.list(
 search='name=External and datacenter=%s-local' % HOSTNAME) [0]
 print ("Network name is %s" % network.name)
 print ("Network id is %s" % network.id)
 net_attachments_service = host_service.network_attachments_service()
 net_attachment = net_attachments_service.add(
types.NetworkAttachment(
network=types.Network(id=network.id),
host_nic=types.HostNic(name='bond0.96')
),
),

 I will end up with an error of

 File "./add_host_py", line 193, in Add_External_network
 host_nic=types.HostNic(name='bond0.96')
   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
 15441, in add
 self._check_fault(response)
   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
 98, in _check_fault
 Service._raise_error(response, fault)
   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
 71, in _raise_error
 raise Error(msg)
 ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is
 "[Cannot setup Networks. The attachment of network 'External' references
 vlan device 'bond0.96'. Network attachment cannot reference vlan device.]".
 HTTP response code is 400.

 Can someone guide me on what I am doing wrong or not understanding with
 the NetworkAttachment Service?

 Thanks
 Don
 ___
 Users mailing list -- users@ovirt.org
 To unsubscribe send an email to users-le...@ovirt.org
 Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/VJ4VY5XLXZJOY2FM5K7MZT2HXLHYAEZQ/

>>>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/L6DL7AKQVWKKXVZANEXYFTH54KDIR5RB/