[ovirt-users] Re: attaching a diskto a vm with the incremental statement

2022-12-15 Thread Arik Hadas
On Thu, Dec 15, 2022 at 4:24 PM Nathanaël Blanchet  wrote:

>
> Le 15/12/2022 à 12:20, Arik Hadas a écrit :
>
>
>
>
> On Wed, Dec 14, 2022 at 5:54 PM Nathanaël Blanchet 
> wrote:
>
>>
>> Le 14/12/2022 à 16:42, Arik Hadas a écrit :
>>
>>
>>
>> On Wed, Dec 14, 2022 at 5:26 PM Nathanaël Blanchet via Users <
>> users@ovirt.org> wrote:
>>
>>> Hello,
>>>
>>> I am used to create new vm with ovirt_vm module.
>>>
>>> Now, I want that the disk of each new created vm to be with the
>>> incremental statement.
>>>
>>> I tried so:
>>> disks:
>>> - id: "{{result.disk.id}}"
>>> bootable: True
>>> interface: virtio_scsi
>>> backup: incremental
>>>
>>>  but it seems that the backup item is not implemented.
>>>
>>>
>>> How to attach a disk with the incremental statement?
>>>
>>
>> Unlike bootable, disk interface and such settings that are per relation
>> between a disk and a vm, the 'backup' (method) setting is a property of the
>> disk itself. If the disk was created with incremental backup enabled, it
>> would remain with incremental backup enabled when attached to a vm
>>
>> The exact workflow is:
>>
>>- The disk is created with incremental backup enabled
>>- The disk is attached to a vm(incremental backup is ok at this step)
>>- the vm is exported as a template
>>- *The disk of the new vm created from the template doesn't have the
>>incremental backup enabled!*
>>
>> Sounds like the imported disk of the template is not set with incremental
> backup, what version of ovirt do you use?
>
> 4.5.3.2
>
> As part of the fix for https://bugzilla.redhat.com/show_bug.cgi?id=2081556,
> which was merged to 4.5.1, we started writing the incremental-backup
> property to OVAs (I assume you refer to export-to-OVA since you wrote that
> you export a VM as a template)
>
> I don't export vm as ova, I make a template from a vm or a snapshot.
>
> - if you use an older version (than 4.5.1), this could explain it.
> Otherwise, please provide the output of:
>
> select * from base_disks where disk_id in (select device_id from vm_device
> where vm_id in (select vm_guid from vm_static where
> vm_name=''));
>
> engine=# select * from base_disks where disk_id in (select device_id from
> vm_device where vm_id in (select vm_guid from vm_static where
> vm_name='alma8.x'));
>disk_id| wipe_after_delete |
> propagate_errors | disk_alias | disk_description | shareable | sgio |
> disk_storage_type | cinder_volume_type | disk_content_type |
>  backup | backup_mode
>
> --+---+--++--+---+--+---++---+
> +-
>  d55e6738-67d6-441f-a38f-86fc14f248cf | f |
> Off  | Alma_8_8.7 | 8.7  | f |
> | 0 || 0 |
>  None   |
>
> (1 row)
>
> You are right, making a template from a vm doesn't effectly enable the
> incremental backup on the template disk, even if it is initially enabled on
> the vm disk. It seems to be a bug.
>

Yep, I filed an issue for this:
https://github.com/oVirt/ovirt-engine/issues/779, and posted a fix


>
>
> ___
>>> 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/VALEN65GD3DLDTSBW3J7HERKKTVL7TN5/
>>>
>>
___
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/GC4WBEGVNXH5YXUETLWFVI36BEPQISBB/


[ovirt-users] Re: what happens at vdsm host certificate expiration

2022-12-15 Thread Yedidyah Bar David
Hi,

