[ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-05-25 Thread k.gunasekhar--- via Users
I also end up with the same problem today. How did rollback yum i see many yum 
updates in the yum history.

Here is what the error says. 

The host CPU does not match the Cluster CPU Type and is running in a degraded 
mode. It is missing the following CPU flags: model_IvyBridge, spec_ctrl. Please 
update the host CPU microcode or change the Cluster CPU Type.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7VQ7CABK4FIP4SLPNNPEVZSCM6DTIUAD/


[ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-05-25 Thread nsurma
Thanks Jeff Bailey,

The issue was with edk2-ovmf, rolling that package back and it started 
recognizing the CPU correctly. 
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6J2WGNN3XPPH6ALLNPEE72J5JLUVESSH/


[ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-05-25 Thread nsurma
Hello,

I am also having the same issue after upgrading today but with the skylake CPU. 
Message states the following flag model_Skylake-Server-noTSX-IBRS is missing. 
Also running Centos 8 stream not the ovirt node. Thanks
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A5G4TGOXCS4ASEIRM5H57NKAQVA3CIF5/


[ovirt-users] issue creating disk with rest api using json format

2021-05-25 Thread Pascal D
I am unable to create disk using JSON however the same query in XML works 
great. In Json I get the following message back: 
{
  "detail": "For correct usage, see: 
https://ov1.butterflyit.com/ovirt-engine/apidoc#services/disks/methods/add";,
  "reason": "Request syntactically incorrect."
}

Both use POST /ovirt-engine/api/disks and the content-type is either 
application/json or application/xml

Here is the request in JSON:

{
   "id": "866770c3-acf9-4f67-b72c-05ed241908e4",
"name": "mydisk",
"description": "test disk",
"bootable": false,
"shareable": true,
"provisioned_size": 1024000,
"interface": "virtio",
"format": "cow",
"storage_domains": {
"storage_domain": {
  "name": "VMS"
}
}
}

And here it is in XML


false
mydisk
test Drive
virtio
1024000
cow


VMS



___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S7PPYRFB5AIRRBW5PMNTCMB2PTIF6FT2/


[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-25 Thread Lev Veyde
Hi Klaas,

Thanks for the update!

On Tue, May 25, 2021 at 8:12 PM Klaas Demter  wrote:

> I can confirm after this cockpit login works again on ovirt-node 4.4.6.3
>
>
> Greetings
>
> Klaas
>
>
>
> On 5/25/21 5:10 PM, Lev Veyde wrote:
>
> Hi Dhanaraj,
>
> First of all - thanks for informing us about this issue!
>
> We found the source of the issue, and are working on fixing it for the
> next release.
>
> Meanwhile there is a workaround that should fix the situation.
> You need to run (with root account) the following command:
>
> chmod u+s /usr/libexec/cockpit-session
>
> Please let us know if that works for you.
>
> Thanks in advance,
>
> On Thu, May 20, 2021 at 9:30 AM dhanaraj.ramesh--- via Users <
> users@ovirt.org> wrote:
>
>> Hi All
>>
>> if any further logs required let me know I can share the info,
>> ___
>> 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:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4JMVGQYUEIXIDS73GNIEJKRPRZV2CRF5/
>>
>
>
> --
>
> Lev Veyde
>
> Senior Software Engineer, RHCE | RHCVA | MCITP
>
> Red Hat Israel
>
> 
>
> l...@redhat.com | lve...@redhat.com
> 
> TRIED. TESTED. TRUSTED. 
>
> ___
> 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: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/R5KGWWQGSBEEGCV4ZV7IP7BUUPK6AOBP/
>
> ___
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/O3D4COQOZJG66C3Y2SXLYOQ52RGN33ZF/
>


-- 

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com | lve...@redhat.com

TRIED. TESTED. TRUSTED. 
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OLICV7UEQAZIQ7ZKIF3SL2SXYBJXIIYL/


[ovirt-users] Re: Data Centers status Not Operational

2021-05-25 Thread nexpron
Thank you for your time.

SSH is working in every host and I can connect to everyone.

I'm not sure Super VDSM daemon server is vdsmd service.

See commands and responses from HV3

systemctl
-bash: systemctl: command not found

service --status-all


abrt-ccpp hook is not installed
abrtd (pid  2709) is running...
abrt-dump-oops is stopped
acpid (pid  2163) is running...
atd (pid  2775) is running...
auditd (pid  1903) is running...
automount (pid  2404) is running...
certmonger (pid  2814) is running...
Running
cgred is stopped
cpuspeed is stopped
crond (pid  2762) is running...
cupsd (pid  2138) is running...
dnsmasq is stopped
# Generated by ebtables-save v1.0 on Tue May 25 18:54:05 CEST 2021
*nat
:PREROUTING ACCEPT
:OUTPUT ACCEPT
:POSTROUTING ACCEPT
:libvirt-I-vnet7 ACCEPT
:I-vnet7-mac ACCEPT
:I-vnet7-arp-mac ACCEPT
:libvirt-I-vnet0 ACCEPT
:I-vnet0-mac ACCEPT
:I-vnet0-arp-mac ACCEPT
:libvirt-I-vnet4 ACCEPT
:I-vnet4-mac ACCEPT
:I-vnet4-arp-mac ACCEPT
:libvirt-I-vnet5 ACCEPT
:I-vnet5-mac ACCEPT
:I-vnet5-arp-mac ACCEPT
:libvirt-I-vnet1 ACCEPT
:I-vnet1-mac ACCEPT
:I-vnet1-arp-mac ACCEPT
:libvirt-I-vnet2 ACCEPT
:I-vnet2-mac ACCEPT
:I-vnet2-arp-mac ACCEPT
:libvirt-I-vnet3 ACCEPT
:I-vnet3-mac ACCEPT
:I-vnet3-arp-mac ACCEPT
-A PREROUTING -i vnet7 -j libvirt-I-vnet7
-A PREROUTING -i vnet0 -j libvirt-I-vnet0
-A PREROUTING -i vnet4 -j libvirt-I-vnet4
-A PREROUTING -i vnet5 -j libvirt-I-vnet5
-A PREROUTING -i vnet1 -j libvirt-I-vnet1
-A PREROUTING -i vnet2 -j libvirt-I-vnet2
-A PREROUTING -i vnet3 -j libvirt-I-vnet3
-A libvirt-I-vnet7 -j I-vnet7-mac
-A libvirt-I-vnet7 -p ARP -j I-vnet7-arp-mac
-A I-vnet7-mac -s 0:1a:4a:6b:89:df -j RETURN
-A I-vnet7-mac -j DROP
-A I-vnet7-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:df -j RETURN
-A I-vnet7-arp-mac -j DROP
-A libvirt-I-vnet0 -j I-vnet0-mac
-A libvirt-I-vnet0 -p ARP -j I-vnet0-arp-mac
-A I-vnet0-mac -s 0:1a:4a:6b:89:12 -j RETURN
-A I-vnet0-mac -j DROP
-A I-vnet0-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:12 -j RETURN
-A I-vnet0-arp-mac -j DROP
-A libvirt-I-vnet4 -j I-vnet4-mac
-A libvirt-I-vnet4 -p ARP -j I-vnet4-arp-mac
-A I-vnet4-mac -s 0:1a:4a:6b:89:f5 -j RETURN
-A I-vnet4-mac -j DROP
-A I-vnet4-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:f5 -j RETURN
-A I-vnet4-arp-mac -j DROP
-A libvirt-I-vnet5 -j I-vnet5-mac
-A libvirt-I-vnet5 -p ARP -j I-vnet5-arp-mac
-A I-vnet5-mac -s 0:1a:4a:6b:89:fe -j RETURN
-A I-vnet5-mac -j DROP
-A I-vnet5-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:fe -j RETURN
-A I-vnet5-arp-mac -j DROP
-A libvirt-I-vnet1 -j I-vnet1-mac
-A libvirt-I-vnet1 -p ARP -j I-vnet1-arp-mac
-A I-vnet1-mac -s 0:1a:4a:6b:89:f8 -j RETURN
-A I-vnet1-mac -j DROP
-A I-vnet1-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:f8 -j RETURN
-A I-vnet1-arp-mac -j DROP
-A libvirt-I-vnet2 -j I-vnet2-mac
-A libvirt-I-vnet2 -p ARP -j I-vnet2-arp-mac
-A I-vnet2-mac -s 0:1a:4a:6b:89:11 -j RETURN
-A I-vnet2-mac -j DROP
-A I-vnet2-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:11 -j RETURN
-A I-vnet2-arp-mac -j DROP
-A libvirt-I-vnet3 -j I-vnet3-mac
-A libvirt-I-vnet3 -p ARP -j I-vnet3-arp-mac
-A I-vnet3-mac -s 0:1a:4a:6b:89:15 -j RETURN
-A I-vnet3-mac -j DROP
-A I-vnet3-arp-mac -p ARP --arp-mac-src 0:1a:4a:6b:89:15 -j RETURN
-A I-vnet3-arp-mac -j DROP

hald (pid  2172) is running...
htcacheclean is stopped
httpd (pid  11862) is running...
Table: filter
Chain INPUT (policy ACCEPT)
num  target prot opt source   destination
1ACCEPT all  ::/0 ::/0state 
RELATED,ESTABLISHED
2ACCEPT icmpv6::/0 ::/0
3ACCEPT all  ::/0 ::/0
4ACCEPT tcp  ::/0 ::/0state NEW tcp 
dpt:22
5REJECT all  ::/0 ::/0reject-with 
icmp6-adm-prohibited

Chain FORWARD (policy ACCEPT)
num  target prot opt source   destination
1REJECT all  ::/0 ::/0reject-with 
icmp6-adm-prohibited

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination

ipmievd is stopped
Table: nat
Chain PREROUTING (policy ACCEPT)
num  target prot opt source   destination

Chain POSTROUTING (policy ACCEPT)
num  target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination

Table: filter
Chain INPUT (policy ACCEPT)
num  target prot opt source   destination

Chain FORWARD (policy ACCEPT)
num  target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
num  target prot opt source   destination

irqbalance (pid  1957) is running...
No active sessions
iscsid (pid  3083) is running...
jboss-as is running (pid 12011)
Kdump is operational
ksm is running
ksmtuned is stopped
Current ktune sysctl settings:
kernel.sched_min_granularity_ns = 1000
kernel.sched_wakeup_granularity_ns = 1500
kernel.sched_migration_cost = 500
vm.swappines

[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-25 Thread Klaas Demter

I can confirm after this cockpit login works again on ovirt-node 4.4.6.3


Greetings

Klaas



On 5/25/21 5:10 PM, Lev Veyde wrote:

Hi Dhanaraj,

First of all - thanks for informing us about this issue!

We found the source of the issue, and are working on fixing it for the 
next release.


Meanwhile there is a workaround that should fix the situation.
You need to run (with root account) the following command:

chmod u+s /usr/libexec/cockpit-session

Please let us know if that works for you.

Thanks in advance,

On Thu, May 20, 2021 at 9:30 AM dhanaraj.ramesh--- via Users 
mailto:users@ovirt.org>> wrote:


Hi All

if any further logs required let me know I can share the info,
___
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:
https://www.ovirt.org/community/about/community-guidelines/

List Archives:

https://lists.ovirt.org/archives/list/users@ovirt.org/message/4JMVGQYUEIXIDS73GNIEJKRPRZV2CRF5/





--

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com  | lve...@redhat.com 




TRIED. TESTED. TRUSTED. 

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/R5KGWWQGSBEEGCV4ZV7IP7BUUPK6AOBP/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/O3D4COQOZJG66C3Y2SXLYOQ52RGN33ZF/


[ovirt-users] Re: Ovirt 4.4.6.8 High Performance VM quirkiness

2021-05-25 Thread Don Dupuis
I didn't change vm type. I would set the vm, let it run, do a shutdown, and
then when I went to edit to look at configuration is when it changed. I
will test using desktop VM type and if I do the same things and it stays
with what I expected, I will use desktop vm type and not mess with HP vm
type. One thing I did forget to mention is that the vm was created from a
template that was of HP vm type.

On Tue, May 25, 2021 at 9:58 AM Liran Rotenberg  wrote:

>
>
> On Tue, May 25, 2021 at 4:50 PM Don Dupuis  wrote:
> >
> > I created a high performance vm and everything is fine. I stop the
> virtual machine and make edits to it and again runs correctly. I shutdown
> the vm and click the edit tab to look at what I changed and it is now back
> to the defaults and my edits are gone. Is this now the intended result. I
> was using the same settings in 4.3 and never exhibited this behavior. What
> I have observed so for is that I disabled Headless, disabled cpu pinning,
> and changed numa config. When I shutdown the vm, they revert to default of
> Headless enabled, cpu pinning is set and the numa config changed. This is
> not what I expect to happen. Has anyone else noticed this behavior?
> >
> Hi,
> I tried to reproduce it (without update):
> 1. Create a VM with HP type.
> 2. Set it with console.
> 3. Edit the VM again, click OK.
> 4. Edit the VM to see the configuration.
>
> Everything sticks to the first configuration.
> Note that if you change the VM type to server/desktop and move it again to
> High Performance, some configurations will change.
> In 4.4.5 we added the auto pinning feature, to high performance VMs we
> automatically set it to existing - which overrides the cpu pinning and numa
> configuration of the VM.
> This behavior executed each time you edited the VM in the UI, it wouldn't
> change the headless, only the CPU pinning and NUMA.
> However, in 4.4.6.6, we fixed a bug[1] to prevent this behavior to some
> extent. If you change the type, it will change the policy, but if the VM is
> already configured as High Performance and you didn't change it, it will
> leave it as is.
>
> The question would be if you change the VM type? If so, it is expected.
> Liran.
>
> [1] - https://bugzilla.redhat.com/show_bug.cgi?id=1954401
> > Thanks
> > Don
> > ___
> > 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:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OJU6C44PTLZ3P3DMNFQBVNWV73HPBWAI/
>
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XI42Q3LDD2NKNYXTDIFS3YK55RUHKTFR/


[ovirt-users] Re: CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-05-25 Thread Jeff Bailey
If it's the same problem that I ran into then it's the latest version of 
edk2-ovmf.  I'm not sure why it was pushed into the repos without a 
fixed libvirt to go with it.



On 5/25/2021 7:20 AM, Nur Imam Febrianto wrote:


Hi,

This morning I have a problem that suddenly my Host (Using Centos 8 
Stream, not oVirt Node) showing error with Cpu Compatibility. It says 
my CPU doesn’t have Haswell-noTSX and spec_ctrl flag. After 
downgrading the kernel back from 4.18.0 – 305 to 4.18.0 – 301.1 and 
rollback yum update, it working again. Do anybody having same issue ?


I’m using Xeon E5-2695v4 with cluster compatibility Secure Intel 
Haswell. Using oVirt 4.4.6 on CentOS Stream host.


Thanks before.

Sent from Mail  for 
Windows 10



___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7R7SFBOPQL5S6WRT7RLZMIXOIOYBUGIF/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/D47YYGMGJZIOM3QTDRVNBMRDEPK4ZMCQ/


[ovirt-users] Re: Data Centers status Not Operational

2021-05-25 Thread Vojtech Juranek
Hi,

On Tuesday, 25 May 2021 16:00:13 CEST nexp...@gmail.com wrote:
> Hi everyone,
> I found 3 servers (HV1, HV2, HV3) that contains VMs at another servers room.
> These servers are hosts based on KVM.
 I logged into oVirt Engine Web
> Administration. Data Centers tab show me only one entry Name: RCV
> Storage: Shared
> Status: Not Operational
> Compability Version: 3.4 
> Description: [Empty]
> Webbrowser oVirt Engine Web Administrator show me
> oVirt Engine Version: 3.4.0-1.el6
> One VM on HV3 has stopped, Hosts tab show Non Responsive Status for every
> host (HV1-3);

If all the hosts are non-responding, the data center status is also non-
operational. Start with investigation why these hosts are down/non-responsive. 
If there are alive and you can ssh there, check is vdsmd service is running. 
If it's running, check vdsm logs (/var/log/vdsm/vdsm.log) if there are any 
error.

Also 3.4 is very old version, once you make it running, you should really 
consider to upgrade

> every VM in Virtual Machines tab  show Unknown status. 
 What
> do I'll do to change status in Data Center? How to start debug the reason?
> Last administrator leave documentation in vestigial form :) 
> DataCenter: RCV
> -->Cluster: RCV_Cluster
> >Host: HV1 node
> >Host: Hv2 node
> >Host: HV3 engine
> 
> Best regards,
> nexpron
> ___
> 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:
> https://www.ovirt.org/community/about/community-guidelines/ List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CMC2S5HGV7JLA
> QZAE5IVFCYWNIRPRTCP/



signature.asc
Description: This is a digitally signed message part.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JXAP5UUQ3FU5UUJSBWKZBGVFENZSQ2LJ/


[ovirt-users] Re: unable to login cockpit using root after upgrading to 4.4.6

2021-05-25 Thread Lev Veyde
Hi Dhanaraj,

First of all - thanks for informing us about this issue!

We found the source of the issue, and are working on fixing it for the next
release.

Meanwhile there is a workaround that should fix the situation.
You need to run (with root account) the following command:

chmod u+s /usr/libexec/cockpit-session

Please let us know if that works for you.

Thanks in advance,

On Thu, May 20, 2021 at 9:30 AM dhanaraj.ramesh--- via Users <
users@ovirt.org> wrote:

> Hi All
>
> if any further logs required let me know I can share the info,
> ___
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4JMVGQYUEIXIDS73GNIEJKRPRZV2CRF5/
>


-- 

Lev Veyde

Senior Software Engineer, RHCE | RHCVA | MCITP

Red Hat Israel



l...@redhat.com | lve...@redhat.com

TRIED. TESTED. TRUSTED. 
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/R5KGWWQGSBEEGCV4ZV7IP7BUUPK6AOBP/


[ovirt-users] Re: Ovirt 4.4.6.8 High Performance VM quirkiness

2021-05-25 Thread Liran Rotenberg
On Tue, May 25, 2021 at 4:50 PM Don Dupuis  wrote:
>
> I created a high performance vm and everything is fine. I stop the
virtual machine and make edits to it and again runs correctly. I shutdown
the vm and click the edit tab to look at what I changed and it is now back
to the defaults and my edits are gone. Is this now the intended result. I
was using the same settings in 4.3 and never exhibited this behavior. What
I have observed so for is that I disabled Headless, disabled cpu pinning,
and changed numa config. When I shutdown the vm, they revert to default of
Headless enabled, cpu pinning is set and the numa config changed. This is
not what I expect to happen. Has anyone else noticed this behavior?
>
Hi,
I tried to reproduce it (without update):
1. Create a VM with HP type.
2. Set it with console.
3. Edit the VM again, click OK.
4. Edit the VM to see the configuration.

Everything sticks to the first configuration.
Note that if you change the VM type to server/desktop and move it again to
High Performance, some configurations will change.
In 4.4.5 we added the auto pinning feature, to high performance VMs we
automatically set it to existing - which overrides the cpu pinning and numa
configuration of the VM.
This behavior executed each time you edited the VM in the UI, it wouldn't
change the headless, only the CPU pinning and NUMA.
However, in 4.4.6.6, we fixed a bug[1] to prevent this behavior to some
extent. If you change the type, it will change the policy, but if the VM is
already configured as High Performance and you didn't change it, it will
leave it as is.

The question would be if you change the VM type? If so, it is expected.
Liran.

[1] - https://bugzilla.redhat.com/show_bug.cgi?id=1954401
> Thanks
> Don
> ___
> 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:
https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OJU6C44PTLZ3P3DMNFQBVNWV73HPBWAI/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I3ZJ7JHWPCHOVAQGJYD35TGQMLOPXPZE/


[ovirt-users] Data Centers status Not Operational

2021-05-25 Thread nexpron
Hi everyone,
I found 3 servers (HV1, HV2, HV3) that contains VMs at another servers room. 
These servers are hosts based on KVM.
I logged into oVirt Engine Web Administration. Data Centers tab show me only 
one entry
Name: RCV
Storage: Shared
Status: Not Operational
Compability Version: 3.4 
Description: [Empty]
Webbrowser oVirt Engine Web Administrator show me
oVirt Engine Version: 3.4.0-1.el6
One VM on HV3 has stopped, Hosts tab show Non Responsive Status for every host 
(HV1-3); every VM in Virtual Machines tab  show Unknown status. 
What do I'll do to change status in Data Center? How to start debug the reason? 
Last administrator leave documentation in vestigial form :)

DataCenter: RCV
-->Cluster: RCV_Cluster
>Host: HV1 node
>Host: Hv2 node
>Host: HV3 engine

Best regards,
nexpron
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CMC2S5HGV7JLAQZAE5IVFCYWNIRPRTCP/


[ovirt-users] Ovirt 4.4.6.8 High Performance VM quirkiness

2021-05-25 Thread Don Dupuis
I created a high performance vm and everything is fine. I stop the virtual
machine and make edits to it and again runs correctly. I shutdown the vm
and click the edit tab to look at what I changed and it is now back to the
defaults and my edits are gone. Is this now the intended result. I was
using the same settings in 4.3 and never exhibited this behavior. What I
have observed so for is that I disabled Headless, disabled cpu pinning, and
changed numa config. When I shutdown the vm, they revert to default of
Headless enabled, cpu pinning is set and the numa config changed. This is
not what I expect to happen. Has anyone else noticed this behavior?

Thanks
Don
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OJU6C44PTLZ3P3DMNFQBVNWV73HPBWAI/


[ovirt-users] Re: Error while deploying Hyperconverged oVirt 4.3.3(el7) + GlusterFS

2021-05-25 Thread techbreak--- via Users
I've tried also with command line using "hosted-engine --deploy" and following 
the guided tour, but then I end up with this error:

[ INFO  ] TASK [ovirt.hosted_engine_setup : Validate selected bridge interface 
if management bridge does not exists]
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The 
selected network interface is not valid"}
[ ERROR ] Failed to execute stage 'Closing up': Failed executing 
ansible-playbook

How can I solve this problem?
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HN6GY3PNIBBVNTTVOHSZB4VJAHD7TO3Q/


[ovirt-users] CPU Compatibility Problem after Upgrading Centos 8 Stream Host

2021-05-25 Thread Nur Imam Febrianto
Hi,
This morning I have a problem that suddenly my Host (Using Centos 8 Stream, not 
oVirt Node) showing error with Cpu Compatibility. It says my CPU doesn’t have 
Haswell-noTSX and spec_ctrl flag. After downgrading the kernel back from 4.18.0 
– 305 to 4.18.0 – 301.1 and rollback yum update, it working again. Do anybody 
having same issue ?
I’m using Xeon E5-2695v4 with cluster compatibility Secure Intel Haswell. Using 
oVirt 4.4.6 on CentOS Stream host.

Thanks before.

Sent from Mail for Windows 10

___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/7R7SFBOPQL5S6WRT7RLZMIXOIOYBUGIF/


[ovirt-users] Re: Import Ge0-Replicated Storage Domain fails

2021-05-25 Thread Ritesh Chikatwar
Sas, maybe you have have some thoughts on this

On Tue, May 25, 2021 at 1:19 PM Vojtech Juranek  wrote:

> (CC Pavel, who recently worked on DR, maybe he will have some thoughts)
>
> On Monday, 24 May 2021 17:56:56 CEST si...@justconnect.ie wrote:
> > Hi All,
> >
> > I have 2 independent Hyperconverged Sites/Data Centers.
> >
> > Site A has a GlusterFS Replica 3 + Arbiter Volume that is Storage Domain
> > data2
>  This Volume is Geo-Replicated to a Replica 3 + Arbiter Volume at
> > Site B called data2_bdt
> > I have simulated a DR event and now want to import the Ge0-Replicated
> volume
> > data2_bdt as a Storage Domain on Site B. Once imported I need to import
> the
> > VMs on this volume to run in Site B.
>
> > The Geo-Replication now works perfectly (thanks Strahil) but I haven't
> been
> > able to import the Storage Domain.
>
> > Please can someone point me in the right direction or documentation on
> how
> > this can be achieved.
>
> > Kind Regards
> >
> > Shimme...
> > ___
> > 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:
> > https://www.ovirt.org/community/about/community-guidelines/ List
> Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LQCTZS6YTKMME
> > 2EHBXJEGUM2WDNSYXEC/
>
> ___
> 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:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/A6J63RH74YKX7OCK5RCR5IQOUDSF7GG7/
>
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JMOT5WWGBCAR7RW7L5H3KY6FDK7STDTH/


[ovirt-users] Re: Import Ge0-Replicated Storage Domain fails

2021-05-25 Thread Strahil Nikolov via Users
Ah, that makes sense :)
I hope someone else with DR experience can share their thoughts.
Best Regards,Strahil Nikolov
 
 
  On Tue, May 25, 2021 at 9:55, Simon Scott wrote:   Just 
to clarify...

Site A has volume data2 which geo-replicates to Site B

Site B has volume data1 which geo-replicates to Site A

I will look at the engine upgrade and ansible today.


___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TFD2UAAWUVW4X7Y6PQ4G2MTYWIULICTX/
  
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MC6VJ4Q7BTISIFR42R23KAPSJBAATY3J/


[ovirt-users] Re: Import Ge0-Replicated Storage Domain fails

2021-05-25 Thread Vojtech Juranek
(CC Pavel, who recently worked on DR, maybe he will have some thoughts)

On Monday, 24 May 2021 17:56:56 CEST si...@justconnect.ie wrote:
> Hi All,
> 
> I have 2 independent Hyperconverged Sites/Data Centers.
> 
> Site A has a GlusterFS Replica 3 + Arbiter Volume that is Storage Domain
> data2
 This Volume is Geo-Replicated to a Replica 3 + Arbiter Volume at
> Site B called data2_bdt 
> I have simulated a DR event and now want to import the Ge0-Replicated volume
> data2_bdt as a Storage Domain on Site B. Once imported I need to import the
> VMs on this volume to run in Site B.
 
> The Geo-Replication now works perfectly (thanks Strahil) but I haven't been
> able to import the Storage Domain.
 
> Please can someone point me in the right direction or documentation on how
> this can be achieved.
 
> Kind Regards
> 
> Shimme...
> ___
> 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:
> https://www.ovirt.org/community/about/community-guidelines/ List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LQCTZS6YTKMME
> 2EHBXJEGUM2WDNSYXEC/



signature.asc
Description: This is a digitally signed message part.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A6J63RH74YKX7OCK5RCR5IQOUDSF7GG7/