[ovirt-users] Re: upload image using python api

2020-03-24 Thread David David
thanks now all works fine with 4.3.2 2020-03-25 3:13 GMT+04:00, Nir Soffer : > On Tue, Mar 24, 2020 at 8:13 AM David David wrote: >> >> hi >> can't upload disk image with that script: >> https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py >> this error message is

[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Any tips where should I look for? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: does SPM still exist?

2020-03-24 Thread yam yam
Thanks for being soo helpful!! ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Gianluca Cecchi
On Wed, Mar 25, 2020 at 1:16 AM Nir Soffer wrote: > > > OK, found it - this issue is > https://bugzilla.redhat.com/1609029 > > Simone provided this to solve the issue: > https://github.com/oVirt/ovirt-ansible-shutdown-env/blob/master/README.md > > Nir > > Ok, I will try the role provided by

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Nir Soffer
On Wed, Mar 25, 2020 at 1:36 AM Nir Soffer wrote: > > On Tue, Mar 24, 2020 at 1:39 PM Gianluca Cecchi > wrote: > > > > Hello, > > I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. > > Very nice and many improvements over the last time I tried it. Good! > > > > I have a doubt related

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Nir Soffer
On Wed, Mar 25, 2020 at 1:49 AM Gianluca Cecchi wrote: > > On Wed, Mar 25, 2020 at 12:36 AM Nir Soffer wrote: >> >> On Tue, Mar 24, 2020 at 1:39 PM Gianluca Cecchi >> wrote: >> > >> > Hello, >> > I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. >> > Very nice and many improvements

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Gianluca Cecchi
On Tue, Mar 24, 2020 at 7:02 PM Strahil Nikolov wrote: > > >What would be the right step to do before the final shutdown of > >hypervisor? > >Thanks, > >Gianluca > > You can kill gluster via: > /usr/share/glusterfs/scripts/stop-all-gluster-processes.sh > > Of course, you can create a systemd

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Gianluca Cecchi
On Wed, Mar 25, 2020 at 12:36 AM Nir Soffer wrote: > On Tue, Mar 24, 2020 at 1:39 PM Gianluca Cecchi > wrote: > > > > Hello, > > I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. > > Very nice and many improvements over the last time I tried it. Good! > > > > I have a doubt related

[ovirt-users] Re: oVirt 4.4.0 Alpha release refresh is now available for testing

2020-03-24 Thread Nir Soffer
On Tue, Mar 17, 2020 at 9:46 AM Sakari Poussa wrote: > > Hi, > > Thanks for the clarification. I have a followup question tough. > > While working around the issue (lack imageio proxy) I ended up creating an > external glance provider. I noticed it is still using the old glance V1 api. > Is

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Nir Soffer
On Tue, Mar 24, 2020 at 1:39 PM Gianluca Cecchi wrote: > > Hello, > I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. > Very nice and many improvements over the last time I tried it. Good! > > I have a doubt related to shutdown procedure of the server. > Here below my steps: > -

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Nir Soffer
On Mon, Mar 23, 2020 at 11:44 PM Christian Reiss wrote: > > Hey folks, > > gluster related question. Having SSD in a RAID that can do 2 GB writes > and Reads (actually above, but meh) in a 3-way HCI cluster connected > with 10gbit connection things are pretty slow inside gluster. > I have these

[ovirt-users] Re: upload image using python api

2020-03-24 Thread Nir Soffer
On Tue, Mar 24, 2020 at 8:13 AM David David wrote: > > hi > can't upload disk image with that script: > https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py > this error message is appeared when i trying to upload image: > # python upload_disk.py --engine-url

[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread John Priest
Nope - that Document is for Oracle Linux Virtualization Manager 4.2 only. We are working to deliver a 4.3 release and the Docs will be refreshed at that time. Feel free to contact me direct if you have any questions John Priest 508.202.2534 john.pri...@oracle.com -Original Message-

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Jayme
I strongly believe that FUSE mount is the real reason for poor performance in HCI and these minor gluster and other tweaks won't satisfy most seeking i/o performance. Enabling libgfapi is probably the best option. Redhat has recently closed bug reports related to libgfapi citing won't fix and one

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Alex McWhirter
Red hat also recommends a shard size of 512mb, it's actually the only shard size they support. Also check the chunk size on the LVM thin pools running the bricks, should be at least 2mb. Note that changing the shard size only applies to new VM disks after the change. Changing the chunk size

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Strahil Nikolov
On March 24, 2020 7:33:16 PM GMT+02:00, Darrell Budic wrote: >Christian, > >Adding on to Stahil’s notes, make sure you’re using jumbo MTUs on >servers and client host nodes. Making sure you’re using appropriate >disk schedulers on hosts and VMs is important, worth double checking >that it’s

[ovirt-users] Re: Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Strahil Nikolov
On March 24, 2020 1:28:37 PM GMT+02:00, Gianluca Cecchi wrote: >Hello, >I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. >Very nice and many improvements over the last time I tried it. Good! > >I have a doubt related to shutdown procedure of the server. >Here below my steps: >-

[ovirt-users] Re: Artwork: 4.4 GA banners

2020-03-24 Thread Laura Wright
Hi Sandro, For the content we want to feature in the banners, besides the version number, is there any other specific information we would want to include like the release date? Best, Laura On Tue, Mar 24, 2020 at 1:35 PM Sandro Bonazzola wrote: > > > Il giorno mar 24 mar 2020 alle ore 18:20

[ovirt-users] Re: Artwork: 4.4 GA banners

2020-03-24 Thread Sandro Bonazzola
Il giorno mar 24 mar 2020 alle ore 18:20 Jayme ha scritto: > Hey Sandro, > > Do you have more specific details or guidelines in regards to the graphics > you are looking for? > Artwork should be shared under a license oVirt project can use, I would recommend CC-BY-SA. The oVirt brand is now

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Darrell Budic
Christian, Adding on to Stahil’s notes, make sure you’re using jumbo MTUs on servers and client host nodes. Making sure you’re using appropriate disk schedulers on hosts and VMs is important, worth double checking that it’s doing what you think it is. If you are only HCI, gluster’s

[ovirt-users] Re: Artwork: 4.4 GA banners

2020-03-24 Thread Jayme
Hey Sandro, Do you have more specific details or guidelines in regards to the graphics you are looking for? Thanks! On Tue, Mar 24, 2020 at 1:27 PM Sandro Bonazzola wrote: > Hi, > in preparation of oVirt 4.4 GA it would be nice to have some graphics we > can use for launching oVirt 4.4 GA on

[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Is this Oracle guide (for 4.2.8) still valid for 4.3.9? https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/getstart/ssl.html Or I'll just get more and more in trouble? ___ Users mailing list -- users@ovirt.org To unsubscribe

[ovirt-users] Artwork: 4.4 GA banners

2020-03-24 Thread Sandro Bonazzola
Hi, in preparation of oVirt 4.4 GA it would be nice to have some graphics we can use for launching oVirt 4.4 GA on social media and oVirt website. If you don't have coding skills but you have marketing or design skills this is a good opportunity to contribute back to the project. Looking forward

[ovirt-users] Re: does SPM still exist?

2020-03-24 Thread Benny Zlotnik
it hasn't disappeared, there has been work done to move operations that used to run only on SPM to run on regular hosts as well (copy/move disk) Currently the main operations performed by SPM are create/delete/extend volume and more[1] [1]

[ovirt-users] Re: safe to have perf and dstat on ovirt node?

2020-03-24 Thread Gianluca Cecchi
On Mon, Mar 23, 2020 at 11:56 PM Shirly Radco wrote: > Hi, > > I can't answer about perf, But would Collectd be useful for you? > It is already installed on the hosts and engine. > > Best, > Shirly > > Thanks for your answer Shirly, do you mean implementing Metrics Store? Gianluca

[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
Yes, sure. Reboot engine, reboot http, reboot server. Run "yum update -y" again, reboot server once more. Same error, always. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: connect from public to private network

2020-03-24 Thread nikkognt
Good morning, I would like to ask for further information. To solve my problem I think to add an alias to the network card with a public ip and a different fqdn to the engine. example: eth0--->192.168.1.1 ---> ovirt.example.domain.com eth0:0 --->13.226.161.116 --->

[ovirt-users] Shutdown procedure for single host HCI Gluster

2020-03-24 Thread Gianluca Cecchi
Hello, I'm testing the single node HCI with ovirt-node-ng 4.3.9 iso. Very nice and many improvements over the last time I tried it. Good! I have a doubt related to shutdown procedure of the server. Here below my steps: - Shutdown all VMs (except engine) - Put into maintenance data and vmstore

[ovirt-users] Re: "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread Strahil Nikolov
On March 23, 2020 12:42:05 PM GMT+02:00, edsonrich...@hotmail.com wrote: >I'm newbie on oVirt - besides having many years on server >administration, docker and vmware included. >Installation is no mistery, but I'm stuck with error described below. > >I've just installed a new machine with Centos 7

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Strahil Nikolov
On March 24, 2020 11:20:10 AM GMT+02:00, Christian Reiss wrote: >Hey Strahil, > >seems you're the go-to-guy with pretty much all my issues. I thank you >for this and your continued support. Much appreciated. > > >200mb/reads however seems like a broken config or malfunctioning >gluster >than

[ovirt-users] Re: ovirt-guest-agent for CentOS 8

2020-03-24 Thread Strahil Nikolov
On March 24, 2020 8:51:34 AM GMT+02:00, Brandon Johnson wrote: >Is there a plan to implement the SSO functionality from ovirt-ga >elsewhere or break out the function for Linux guests using a desktop >interface such as Gnome? >___ >Users mailing list --

[ovirt-users] Re: ovirt-guest-agent for CentOS 8

2020-03-24 Thread Strahil Nikolov
On March 24, 2020 8:51:34 AM GMT+02:00, Brandon Johnson wrote: >Is there a plan to implement the SSO functionality from ovirt-ga >elsewhere or break out the function for Linux guests using a desktop >interface such as Gnome? >___ >Users mailing list --

[ovirt-users] Data Center, Cluster and Storage Domains show as "Down" after backup and restore

2020-03-24 Thread anton . louw
Hi Everybody, So I did a full backup of our HE, redeployed and restored. After the restore, I ran engine-setup on the newly deployed HE. I can access the the environment as per normal, the only issue is that everything still shows as "down", this includes hosts and VMs? Is there something I

[ovirt-users] "engine-setup" 4.3.9 on fresh centos 7 install with PKI error

2020-03-24 Thread edsonrichter
I'm newbie on oVirt - besides having many years on server administration, docker and vmware included. Installation is no mistery, but I'm stuck with error described below. I've just installed a new machine with Centos 7 with all updates: [root@mgmt ~]# uname -a Linux mgmt.simfrete.com

[ovirt-users] Re: Speed Issues

2020-03-24 Thread Christian Reiss
Hey Strahil, seems you're the go-to-guy with pretty much all my issues. I thank you for this and your continued support. Much appreciated. 200mb/reads however seems like a broken config or malfunctioning gluster than requiring performance tweaks. I enabled profiling so I have real life

[ovirt-users] does SPM still exist?

2020-03-24 Thread yam yam
Hello, I heard some say SPM disappeared since 3.6. nevertheless, SPM still exists in oVirt admin portal or even in RHV's manual. So, I am wondering whether SPM still exists now. And could I know how to get more detailed information for oVirt internals?? is the code review the best way?

[ovirt-users] Re: ovirt-guest-agent for CentOS 8

2020-03-24 Thread Brandon Johnson
Is there a plan to implement the SSO functionality from ovirt-ga elsewhere or break out the function for Linux guests using a desktop interface such as Gnome? ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to

[ovirt-users] upload image using python api

2020-03-24 Thread David David
hi can't upload disk image with that script: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py this error message is appeared when i trying to upload image: # python upload_disk.py --engine-url https://alias-e.localdomain --username admin@internal --disk-format raw