On Thu, Dec 15, 2022 at 3:29 PM Vinz Vinz  wrote:
>
> Hi Team,
>
> we are using a custom certificate on the engine apache GUI 
> /etc/pki/ovirt-engine/certs/apache.cer (following 
> https://myhomelab.gr/linux/2020/01/20/replacing_ovirt_ssl.html)

I didn't know this doc so far, and am sorry if the doc on ovirt.org
(linked from it) is not enough. Patches/questions/issues are welcome!
I think it makes more sense to refine and perfect the "official"
documentation than to have each of us write his own blog post with a
"patch", unless it details specific/local issues that are not relevant
for a general document but would still be useful for other people.

>and it works fine. The certificate is valid for a very long period.

(Good for maintenance minimization, not so good for security. But not
the scope of current email...)

>
> It seems the vdsm certificate (/etc/pki/vdsm/certs/vdsmcert.pem), on hosts 
> side, has been renewed automatically at that time, but for only one year.

"at that time", meaning by following the official doc? Or the above
link? I didn't read it, but it does not mention "vdsm".

Perhaps it wasn't exactly at that time, but due to some other
update/action/whatever? You can try to correlate the cert start time
with your (engine+vdsm) logs.

Anyway, the hosts certs were indeed made shorter at some point, but
then back longer. So it greatly depends what exact version you used
while you touched them. See also this bug, and the linked patches:

https://bugzilla.redhat.com/show_bug.cgi?id=2079835

I think the previous point was:

https://bugzilla.redhat.com/show_bug.cgi?id=1824103

Meaning: Until 4.4.2 it was 1800 days, 4.4.3 to 4.5.0.6 it was 398
days, and since 4.5.0.7 it's 1827 days.

You should see a large part of the relevant history, even if I am not
sure all of it, but checking the git log of this file, searching for
"days". I usually search a somewhat-upper subdirectory, e.g.
"packaging" - good enough when searching locally with 'git log' (and
'less'), less convenient on a browser:

https://github.com/mz-pdm/ovirt-engine/commits/master/packaging/bin/pki-enroll-request.sh

>
>  Now we wonder, what will happen when the vdsm certificate will expire? hosts 
> will stop to be in the cluster?

Not sure, I think they'll become non-responsive.
Disclaimer: I am not an expert on engine<->vdsm comm.

> if yes what should we do to avoid that?

The standard approach is to move each host to maintenance, then
"Enroll Cert" from the menu, then activate.

> is there a possibility to also apply our custom cert as vdsm cert?

No.

>
> This is for ovirt 4.4 running on rhel8

If 4.4 > 4.4.3, then indeed you got 398 days. But again, this isn't
part of the apache cert replacement procedure - more likely you did
'Enroll Cert', or reinstalled, or something like that.

Good luck,
-- 
Didi
___
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/NCWVNRNZ6TZWRTRIJ5W6UXBGPXZDTXAD/


[ovirt-users] Re: attaching a diskto a vm with the incremental statement

2022-12-15 Thread Nathanaël Blanchet via Users


Le 15/12/2022 à 12:20, Arik Hadas a écrit :




On Wed, Dec 14, 2022 at 5:54 PM Nathanaël Blanchet  
wrote:



Le 14/12/2022 à 16:42, Arik Hadas a écrit :



On Wed, Dec 14, 2022 at 5:26 PM Nathanaël Blanchet via Users
 wrote:

Hello,

I am used to create new vm with ovirt_vm module.

Now, I want that the disk of each new created vm to be with
the incremental statement.

I tried so:

disks:
- id: "{{result.disk.id }}"
bootable: True
interface: virtio_scsi
backup: incremental

 but it seems that the backup item is not implemented.


How to attach a disk with the incremental statement?


Unlike bootable, disk interface and such settings that are per
relation between a disk and a vm, the 'backup' (method) setting
is a property of the disk itself. If the disk was created with
incremental backup enabled, it would remain with incremental
backup enabled when attached to a vm

The exact workflow is:

  * The disk is created with incremental backup enabled
  * The disk is attached to a vm(incremental backup is ok at this
step)
  * the vm is exported as a template
  * *The disk of the new vm created from the template doesn't have
the incremental backup enabled!*

Sounds like the imported disk of the template is not set with 
incremental backup, what version of ovirt do you use?

4.5.3.2
As part of the fix for 
https://bugzilla.redhat.com/show_bug.cgi?id=2081556, which was merged 
to 4.5.1, we started writing the incremental-backup property to OVAs 
(I assume you refer to export-to-OVA since you wrote that you export a 
VM as a template)

I don't export vm as ova, I make a template from a vm or a snapshot.
- if you use an older version (than 4.5.1), this could explain it. 
Otherwise, please provide the output of:


select * from base_disks where disk_id in (select device_id from 
vm_device where vm_id in (select vm_guid from vm_static where 
vm_name=''));
engine=# select * from base_disks where disk_id in (select device_id 
from vm_device where vm_id in (select vm_guid from vm_static where 
vm_name='alma8.x'));
   disk_id    | wipe_after_delete | 
