[ovirt-users] Re: Problem with Cluster-wise BIOS Settings in oVirt 4.4

2020-11-10 Thread scrik787
> On Wed, Sep 30, 2020 at 1:29 PM Rodrigo G. López wrote: > > > That's just to prevent your hosted engine from being corrupted > > > > We made several fixes in that area since then, however I see this still > happens on latest version - > so please file a bug and we'll look into it PLEASE

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread ozmen62
H, I might have found a solution. After your reply, i've tested reboot option . It does not work normally But, if i seal vm in audit mode, these steps works; - boot vm "run ones" mode and sysprep enabled - run sysprep like this "C:\Windows\System32\Sysprep\sysprep.exe /oobe /generalize /reboot

[ovirt-users] Re: setting routing rules for guests?

2020-11-10 Thread yam yam
Thanks~! for sure, that's the simple and perfect reason. Sincerely, ___ 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] Cannot restore engine from 4.3.9 to 4.4.3

2020-11-10 Thread tfe...@swissonline.ch
Hi I just tried to restore my engine backup taken from release 4.3.9.4 to a newer oVirt installation release 4.4.3.11. The restore process fails with a FATAL error. I was under the impression that backups from all 4.3 versions were supposed to be restorable on 4.4. My installation is a

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Arik Hadas
On Tue, Nov 10, 2020 at 10:10 PM tfe...@swissonline.ch < tfe...@swissonline.ch> wrote: > Cloning VM's is a core feature of virtualization. > > I remember having cloned VM's back in the 90's with the free VMware > version 0.9. > > My main use case ever since is cloning fully configured production

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread matthew.st...@fujitsu.com
Define ‘proxy’ with /etc/yum.conf. From: Simon Coter Sent: Tuesday, November 10, 2020 9:59 AM To: Matteo Bonardi Cc: Strahil Nikolov ; users Subject: [ovirt-users] Re: Deploy oVirt Engine fail behind proxy Hi Matteo, this one is the solution we’ve applied on OLVM that should also work for

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Simon Coter
Hi Matteo, this one is the solution we’ve applied on OLVM that should also work for oVirt: Before Deploying Self Hosted Engine(SHE) update the below lines in /usr/share/ansible/roles/ovirt.hosted-engine-setup/hooks/enginevm_before_engine_setup/install_pre_setup_packages.yml From -

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Strahil Nikolov via Users
the delegate_to stanza should use the variable for the HostedEngine, but I think this one from the code should work: delegate_to: "{{ groups.engine[0] }}" @Sandro Bonazzola , Maybe we should open a feature request for allowing the installer to deploy a proxy ? I think it's quite common in

[ovirt-users] [ANN] oVirt 4.4.3 is now generally available

