[ovirt-users] Re: Power management on Dell PowerEdge R320 and R520

2021-05-14 Thread Pavel Strzinek
Never mind, the test was probably failing correctly as I tested the power management with other node in maintenance. When more than one node are active, the test passes and power management works correctly. It could be mentioned in docs though that the power management should be configured

[ovirt-users] Re: Power management on Dell PowerEdge R320 and R520

2021-05-14 Thread David White via Users
Hi Pavel, At the risk of being somewhat lazy, could I ask you where the docs are for installing the iDrac modules and getting power management setup? This is a topic that I haven't explored yet, but probably need to. I have 3x Dell R630s. Sent with ProtonMail Secure Email. ‐‐‐ Original

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Alessio B.
Hello, sorry if I continue in this thread but I have the same issue. This solution in my case doesn't work and the VM can't reboot after an update task like this - name: Set next_run ovirt_vm: next_run: yes name: "{{ item.name }}" auth: "{{ ovirt_auth }}"

[ovirt-users] Re: Power management on Dell PowerEdge R320 and R520

2021-05-14 Thread Pavel Strzinek
Hi David, I meant oVirt docs, e.g. https://www.ovirt.org/documentation/administration_guide/index.html#Setting_fencing_parameters_on_a_host. Docs for installing and setting up iDrac module will be probably available through Dell, but I had no trouble with that part.

[ovirt-users] [ANN] Async release for oVirt 4.4.6

2021-05-14 Thread Sandro Bonazzola
On May 14th 2021 the oVirt project released an async update to the following packages: - ovirt-hosted-engine-ha-2.4.7 - ovirt-release44-4.4.6.2 - ovirt-engine-4.4.6.8 - oVirt Node 4.4.6.2 Fixing the following bugs: - Bug 1909888

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Strahil Nikolov via Users
Hi, the info is not enough. Can you provide the error you receive.Most probably you will need to enable some debug to identify the issue. Best Regards,Strahil Nikolov On Fri, May 14, 2021 at 12:44, Alessio B. wrote: Hello, sorry if I continue in this thread but I have the same issue.

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Alessio B.
Hi, in debug mode I haven't any error. The reboot can't be invoked when the VMs are in running state. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Live ("any") disk migration between storages KILLS a virtual machine with Windows (UEFI) !!!

2021-05-14 Thread Patrick Lomakin
> What type of storage (and brand) are you using for the storage ? > Best Regards,Strahil Nikolov > > > On Wed, May 12, 2021 at 21:01, Patrick > Lomakinpatrick.lomakin(a)gmail.com wrote: > The weekend went horribly. I created a second storage domain in order to move > all the > virtual

[ovirt-users] Re: Ooops! in last step of Hyperconverged deployment

2021-05-14 Thread Harry O
Like this? - name: Detect VLAN ID shell: ip -d link show {{ he_bridge_if }} | grep 'vlan ' | grep -Po 'id \K[\d]+' | cat environment: "{{ he_cmd_lang }}" register: vlan_id_out changed_when: true - debug: var=vlan_id_out - name: Set Engine public key as authorized key without

[ovirt-users] Error Adding host to cluster

2021-05-14 Thread David Johnson
When I attempt to install a new host to my cluster from the GUI I get this set of errors/warnings, and the install fails. - Host has no default route - The Host CPU does not match the Cluster CPU Tye and is running in a degraded mode. It is missing the following CPU flags: vmx,

[ovirt-users] Re: Error Adding host to cluster

2021-05-14 Thread Patrick Lomakin
have you tried installing ovirt packages on the host manually? ___ 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] Power management on Dell PowerEdge R320 and R520

2021-05-14 Thread Pavel Strzinek
Hello, I am having trouble configuring fencing on these two servers with iDrac7 module from freshly installed oVirt 4.4.6. I tried drac5, drac7 and ipmilan modules and neither passes the test. I used ipmilan with option "lanplus=1", as noted in previous threads about idrac usage with

[ovirt-users] Re: Migrating VMs with templates from 4.2.8 to new 4.4.6 instance

2021-05-14 Thread Pavel Strzinek
Hello, I tried to alternatively use NFS data storage for migration instead of export, but I am not successful either. After attaching the storage to new instance (and converting it to version 5 - irreversible step!), I cannot import the template either, it gives me this error in GUI: Error

[ovirt-users] Create Brick from Engine host view

2021-05-14 Thread Harry O
When I try to create a single disk brick via host view "storage devices" on engine, I get the following error. Error while executing action Create Brick: Internal Engine Error Failed to create brick lalaf on host hej1.5ervers.lan of cluster Clu1. I want the brick to be single disk no raid, no

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Alessio B.
Hi Martin, Thank you for the help, I have modified my playbook without the first task. Here is it: - name: Change state in next_run and reboot ovirt_vm: name: "{{ item.name }}" auth: "{{ ovirt_auth }}" state: next_run wait: true with_items:

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
You are not providing any other parameters that's why it does not reboot. In ansible, you are inputting what state you want to have the machine. Let's say that you have some running VM with 2GiB of RAM and you want to change it to 4GiB. If you will start the playbook for the first time it will

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
On Fri, May 14, 2021 at 6:57 PM Martin Necas wrote: > Hi Alessio, > > I just tested it and it seems to be working without a problem. > > To explain the examples which you sent, might help. > > The `next_run: true` "prepares" the VM parameters and after reboot, the > parameters will be set. > I

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Klaas Demter
Shouldn't it be opened against the ovirt collection? https://github.com/oVirt/ovirt-ansible-collection/issues On 11/5/18 11:23 AM, Ondra Machacek wrote: Joey is right, we don't such functionality. But feel free to open an issue here[1] and we can implement it. [1]

[ovirt-users] Re: poweroff and reboot with ovirt_vm ansible module

2021-05-14 Thread Martin Necas
Hi Alessio, I just tested it and it seems to be working without a problem. To explain the examples which you sent, might help. The `next_run: true` "prepares" the VM parameters and after reboot, the parameters will be set. I noticed that you did not set any parameter to the VM in that task, so