propagate_errors | disk_alias | disk_description | shareable | sgio | 
disk_storage_type | cinder_volume_type | disk_content_type |

 backup | backup_mode
--+---+--++--+---+--+---++---+
+-
 d55e6738-67d6-441f-a38f-86fc14f248cf | f | 
Off  | Alma_8_8.7 | 8.7  | f | 
| 0 |    | 0 |

 None   |

(1 row)

You are right, making a template from a vm doesn't effectly enable the 
incremental backup on the template disk, even if it is initially enabled 
on the vm disk. It seems to be a bug.






___
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/VALEN65GD3DLDTSBW3J7HERKKTVL7TN5/
___
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/L5T42HF2Q5ZMNM3T2GS6YGZDFEOFADS2/


[ovirt-users] Hosted Engine 4.5 Deployment Issues

2022-12-15 Thread nathan.english--- via Users
Hi There,

Apologies in advanced, I'm sure this has been asked before, but I struggle to 
find anything in the documentation.

I'm currently in the process of deploying my first oVirt instance, and having a 
issue when the Hosted Engine is trying to Install the Hosted Engine Package. 
Error from the logs attached.

My Environment is behind a proxy, which blocks access to any domain containing 
the word mirror, so I understand why the error would be thrown. Is there any 
way to update the repos so I can point them to alternative sources? I have a 
working local mirror in my environment which does contain all the packages 
required for oVirt.

Kind Regards,

Nathan



hosted-engine-setup.log
Description: hosted-engine-setup.log
___
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/5HAMBTHDGUUL5FHDXMD2SROS7ZI2ZHMK/


[ovirt-users] Re: oVirt Biz Continuity Plan recovery Q/A

2022-12-15 Thread Peter B via Users
Hello Didi and all,

Thank you for that documentation... I actually looked at something similar ( 
https://www.ovirt.org/develop/release-management/features/storage/importstoragedomain.html
 ) before writing.   Regarding the Section 3.1 "Disaster Recovery Guide -- 
Active-Passive" method...  I need to understand what this means, "Storage 
domains that contain virtual machine disks and templates in the primary site 
must be replicated".  What does the document mean by "replicated"?  To use the 
document terminology, we have a Site A (SAN LUN A) and Site B (SAN LUN B) which 
is asynchronously (3 hour) replication of the VMs, and if Site A goes away, we 
can present LUN B to Site B oVirt cluster KVM host.   After presentation, I 
assumed I would have to create a new Storage Domain and affix the LUN B to it.  
However the documentation says "site must be replicated", so what exactly does 
that mean, compared to what we are doing/thinking?   Another thing I noticed in 
looking into this is an Imported Domain (from an Exp
 ort Domain) presents a "VM Import" TAB in the Storage Domain details, while a 