2020-11-10 Thread Sandro Bonazzola
oVirt 4.4.3 is now generally available The oVirt project is excited to announce the general availability of oVirt 4.4.3 , as of November 10th, 2020. This release unleashes an altogether more powerful and flexible open source virtualization solution that encompasses hundreds of individual changes

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Strahil Nikolov via Users
Simeon's proposal will be valid only for the deployment of the package - and it should allow the deployment to pass. The example from the previous won't work as yum/dns is not using system proxy -> my bad I didn't realize it earlier. I guess the task for the engine to use the proxy when

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Strahil Nikolov via Users
Usually when you deploy via cockpit, the last step allows you to edit the playbook (I'm not sure if it was only for gluster or overall). Otherwise, you have to find the ansible playbooks on the host where the deployment is going on . On my 4.3 host there is a directory named:

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Matteo Bonardi
Hi Strahil, How can I define that task and pass it to the deploy? Thanks, Matteo Il mar 10 nov 2020, 16:33 Strahil Nikolov ha scritto: > Did anyone try to define a task to deploy the variables in the > HostedEngine before the task? > > For example (take only the task): > --- > - name: Deploy

[ovirt-users] Re: VM's gone to unknown state

2020-11-10 Thread Strahil Nikolov via Users
Debugging deprecated ISO domain is not easy and actually it will be a waste of time. Is there any reason for not using Data domain for the ISO ? Usually I go to Sotrage -> Disks -> Upload -> Start. In ovirt 4.4 there will be an API for verification of ISOs , but on 4.3 I go in UI after the

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Strahil Nikolov via Users
Did anyone try to define a task to deploy the variables in the HostedEngine before the task? For example (take only the task): --- - name: Deploy proxy  hosts: localhost  tasks:  - name: Deploy_proxy    blockinfile:  block:    http_proxy=http://myproxy.localdomain:3399    

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Arik Hadas
On Tue, Nov 10, 2020 at 4:37 PM Nicolás wrote: > Hi Arik, > > El 10/11/20 a las 13:21, Arik Hadas escribió: > > > > On Tue, Nov 10, 2020 at 3:08 PM Nicolás wrote: > >> Hi Sharon, >> >> Thanks for the reply! I've opened [1], so hopefully someone will be able >> to implement it. >> >> Regards, >>

[ovirt-users] Re: setting routing rules for guests?

2020-11-10 Thread Strahil Nikolov via Users
Erm... cause it tries to do one thing - Virtualization. If you need a DHCP server, deploy a VM and create the DHCP server. Best Regards, Strahil Nikolov В вторник, 10 ноември 2020 г., 08:09:57 Гринуич+2, yam yam написа: Thanks for the reply! Do you know why oVirt doesn't support

[ovirt-users] Re: setting routing rules for guests?

2020-11-10 Thread matthew.st...@fujitsu.com
I had a need for this on one of my clusters. Spun up a VM to host, installed and configured the software. -Original Message- From: yam yam Sent: Tuesday, November 10, 2020 12:08 AM To: users@ovirt.org Subject: [ovirt-users] Re: setting routing rules for guests? Thanks for the reply!

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Nicolás
Hi Arik, El 10/11/20 a las 13:21, Arik Hadas escribió: On Tue, Nov 10, 2020 at 3:08 PM Nicolás > wrote: Hi Sharon, Thanks for the reply! I've opened [1], so hopefully someone will be able to implement it. Regards, Nico   [1]:

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Yedidyah Bar David
On Tue, Nov 10, 2020 at 3:13 PM tfe...@swissonline.ch wrote: > > Hello Ritesh > > Engine and host is the same. There is only one box. This is called all-in-one. Was officially supported until 3.6, and is unsupported, undocumented and untested these days, although people seem to be using it, and

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Arik Hadas
On Tue, Nov 10, 2020 at 3:08 PM Nicolás wrote: > Hi Sharon, > > Thanks for the reply! I've opened [1], so hopefully someone will be able > to implement it. > > Regards, > > Nico > > [1]: https://github.com/oVirt/ovirt-site/issues/2389 > > El 10/11/20 a las 11:38, Sharon Gratch escribió: > >

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread Steven Rosenberg
Hi, OK, it sounds like you should create a VM set to a Windows OS via the Webadmin (such as in edit). run with Run Once, choose initial run and check the sysprep check box. Then you can set any configuration you want, run the VM, seal with sysprep and reboot. After that create a template from the

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread Michal Skrivanek
> On 10 Nov 2020, at 12:30, ozme...@hotmail.com wrote: > > thanks for reply, > I've made a template W10 and sealed with sysprep generize. > After now, we want to use this template for new user vms. > For example, a user wants a vm for personnel usage. > I create a new vm from template which

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread tfe...@swissonline.ch
Hello Ritesh Engine and host is the same. There is only one box. The vdsm daemon does not seem to exist. # systemctl status vdsmd Unit vdsmd.service could not be found. Should I assume that there is a component missing, which should have been installed? I just checked the installation

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Nicolás
Hi Sharon, Thanks for the reply! I've opened [1], so hopefully someone will be able to implement it. Regards, Nico   [1]: https://github.com/oVirt/ovirt-site/issues/2389 El 10/11/20 a las 11:38, Sharon Gratch escribió: Hi, This feature of cloning a VM was indeed part of the old User

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello, Looks like you are checking this directory in the engine. You will get this in the host. Also check vdsm service is running or not using systemctl status vdsmd On Tue, Nov 10, 2020 at 6:09 PM tfe...@swissonline.ch wrote: > Hello Ritesh > > I can see the NIC attached to the host in the

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread tfe...@swissonline.ch
”€ storage.log │   ├── syslog │   └── X.log ├── audit │   └── audit.log ├── boot.log ├── boot.log-20201020 ├── boot.log-20201026 ├── boot.log-20201110 ├── btmp ├── btmp-20201101 ├── chrony ├── cron ├── cron

[ovirt-users] Re: Host NonResponsive after migration to oVirt 4.4

2020-11-10 Thread Ritesh Chikatwar
Hello, Can you share vdsm logs you can find at /var/log/vdsm/vdsm.log. I guess this might be a vdsm issue between an engine and host. also check in ui whether a nic is attached to the host after upgrade. On Tue, Nov 10, 2020 at 5:18 PM tfe...@swissonline.ch wrote: > Hi > > I am looking for

[ovirt-users] Re: Upgrade hyperconverged self-hosted ovirt from 4.3 to 4.4

2020-11-10 Thread ralf
Thanks a lot for the suggestions. I will try to follow your routine on a test setup next week. Kind regards, Ralf ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Clone a VM in the User Portal

2020-11-10 Thread Sharon Gratch
Hi, This feature of cloning a VM was indeed part of the old User Portal and you are right that it's not supported by the newer VM Portal (since oVirt 4.3). It seemed that this wasn't required by VM Portal users (no user complained up till now) and that's why we omitted it and it's not part of our

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread ozmen62
thanks for reply, I've made a template W10 and sealed with sysprep generize. After now, we want to use this template for new user vms. For example, a user wants a vm for personnel usage. I create a new vm from template which sealed. after creation, we want to customize this vm for the person by

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Yedidyah Bar David
On Tue, Nov 10, 2020 at 12:18 PM Gianluca Cecchi wrote: > > On Tue, Nov 10, 2020 at 8:55 AM Matteo Bonardi wrote: >> >> > On Tue, Nov 10, 2020 at 9:14 AM Matteo Bonardi > > wrote: >> > >> > Someone recently reported on this list that setting both environment >> > variables http_proxy and

[ovirt-users] Re: VM's gone to unknown state

2020-11-10 Thread hjadavalluva
Dear Strahil Nikolov, Do you have any idea about following error? Couple of weeks back, one VM's OS got corrupted and there's no NIC. Now, I have to re-install the OS in that VM to bring the VM up and running. For doing this, I need to import the ISO domain from gluster storage. While

[ovirt-users] Re: Deploy oVirt Engine fail behind proxy

2020-11-10 Thread Gianluca Cecchi
On Tue, Nov 10, 2020 at 8:55 AM Matteo Bonardi wrote: > > On Tue, Nov 10, 2020 at 9:14 AM Matteo Bonardi wrote: > > > > Someone recently reported on this list that setting both environment > > variables http_proxy and https_proxy worked for them. > yes it was me here:

[ovirt-users] Re: VM's gone to unknown state

2020-11-10 Thread Alex K
Hi Hariharan, On Tue, Nov 10, 2020 at 11:36 AM wrote: > Dear Alex, > > Thanks for your kind response! So its mandatory to enable power > management? Is that a good way to enable power management in running hosts > or already installed hosts in Ovirt? If possible, let me know the benifits > of

[ovirt-users] Re: VM's gone to unknown state

2020-11-10 Thread hjadavalluva
Dear Alex, Thanks for your kind response! So its mandatory to enable power management? Is that a good way to enable power management in running hosts or already installed hosts in Ovirt? If possible, let me know the benifits of using power management; Thanks in advance! Best Regards,

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread Steven Rosenberg
Hi, You could use reboot. The idea of sealing is that one sets say the time zone differently via run once, runs the VM, verify that the Unattend.xml file does have the selected time zone, run the sysprep with generalize and reboot and upon rebooting the OS should be set to the proper time zone.

[ovirt-users] Re: oVirt 4.4.2 MS Windows 10 sysprep floppy

2020-11-10 Thread ozmen62
Hi, I've edited osconfig 00-defaults.properties and sysprep.w10x64 files After sealed w10 by using "sysprep /generalize /oobe /shutdown" command i'm using run ones/initial boot/sysprep But windows passes the process and booted like a new machine. If i sysprep the template like ""sysprep

[ovirt-users] Re: LiveStorageMigration fail

2020-11-10 Thread Christoph Köhler
yes, the output is: -[ RECORD 1 ]-+- image_guid| 77af2f70-f3e3-4e69-a062-b0dd9970e9e3 creation_date | 2019-05-23 10:08:39+02 size | 348966092800 it_guid | ---- parentid