regular Storage Domain setup does not appear to offer that -- unless this is a 
conditional thing?   (And of course when Site A goes down I cannot perform a 
detach of an exported storage domain.)   If I create the Site B oVirt cluster 
new Storage Domain for the LUN B, will that present a "VM Import" function tab? 
 (In order to grab the VM info from the LUN B and import it into the cluster.)  
I'm also looking to avoid needing to delve into the Ansible scripts, if the 
needed functionality for recovery can be done in oVirt/KVM.  

Many thanks again.  
___
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/M6TBOOYY4757WXAWEIBWPIEKTIKWFRYK/


[ovirt-users] what happens at vdsm host certificate expiration

2022-12-15 Thread Vinz Vinz
Hi Team,

we are using a custom certificate on the engine apache GUI 
/etc/pki/ovirt-engine/certs/apache.cer (following 
https://myhomelab.gr/linux/2020/01/20/replacing_ovirt_ssl.html) and it works 
fine. The certificate is valid for a very long period.

It seems the vdsm certificate (/etc/pki/vdsm/certs/vdsmcert.pem), on hosts 
side, has been renewed automatically at that time, but for only one year.

 Now we wonder, what will happen when the vdsm certificate will expire? hosts 
will stop to be in the cluster? if yes what should we do to avoid that? is 
there a possibility to also apply our custom cert as vdsm cert?

This is for ovirt 4.4 running on rhel8

thx a lot in advance
___
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/5TEUW2EFD2GJVM6POGGUPOAKLBMU7OE6/


[ovirt-users] Re: Unable to start VM with SRIOV IB interface

2022-12-15 Thread Volenbovskyi, Konstantin
Hi,

It looks that ovirt doesn't consider that your host has any PFs/VFs.
You should navigate to ovengine 4.3 and 4.4 and see those differences in 'Host 
Devices' in some host.
The basic check is then to check if iommu is 'on' on those hosts. This might 
rely on ovengine's control on that (check 'host properties'), but you should 
check if that really works by commands on the host.

Check 
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_openstack_platform/7/html/networking_guide/sr-iov-support-for-virtual-networking
Even though it is for OpenStack, you should check those parts that relate to 
hypervisor (thus only section 9.1. Configure SR-IOV in your RHEL OpenStack 
Platform deployment
) and things about your HW/drivers/those things around number of PFs/VFs.

Once you change anything on host you should click 'Refresh capabilities' and 
see if PFs/VFs appeared


BR,
Konstantin


On 13.12.22, 22:14, "olive...@uc.pt " mailto:olive...@uc.pt>> wrote:


Hi everyone,


On a new oVirt 4.4.10.7-1.el8 deployment I am unable to star a VM with a SRIOV 
IB interface.
I always get the message:


Error while executing action:


login003:


Cannot run VM. There is no host that satisfies current scheduling constraints. 
See below for details:
The host nvirt002.lca.uc.pt did not satisfy internal filter HostDevice because 
the host does not provide requested host devices.
The host nvirt000.lca.uc.pt did not satisfy internal filter HostDevice because 
some of the required host devices are unavailable.
The host nvirt003.lca.uc.pt did not satisfy internal filter HostDevice because 
the host does not provide requested host devices.
The host nvirt005.lca.uc.pt did not satisfy internal filter HostDevice because 
the host does not provide requested host devices.
The host nvirt004.lca.uc.pt did not satisfy internal filter HostDevice because 
the host does not provide requested host devices.
The host nvirt001.lca.uc.pt did not satisfy internal filter HostDevice because 
the host does not provide requested host devices.


Given that I am trying to run it on login000 I guess the relevant error is that 
the host device is unavailable. I cannot find any other errors or messages that 
seem relevant to this on any other logs.
How do I even start debugging this? I have another deployment with 4.3 where it 
just works.




Best Regards and thank you,


Miguel Oliveira
___
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/Z6NXDPOAHZBZONCWX64BQPJB4YDJ23JH/



___
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/5L4HC66ZWXMC37IWCEC6EWESBZNZGRLB/


[ovirt-users] dracut-initqueue Could not boot

2022-12-15 Thread parallax
I got an error while booting ovirt node and the following error message was
displayed: dracut-initqueue timeout - starting

I'm trying to boot into recovery mode but I'm getting the following message
saying "panel is dead"

error screenshots attached

ovirt-node-ng-4.4.10.1-0
___
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/IWJLNMAB3IFJ2FQDYSDEKEAUTLD6GUSB/


[ovirt-users] Re: attaching a diskto a vm with the incremental statement

2022-12-15 Thread Arik Hadas
On Wed, Dec 14, 2022 at 5:54 PM Nathanaël Blanchet  wrote:

>
> Le 14/12/2022 à 16:42, Arik Hadas a écrit :
>
>
>
> On Wed, Dec 14, 2022 at 5:26 PM Nathanaël Blanchet via Users <
> users@ovirt.org> wrote:
>
>> Hello,
>>
>> I am used to create new vm with ovirt_vm module.
>>
>> Now, I want that the disk of each new created vm to be with the
>> incremental statement.
>>
>> I tried so:
>> disks:
>> - id: "{{result.disk.id}}"
>> bootable: True
>> interface: virtio_scsi
>> backup: incremental
>>
>>  but it seems that the backup item is not implemented.
>>
>>
>> How to attach a disk with the incremental statement?
>>
>
> Unlike bootable, disk interface and such settings that are per relation
> between a disk and a vm, the 'backup' (method) setting is a property of the
> disk itself. If the disk was created with incremental backup enabled, it
> would remain with incremental backup enabled when attached to a vm
>
> The exact workflow is:
>
>- The disk is created with incremental backup enabled
>- The disk is attached to a vm(incremental backup is ok at this step)
>- the vm is exported as a template
>- *The disk of the new vm created from the template doesn't have the
>incremental backup enabled!*
>
> Sounds like the imported disk of the template is not set with incremental
backup, what version of ovirt do you use?
As part of the fix for https://bugzilla.redhat.com/show_bug.cgi?id=2081556,
which was merged to 4.5.1, we started writing the incremental-backup
property to OVAs (I assume you refer to export-to-OVA since you wrote that
you export a VM as a template) - if you use an older version (than 4.5.1),
this could explain it. Otherwise, please provide the output of:

select * from base_disks where disk_id in (select device_id from vm_device
where vm_id in (select vm_guid from vm_static where
vm_name=''));

___
>> 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/VALEN65GD3DLDTSBW3J7HERKKTVL7TN5/
>>
>
___
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/WUTX5U6SWRRQHW6DXGTJ2PMPXRZMZYFK/


[ovirt-users] Re: New install of 4.5.4 fails on "activate storage domain"

2022-12-15 Thread Volenbovskyi, Konstantin
Hi,
I would advise:
1) Check that NFS directory has correct user/group ownership (see 
below) and 755 permissions.
2) Check NFS exports that it covers ovengine
And ovirt host as well and try to mount from there.
3) check that NFS directory is empty
4) pause the installation and connect to ovengine CLI/GUI:
-it will be local network with IP address specified in 
/etc/hosts that you should be able to reach via CLI from ovirt host
-Ansible does some port forwarding in order to simplify getting 
GUI (and displays some information about that) somewhere over there in 
installation.
-there is some Ansible section that you should include before 
failed step in order to get the 'pause'. I don't remember
if you will still have running VM in case you just let Ansible execute its 
'cleanup when failed' tasks.
Once connected to ovengine you are likely to find more details in 
/var/log/ovirt-engine/ and try mount from there and try to activate that 
created storage domain via GUI.

Reference:
https://www.ovirt.org/develop/troubleshooting-nfs-storage-issues.html

BR,
Konstantin
On 13.12.22, 22:16, "buldamo...@gmail.com " 
mailto:buldamo...@gmail.com>> wrote:


I've tried NFS (I can mount from the host) and iSCSI and get the same error -
2022-12-11 12:12:36,849-0600 DEBUG 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:109 
{'exception': 'Traceback (most recent call last):\n File 
"/tmp/ansible_ovirt_storage_domain_payload_fukrbjm8/ansible_ovirt_storage_domain_payload.zip/ansible_collections/ovirt/ovirt/plugins/modules/ovirt_storage_domain.py",
 line 811, in main\n File 
"/tmp/ansible_ovirt_storage_domain_payload_fukrbjm8/ansible_ovirt_storage_domain_payload.zip/ansible_collections/ovirt/ovirt/plugins/modules/ovirt_storage_domain.py",
 line 660, in post_create_check\n File 
"/usr/lib64/python3.9/site-packages/ovirtsdk4/services.py", line 3647, in add\n 
return self._internal_add(storage_domain, headers, query, wait)\n File 
"/usr/lib64/python3.9/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add\n return future.wait() if wait else future\n File 
"/usr/lib64/python3.9/site-packages/ovirtsdk4/service.py", line 55, in wait\n 
return self._code(response)\n File "/usr/lib64/py
thon3.9/site-packages/ovirtsdk4/service.py", line 229, in callback\n 
self._check_fault(response)\n File 
"/usr/lib64/python3.9/site-packages/ovirtsdk4/service.py", line 132, in 
_check_fault\n self._raise_error(response, body)\n File 
"/usr/lib64/python3.9/site-packages/ovirtsdk4/service.py", line 118, in 
_raise_error\n raise error\novirtsdk4.Error: Fault reason is "Operation 
Failed". Fault detail is "[]". HTTP response code is 400.\n', 'msg': 'Fault 
reason is "Operation Failed". Fault detail is "[]". HTTP response code is 
400.', 'invocation': {'module_args': {'host': 'bsm-vmgen00.moorekids.net', 
'data_center': 'ACC24531', 'name': 'hosted_storage', 'wait': True, 'state': 
'present', 'timeout': 180, 'poll_interval': 3, 'fetch_nested': False, 
'nested_attributes': [], 'domain_function': 'data', 'id': None, 'description': 
None, 'comment': None, 'localfs': None, 'nfs': None, 'iscsi': None, 
'managed_block_storage': None, 'posixfs': None, 'glusterfs': None, 'fcp': None, 
'wipe_after_
delete': None, 'backup': None, 'critical_space_action_blocker': None, 
'warning_low_space': None, 'destroy': None, 'format': None, 
'discard_after_delete': None, 'storage_format': None}}, '_ansible_no_log': 
None, 'changed': False}
2022-12-11 12:12:36,950-0600 ERROR 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:113 
ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[]". HTTP 
response code is 400.
2022-12-11 12:12:37,051-0600 ERROR 
otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:113 
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is 
\"Operation Failed\". Fault detail is \"[]\". HTTP response code is 400."}
Fresh install from ISO - ovirt-node-ng-installer-latest-el9.iso - downloaded 
12/07/2022. Any help would be GREATLY appreciated. Trying to move from a 
vSphere environment to something opensource.
___
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/JEAXHFOJPZWLWAV5AMNIUYQOKVOAECS3/



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to 

[ovirt-users] Re: how to alaert "VM_SET_TO_UNKNOWN_STATUS" to mail ?

2022-12-15 Thread Martin Perina
Hi,

feel free to create PR for https://github.com/ovirt/ovirt-engine/
Once this PR would be merged, the new event will be included in the closest
oVirt release after the merge.

Martin


On Thu, Dec 15, 2022 at 9:13 AM rakkim 2  wrote:

> thank you
>
> Is there any way to add an event other than that list? (e.g. VM unknown
> status)
> ___
> 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/PPG5CVQMDFOLSYQR25RSWZVL46IX7XBS/
>


-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
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/OFJYMC3K3YFTGCKR77HAPMK7IK65IK25/


[ovirt-users] Re: oVirt Biz Continuity Plan recovery Q/A

2022-12-15 Thread Yedidyah Bar David
Hi,

On Thu, Dec 15, 2022 at 10:12 AM Peter B via Users  wrote:
>
> Hello all, I am looking into implemented a BCP plan with oVirt, which intends 
> to recover VMs from a secondary SAN LUN (containing VM snapshots from a 
> production oVirt cluster site which is considered to have crashed/burned) and 
> presented to the recovery site oVirt cluster.Since the production cluster 
> is expected to have crashed/burned unexpectedly, leaving the VMs snapshots on 
> the recovery SAN LUN (which is at a different site) intact.  However since 
> there can be no Export Domain / Import Domain scenario, I need to know what 
> exact steps I need to perform to re-incorporate/re-hydrate the VMs from the 
> recovery LUN presented to the recover oVirt cluster / KVM hosts.I think 
> that normally an Import Domain offers a "VM Import" tab/option, while regular 
> or non-import Storage Domains don't have the "VM Import" option.   I've been 
> trying to track down what exactly is needed in the way of specific steps 
> within the oVirt manager and KVM hosts, besides presenting the recovery SAN 
> LUN to
>  it.

Did you check oVirt Disaster Recovery? See also:

https://www.ovirt.org/documentation/disaster_recovery_guide/

https://github.com/oVirt/ovirt-ansible-collection/tree/master/roles/disaster_recovery

Good luck and best regards,
-- 
Didi
___
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/BZX4LE6OKVDQ3TZEPQ4A4WXDI5VTEJB3/


[ovirt-users] Issue Uploading Disk Image to Storage Domain in 4.5

2022-12-15 Thread Nur Imam Febrianto
Hi,

Recently just realized having an issue that I cant upload any disk image. 
Realized something strange. I have 2 different DC (for example DC A and DC B). 
I want to upload an image to storage domain that exist in DC B. But when I 
tried to upload the image in the prompt which shows up after choosing Upload -> 
Start in Storage Domain, it shows DC A, even if the Storage Domain resides on 
DC B. And the hosts in the prompt only shows the hosts that exist in DC A. When 
I tried to start the upload process it always fails. Anybody having this 
strange issues like this ?

Thanks before.

Sent from Mail for Windows

___
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/PVG4WZAAIEOL5F27TKT2XBZRBZIIKZQF/


[ovirt-users] Re: how to alaert "VM_SET_TO_UNKNOWN_STATUS" to mail ?

2022-12-15 Thread rakkim 2
thank you

Is there any way to add an event other than that list? (e.g. VM unknown status)
___
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/PPG5CVQMDFOLSYQR25RSWZVL46IX7XBS/


[ovirt-users] oVirt Biz Continuity Plan recovery Q/A

2022-12-15 Thread Peter B via Users
Hello all, I am looking into implemented a BCP plan with oVirt, which intends 
to recover VMs from a secondary SAN LUN (containing VM snapshots from a 
production oVirt cluster site which is considered to have crashed/burned) and 
presented to the recovery site oVirt cluster.Since the production cluster 
is expected to have crashed/burned unexpectedly, leaving the VMs snapshots on 
the recovery SAN LUN (which is at a different site) intact.  However since 
there can be no Export Domain / Import Domain scenario, I need to know what 
exact steps I need to perform to re-incorporate/re-hydrate the VMs from the 
recovery LUN presented to the recover oVirt cluster / KVM hosts.I think 
that normally an Import Domain offers a "VM Import" tab/option, while regular 
or non-import Storage Domains don't have the "VM Import" option.   I've been 
trying to track down what exactly is needed in the way of specific steps within 
the oVirt manager and KVM hosts, besides presenting the recovery SAN LUN to 
 it.  

Many 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/DL3WDAD2CS6HSW4LQCIMFLO3SXD4EEES/