[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-29 Thread Michaal R via Users
Joy of joys, I'm able to import another Windows VM! Now it's down to 
determining why one of the VMs I'm still having problems with is failing 
import, but that may be something with the OVF or the exported disks, and not 
oVirt.

Thank you to Tomas and Arik and anyone else that helped and gave great input on 
this issue! You are examples of the right kind of forum members: helpful, 
friendly, and committed to making the product better one issue at a time!
___
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/WKJEQZWAYAJCQ35V5PEVOF3PQVRYSM5H/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-28 Thread Michaal R via Users
Well, I ran another package update (dnf -y distro-sync) and more packages 
updated. This time, I managed to get one of the problematic Windows VMs 
imported using Other OS as the OS type (still can't get it set to its proper OS 
until AFTER the VM import). I'm testing another VM, a much larger VM, to see if 
it imports as well (this time in OVA instead of OVF). Fingers crossed this is 
fixed in a way.
___
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/H2VHAJM2YEF4CU2YUQYDZQDWS62CF7QE/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-28 Thread Michaal R via Users
I went ahead and did that, and ran a dnf -y distro-sync as well, and tried to 
import the VM again. I'm still getting the below error when I attempted the 
import, so am I not doing something right to update to the version with the 
fix, or has that not filtered into the snapshot yet?

engine.log:
2023-11-28 14:37:52,318-06 ERROR [org.ovirt.engine.core.utils.ovf.OvfManager] 
(EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-66) 
[390b6aaa-1334-40f4-80c3-744e93f70622] Error parsing OVF due to OVF error: 
[Empty Name]: cannot read '//*/Section/Disk' with value: null
___
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/VG3D4O6KBR6FF43FYYC4CQPU6JMNQNUD/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-27 Thread Arik Hadas
On Mon, Nov 27, 2023 at 6:05 PM Michaal R via Users  wrote:

> Thanks for the info. Do I need to do anything for that update to take
> effect? Will it deploy to a specific package? I noticed on CentOS Stream 9
> that they have the CentOS-release-oVirt45 package at 9.2-1.el9s, but also
> have oVirt-engine package at 4.5.4-1.el9. Kinda confused on those, should
> the CentOS package be okay, or should the oVirt-engine package be what's
> installed?
>

You'd need to install ovirt-engine 4.5.5, see
https://copr.fedorainfracloud.org/coprs/ovirt/ovirt-master-snapshot/package/ovirt-engine


> ___
> 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/3Y5XXWJLJ3LLAJUT6OKTH7TGBUILAPLA/
>
___
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/PMNXH5HGL3N3PULTLDTPNTZUWZFATORW/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-27 Thread Michaal R via Users
Thanks for the info. Do I need to do anything for that update to take effect? 
Will it deploy to a specific package? I noticed on CentOS Stream 9 that they 
have the CentOS-release-oVirt45 package at 9.2-1.el9s, but also have 
oVirt-engine package at 4.5.4-1.el9. Kinda confused on those, should the CentOS 
package be okay, or should the oVirt-engine package be what's installed?
___
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/3Y5XXWJLJ3LLAJUT6OKTH7TGBUILAPLA/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-27 Thread Arik Hadas
Update - the fix for ovirt-engine that Liran previously mentioned on this
thread was merged.

@Michaal R  about your question below, I don't think
there is a workflow that fits all - it depends on the issue.
Even in this thread - the issue on the VDSM side required your help in
validating the fix on your environment, while the fix in ovirt-engine could
be validated by us with the VM specification you provided (we added a unit
test with the specification of your VM btw).
As I see it, this thread went well - you provided us with information that
enabled us to identify the issues and validate their fixes, which is great

On Tue, Nov 21, 2023 at 3:41 PM Michaal R via Users  wrote:

> I'm curious... When code changes like this occur (as I've never been even
> adjacent to such things, even in my professional life), what's the workflow
> like? Are there things users that spark such changes can do to help in
> these situations (like testing and such)? I'll be honest, I'm kinda nerdy
> giddy about seeing how this thread plays out with this issue (or issues),
> as I've kinda always wanted to be able to submit something that could be
> made better, and even just know that an update to a product or service was
> because I made the report and submitted the evidence needed to help.
>
> Sorry if that seems weird.
> ___
> 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/4HPEEHXCLTQED6VV7CUMRT7DSQSD3PS4/
>
___
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/FW7HYDZ3BHVM5KSLDGTWOOJOEUC3TKRL/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-21 Thread Michaal R via Users
I'm curious... When code changes like this occur (as I've never been even 
adjacent to such things, even in my professional life), what's the workflow 
like? Are there things users that spark such changes can do to help in these 
situations (like testing and such)? I'll be honest, I'm kinda nerdy giddy about 
seeing how this thread plays out with this issue (or issues), as I've kinda 
always wanted to be able to submit something that could be made better, and 
even just know that an update to a product or service was because I made the 
report and submitted the evidence needed to help.

Sorry if that seems weird.
___
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/4HPEEHXCLTQED6VV7CUMRT7DSQSD3PS4/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-13 Thread Liran Rotenberg
On Mon, Nov 13, 2023 at 3:30 AM Arik Hadas  wrote:

> It looks like the ovf:actual_size attribute is missing, which can explain
> why parsing the Disk element fails.
>
> @Liran Rotenberg  if I'm right on this, could you
> please try to make OvfOvirtReader#readDisk more robust? (It could take me
> some time to get back to this)
>
Posted: https://github.com/oVirt/ovirt-engine/pull/890

>
> On Mon, Nov 6, 2023, 18:41 Michaal R via Users  wrote:
>
>> Is Arik monitoring this thread? Does he have an answer (or a lead)
>> currently?
>>
>> 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/JY3QLWMZR7RNC6WY5I4DBGMGMDRFOVPK/
>>
>
___
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/J2HBZFTSTLTAOR5BYJ43Y4OVXTG4YJ3M/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-12 Thread Arik Hadas
It looks like the ovf:actual_size attribute is missing, which can explain
why parsing the Disk element fails.

@Liran Rotenberg  if I'm right on this, could you
please try to make OvfOvirtReader#readDisk more robust? (It could take me
some time to get back to this)

On Mon, Nov 6, 2023, 18:41 Michaal R via Users  wrote:

> Is Arik monitoring this thread? Does he have an answer (or a lead)
> currently?
>
> 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/JY3QLWMZR7RNC6WY5I4DBGMGMDRFOVPK/
>
___
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/465IML6HTI25KJXM4UER7I4QY5DLSVAC/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-06 Thread Michaal R via Users
Is Arik monitoring this thread? Does he have an answer (or a lead) currently?

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/JY3QLWMZR7RNC6WY5I4DBGMGMDRFOVPK/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-11-01 Thread Tomáš Golembiovský
Hi,

On Tue, Oct 31, 2023 at 09:22:25PM -, Michaal R via Users wrote:
> Hi, Tomas, checking in to see if you've been able to look at the info above. 
> Let me know if there's anything I can do.

sorry, not yet. Perhaps Arik would be able to tell from the top of his
head what could be the issue here.

Tomas

> 
> 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/KWQLZCKRFGAEBQYWAEP6GECMS7ZBZFE3/
___
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/J7TSEZTQ6BVUJ3HFVZTYCJDYF7WFPA5M/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-31 Thread Michaal R via Users
Hi, Tomas, checking in to see if you've been able to look at the info above. 
Let me know if there's anything I can do.

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/KWQLZCKRFGAEBQYWAEP6GECMS7ZBZFE3/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-27 Thread Michaal R via Users
First of all, thanks Tomas for all of the help. You have been a wonder to work 
with, and I'm pleased to make progress on this issue.

Secondly, no panic here. My statements to Simon were more to derail the thought 
that there was something wrong with my VMs and nothing wrong with oVirt's 
handling of them (as we've been discussing and discovering the evidence of so 
far). I figured there was more to this issue than the OVF exports, since this 
is happening to all of the VMs I've tried (and they're all Windows Server VMs 
so far. I do have a BSD VM to import from VMware, but that'll be last as that's 
my pfSense VM.).

Below are the log lines from engine.log referencing the flow_id starting 
593daf15:

2023-10-26 15:56:27,980-05 INFO  
[org.ovirt.engine.core.bll.exportimport.ImportVmFromOvaCommand] (default 
task-8) [593daf15-49dc-4616-8b11-7a62f5f6ace4] Lock Acquired to object 
'EngineLock:{exclusiveLocks='[sevenofnine=VM_NAME, 
4a6237d9-05a0-4d5a-a7b1-ff01764a761f=VM]', sharedLocks=''}'
2023-10-26 15:56:28,079-05 INFO  
[org.ovirt.engine.core.bll.exportimport.ImportVmFromOvaCommand] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] Running command: ImportVmFromOvaCommand 
internal: false. Entities affected :  ID: c7d8bdb6-6ba8-11ee-b6e4-00163e1989b9 
Type: ClusterAction group CREATE_VM with role type USER,  ID: 
dfe7c94d-f724-4bbc-9156-d47761f417c6 Type: StorageAction group IMPORT_EXPORT_VM 
with role type ADMIN
2023-10-26 15:56:28,210-05 INFO  
[org.ovirt.engine.core.bll.storage.disk.AddDiskCommand] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] Running command: AddDiskCommand 
internal: true. Entities affected :  ID: 4a6237d9-05a0-4d5a-a7b1-ff01764a761f 
Type: VMAction group CONFIGURE_VM_STORAGE with role type USER,  ID: 
dfe7c94d-f724-4bbc-9156-d47761f417c6 Type: StorageAction group CREATE_DISK with 
role type USER
2023-10-26 15:56:28,226-05 INFO  
[org.ovirt.engine.core.bll.storage.disk.image.AddImageFromScratchCommand] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] Running command: 
AddImageFromScratchCommand internal: true. Entities affected :  ID: 
dfe7c94d-f724-4bbc-9156-d47761f417c6 Type: Storage
2023-10-26 15:56:28,238-05 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CreateVolumeVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] START, CreateVolumeVDSCommand( 
CreateVolumeVDSCommandParameters:{storagePoolId='c7d57de0-6ba8-11ee-9a48-00163e1989b9',
 ignoreFailoverLimit='false', 
storageDomainId='dfe7c94d-f724-4bbc-9156-d47761f417c6', 
imageGroupId='752b9199-8083-4e60-9be2-b2f13f54790f', 
imageSizeInBytes='214748364800', volumeFormat='RAW', 
newImageId='e562465d-dc03-427f-8cc9-20fc1055424f', imageType='Sparse', 
newImageDescription='{"DiskAlias":"vmdisk1","DiskDescription":""}', 
imageInitialSizeInBytes='0', imageId='----', 
sourceImageGroupId='----', 
shouldAddBitmaps='false', legal='true', sequenceNumber='1', bitmap='null'}), 
log id: 23351bc6
2023-10-26 15:56:28,273-05 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CreateVolumeVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] FINISH, CreateVolumeVDSCommand, return: 
e562465d-dc03-427f-8cc9-20fc1055424f, log id: 23351bc6
2023-10-26 15:56:28,278-05 INFO  
[org.ovirt.engine.core.bll.tasks.CommandAsyncTask] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] CommandAsyncTask::Adding 
CommandMultiAsyncTasks object for command '55e4e71d-ff96-4207-a06c-3ff0ab2b62ed'
2023-10-26 15:56:28,278-05 INFO  
[org.ovirt.engine.core.bll.CommandMultiAsyncTasks] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] CommandMultiAsyncTasks::attachTask: 
Attaching task '344cdd34-2603-4fd6-afee-73ab95ac9c4f' to command 
'55e4e71d-ff96-4207-a06c-3ff0ab2b62ed'.
2023-10-26 15:56:28,288-05 INFO  
[org.ovirt.engine.core.bll.tasks.AsyncTaskManager] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] Adding task 
'344cdd34-2603-4fd6-afee-73ab95ac9c4f' (Parent Command 'AddImageFromScratch', 
Parameters Type 'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters'), 
polling hasn't started yet..
2023-10-26 15:56:28,296-05 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] BaseAsyncTask::startPollingTask: 
Starting to poll task '344cdd34-2603-4fd6-afee-73ab95ac9c4f'.
2023-10-26 15:56:28,326-05 INFO  
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] 
(EE-ManagedThreadFactory-engine-Thread-12496) 
[593daf15-49dc-4616-8b11-7a62f5f6ace4] EVENT_ID: ADD_DISK_INTERNAL(2,036), 
Add-Disk operation of 'vmdisk1' was initiated by the system.
2023-10-26 15:56:28,410-05 INFO  

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-27 Thread Tomáš Golembiovský
Hi,

On Thu, Oct 26, 2023 at 09:23:50PM -, Michaal R via Users wrote:
> Okay, it seems it got a bit further, but still errored out. I watched it get 
> past the disk import (or what looked like the disk import), but I couldn't 
> see in the vdsm.log file where it failed the remaining import. I tried as 
> both Other OS and as Linux (just in case the latter had a chance), but still 
> failures. There were errors from vdsmd like "cannot lookup default selinux 
> label for /var/tmp/.guestfs-36/appliance.d/initrd" and some SELinux errors 
> with access control from qemu-kvm (the latter of which I ran the fix scripts 
> for as suggested by Cockpit). Below are the log file links from this run.

thanks for testing the patch. I can see from logs that it can read the
progress properly and it now finishes fine. Here's from vdsm.log:

2023-10-26 16:04:17,608-0500 INFO  (v2v/4a6237d9) [root] Job 
'4a6237d9-05a0-4d5a-a7b1-ff01764a761f' finished import successfully (v2v:875)
2023-10-26 16:04:32,511-0500 INFO  (jsonrpc/1) [api.host] START 
getConvertedVm(jobid='4a6237d9-05a0-4d5a-a7b1-ff01764a761f') from=***, 
flow_id=593daf15-49dc-4616-8b11-7a62f5f6ace4 (api:31)
2023-10-26 16:04:32,512-0500 INFO  (jsonrpc/1) [api.host] FINISH 
getConvertedVm return={'status': {'code': 0, 'message': 'Done'}, 'ovf': "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/FDOQVMAZSM5KHIWAVPW3ZLHG5YM3MQYP/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
Okay, it seems it got a bit further, but still errored out. I watched it get 
past the disk import (or what looked like the disk import), but I couldn't see 
in the vdsm.log file where it failed the remaining import. I tried as both 
Other OS and as Linux (just in case the latter had a chance), but still 
failures. There were errors from vdsmd like "cannot lookup default selinux 
label for /var/tmp/.guestfs-36/appliance.d/initrd" and some SELinux errors with 
access control from qemu-kvm (the latter of which I ran the fix scripts for as 
suggested by Cockpit). Below are the log file links from this run.

vdsm.log: 
https://www.dropbox.com/scl/fi/aylya0u16l55ef8k36qu8/vdsm-10.26.23-15.37.log?rlkey=mawo0smdau51ja4a042bhsrqi=0
import log 1: 
https://www.dropbox.com/scl/fi/xuwslr1sz9lrvbyhacasa/import-75636d68-d067-4570-84b3-3829c5cf1963-20231026T153906.log?rlkey=kned3464ek7ctsggqddix0dsi=0
import log 2: 
https://www.dropbox.com/scl/fi/yuimr3j0hwdpkz4siofum/import-4a6237d9-05a0-4d5a-a7b1-ff01764a761f-20231026T155635.log?rlkey=y6kp8ttd59sbh0j8k16eauvsw=0
import log 3: 
https://www.dropbox.com/scl/fi/ipeol7uk00gimyn6rgfrg/import-44bb07d9-fb1d-4e91-a025-35dc70b55cd8-20231026T160749.log?rlkey=yrrznpyagxhhgkwqsokgmk09z=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/WRNUCEDMDKUACQZPELZJAL6GAOR27XVE/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
On Thu, Oct 26, 2023 at 06:15:35PM +0200, Tomáš Golembiovský wrote:
> I have opended a pull request [1] on GitHub with the fix. Since the patch is
> simple and the test for that passes there is low risk. I have attached the
> relevant portion (without the test) to the email. What you need to do is take
> the attached patch, apply it on your host and restart vdsm:
> 
> $ cd /usr/lib...
Whops sorry, this should be:

$ cd /usr/lib/python3.9/site-packages/vdsm

> $ patch -p3 < /tmp/progress-fix.patch
> $ systemctl restart vdsmd
> 
> Then you try the import as usual. To revert the patch or if you fail to apply
> it properly for some reason, or generally in case of any doubt, reinstall the
> vdsm package with dnf and restart vdsm:
> 
> $ dnf reinstall vdsm
> $ systemctl restart vdsmd
> 
> If the import fails please post again any errors from vdsm.log and the import
> log file. It could be the patch is not good enough or perhaps there is yet
> another problem blocking you.
> 
> 
> On Thu, Oct 26, 2023 at 03:28:10PM -, Michaal R via Users wrote:
> > Also, I would like to help with the error trying to import Windows VMs when 
> > you set the OS appropriately (ie... matching the OS type at import to the 
> > OS of the VM, then getting the time zone error). If there's anything I can 
> > do or provide, please let me know.
> 
> This is more problematic as it likely involves fixing ovirt-engine. That
> in turn requires recompiling it and rebuilding the packages. That's
> much more involved and someting I cannot help with.
> 
> Tomas
> 
> [1] https://github.com/oVirt/vdsm/pull/402
> [2] https://patch-diff.githubusercontent.com/raw/oVirt/vdsm/pull/402.diff

> diff --git a/lib/vdsm/v2v.py b/lib/vdsm/v2v.py
> index 2df126a368..a05d38313e 100644
> --- a/lib/vdsm/v2v.py
> +++ b/lib/vdsm/v2v.py
> @@ -933,7 +933,7 @@ def _abort(self):
>  
>  class OutputParser(object):
>  COPY_DISK_RE = re.compile(br'.*(Copying disk (\d+)/(\d+)).*')
> -DISK_PROGRESS_RE = re.compile(br'\s+\((\d+).*')
> +DISK_PROGRESS_RE = re.compile(br'\s+\((\d+).*|.+ (\d+)% \[[*-]+\]')
>  
>  def parse(self, stream):
>  for line in stream:
> @@ -970,8 +970,9 @@ def _parse_progress(self, chunk):
>  m = self.DISK_PROGRESS_RE.match(chunk)
>  if m is None:
>  return None
> +value = [x for x in m.groups() if x is not None][0]
>  try:
> -return int(m.group(1))
> +return int(value)
>  except ValueError:
>  raise OutputParserError('error parsing progress regex: %r'
>  % m.groups)
___
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/QRDAENKTKM2Z6ZI5EZU5N42GKHTMTNNT/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
I have opended a pull request [1] on GitHub with the fix. Since the patch is
simple and the test for that passes there is low risk. I have attached the
relevant portion (without the test) to the email. What you need to do is take
the attached patch, apply it on your host and restart vdsm:

$ cd /usr/lib...
$ patch -p3 < /tmp/progress-fix.patch
$ systemctl restart vdsmd

Then you try the import as usual. To revert the patch or if you fail to apply
it properly for some reason, or generally in case of any doubt, reinstall the
vdsm package with dnf and restart vdsm:

$ dnf reinstall vdsm
$ systemctl restart vdsmd

If the import fails please post again any errors from vdsm.log and the import
log file. It could be the patch is not good enough or perhaps there is yet
another problem blocking you.


On Thu, Oct 26, 2023 at 03:28:10PM -, Michaal R via Users wrote:
> Also, I would like to help with the error trying to import Windows VMs when 
> you set the OS appropriately (ie... matching the OS type at import to the OS 
> of the VM, then getting the time zone error). If there's anything I can do or 
> provide, please let me know.

This is more problematic as it likely involves fixing ovirt-engine. That
in turn requires recompiling it and rebuilding the packages. That's
much more involved and someting I cannot help with.

Tomas

[1] https://github.com/oVirt/vdsm/pull/402
[2] https://patch-diff.githubusercontent.com/raw/oVirt/vdsm/pull/402.diff
diff --git a/lib/vdsm/v2v.py b/lib/vdsm/v2v.py
index 2df126a368..a05d38313e 100644
--- a/lib/vdsm/v2v.py
+++ b/lib/vdsm/v2v.py
@@ -933,7 +933,7 @@ def _abort(self):
 
 class OutputParser(object):
 COPY_DISK_RE = re.compile(br'.*(Copying disk (\d+)/(\d+)).*')
-DISK_PROGRESS_RE = re.compile(br'\s+\((\d+).*')
+DISK_PROGRESS_RE = re.compile(br'\s+\((\d+).*|.+ (\d+)% \[[*-]+\]')
 
 def parse(self, stream):
 for line in stream:
@@ -970,8 +970,9 @@ def _parse_progress(self, chunk):
 m = self.DISK_PROGRESS_RE.match(chunk)
 if m is None:
 return None
+value = [x for x in m.groups() if x is not None][0]
 try:
-return int(m.group(1))
+return int(value)
 except ValueError:
 raise OutputParserError('error parsing progress regex: %r'
 % m.groups)
___
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/PDBHNLHTXYDWU4PLEOX7UV5IO7YMJXIB/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
Also, I would like to help with the error trying to import Windows VMs when you 
set the OS appropriately (ie... matching the OS type at import to the OS of the 
VM, then getting the time zone error). If there's anything I can do or provide, 
please let me know.
___
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/43XGUQWXNPAASQUFNYLHMAG74QTMVJT6/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Michaal R via Users
What would it take to help you test this? I'm using a VM in ESXi to test setup 
and configuration of oVirt before going live with a bare metal install, so I'm 
setup to help if I can. It would be an easy step to make a snapshot before 
applying the patch, and then roll back if it doesn't work.

I'm fairly technical (I'm a sys admin for a global payments processor, and I 
love playing in tech as a hobby), so I would be happy to assist from the end 
user point of this.
___
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/AS76HPWD5Y4TM2PCBNORSRUEQ4HZ7FTT/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-26 Thread Tomáš Golembiovský
Hi,

On Wed, Oct 25, 2023 at 04:44:18PM -, Michaal R via Users wrote:
> I checked for the Fast Startup feature, which I figured wouldn't be enabled, 
> and it's not even configurable.

it really seems the VM imports below got a step further.

> 
> I tried, again, to import from vCenter and got error "All chosen VMs couldn't 
> be retrieved by the external system and therefore have been filtered. Please 
> see log for details." When I look at the log, there's nothing there 
> referencing the error. Not even sure I'm looking in the right place.
> 
> I fired up the VM, double verified Fast Startup was disabled, shut down the 
> VM again, and exported it as an OVF (folder of files). Tried to import as 
> Windows 2019 x64, same error as before ("Cannot import VM. Invalid time zone 
> for given OS type."). Tried to import as Other OS, failed, event ID 1153. I 
> get the below error log from the import log:
> 
> { "message": "Copying disk 1/1", "timestamp": 
> "2023-10-25T10:49:56.302914729-05:00", "type": "message" }
> [ 222.2] Copying disk 1/1
> protocol: newstyle-fixed without TLS, using structured packets
> export="":
>   export-size: 214748364800 (200G)
>   content: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 
> "Invalid partition table" at offset 0x17b "Error loading operating system" at 
> offset 0x19a "Missing operating system"; partition 1 : ID=0xee, start-CHS 
> (0x0,0,2), end-CHS (0x1fb,254,63), startsector 1, 4294967295 sectors

I don't think this is a problem. virt-v2v properly detected that it is
Windows 10 what is installed in the VM.

>   uri: nbd+unix:///?socket=/tmp/v2v.qObfRy/in0
>   contexts:
>   base:allocation
>   is_rotational: false
>   is_read_only: false
>   can_cache: true
>   can_df: true
>   can_fast_zero: true
>   can_flush: true
>   can_fua: true
>   can_multi_conn: true
>   can_trim: true
>   can_zero: true
>   block_size_minimum: 1
>   block_size_preferred: 4096
>   block_size_maximum: 33554432
> 
> And this from the vdsm.log file right around when the import log ends:
> 
> 2023-10-25 10:54:07,224-0500 ERROR (v2v/e81442fd) [root] Job 
> 'e81442fd-04fc-4100-b9a1-7e0938164397' failed (v2v:851)
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 846, in _run
> self._import()
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 865, in _import
> self._watch_process_output()
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 888, in 
> _watch_process_output
> for event in parser.parse(out):
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 944, in parse
> for chunk in self._iter_progress(stream):
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 963, in 
> _iter_progress
> raise OutputParserError('copy-disk stream closed unexpectedly')
> vdsm.v2v.OutputParserError: copy-disk stream closed unexpectedly

This is the real problem. VDSM is confused because virt-v2v changed
output format and progress reporting looks different now. VDSM is still
waiting for progress update even though virt-v2v is already copying
data. And when virt-v2v terminates VDSM reports this error and aborts
the operation.

I could perhaps try creating a patch for that. But I don't have an
environment to test it.

Tomas
> 
> 
> Tried importing as Other Linux. Failed, event ID 1153. Import log has below 
> snippet (much like above):
> export="":
>   export-size: 214748364800 (200G)
>   content: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 
> "Invalid partition table" at offset 0x17b "Error loading operating system" at 
> offset 0x19a "Missing operating system"; partition 1 : ID=0xee, start-CHS 
> (0x0,0,2), end-CHS (0x1fb,254,63), startsector 1, 4294967295 sectors
>   uri: nbd+unix:///?socket=/tmp/v2v.kRmHY0/in0
>   contexts:
>   base:allocation
>   is_rotational: false
>   is_read_only: false
>   can_cache: true
>   can_df: true
>   can_fast_zero: true
>   can_flush: true
>   can_fua: true
>   can_multi_conn: true
>   can_trim: true
>   can_zero: true
>   block_size_minimum: 1
>   block_size_preferred: 4096
>   block_size_maximum: 33554432
> 
> vdsm.log shows below:
> 
> 2023-10-25 11:25:58,100-0500 ERROR (v2v/542ae3e4) [root] Job 
> '542ae3e4-8ea8-4f85-a35f-30bc702b8d5d' failed (v2v:851)
> Traceback (most recent call last):
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 846, in _run
> self._import()
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 865, in _import
> self._watch_process_output()
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 888, in 
> _watch_process_output
> for event in parser.parse(out):
>   File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 944, in parse
> for chunk in self._iter_progress(stream):
>   File 

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-25 Thread Michaal R via Users
I checked for the Fast Startup feature, which I figured wouldn't be enabled, 
and it's not even configurable.

I tried, again, to import from vCenter and got error "All chosen VMs couldn't 
be retrieved by the external system and therefore have been filtered. Please 
see log for details." When I look at the log, there's nothing there referencing 
the error. Not even sure I'm looking in the right place.

I fired up the VM, double verified Fast Startup was disabled, shut down the VM 
again, and exported it as an OVF (folder of files). Tried to import as Windows 
2019 x64, same error as before ("Cannot import VM. Invalid time zone for given 
OS type."). Tried to import as Other OS, failed, event ID 1153. I get the below 
error log from the import log:

{ "message": "Copying disk 1/1", "timestamp": 
"2023-10-25T10:49:56.302914729-05:00", "type": "message" }
[ 222.2] Copying disk 1/1
protocol: newstyle-fixed without TLS, using structured packets
export="":
export-size: 214748364800 (200G)
content: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 
"Invalid partition table" at offset 0x17b "Error loading operating system" at 
offset 0x19a "Missing operating system"; partition 1 : ID=0xee, start-CHS 
(0x0,0,2), end-CHS (0x1fb,254,63), startsector 1, 4294967295 sectors
uri: nbd+unix:///?socket=/tmp/v2v.qObfRy/in0
contexts:
base:allocation
is_rotational: false
is_read_only: false
can_cache: true
can_df: true
can_fast_zero: true
can_flush: true
can_fua: true
can_multi_conn: true
can_trim: true
can_zero: true
block_size_minimum: 1
block_size_preferred: 4096
block_size_maximum: 33554432

And this from the vdsm.log file right around when the import log ends:

2023-10-25 10:54:07,224-0500 ERROR (v2v/e81442fd) [root] Job 
'e81442fd-04fc-4100-b9a1-7e0938164397' failed (v2v:851)
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 846, in _run
self._import()
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 865, in _import
self._watch_process_output()
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 888, in 
_watch_process_output
for event in parser.parse(out):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 944, in parse
for chunk in self._iter_progress(stream):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 963, in 
_iter_progress
raise OutputParserError('copy-disk stream closed unexpectedly')
vdsm.v2v.OutputParserError: copy-disk stream closed unexpectedly


Tried importing as Other Linux. Failed, event ID 1153. Import log has below 
snippet (much like above):
export="":
export-size: 214748364800 (200G)
content: DOS/MBR boot sector MS-MBR Windows 7 english at offset 0x163 
"Invalid partition table" at offset 0x17b "Error loading operating system" at 
offset 0x19a "Missing operating system"; partition 1 : ID=0xee, start-CHS 
(0x0,0,2), end-CHS (0x1fb,254,63), startsector 1, 4294967295 sectors
uri: nbd+unix:///?socket=/tmp/v2v.kRmHY0/in0
contexts:
base:allocation
is_rotational: false
is_read_only: false
can_cache: true
can_df: true
can_fast_zero: true
can_flush: true
can_fua: true
can_multi_conn: true
can_trim: true
can_zero: true
block_size_minimum: 1
block_size_preferred: 4096
block_size_maximum: 33554432

vdsm.log shows below:

2023-10-25 11:25:58,100-0500 ERROR (v2v/542ae3e4) [root] Job 
'542ae3e4-8ea8-4f85-a35f-30bc702b8d5d' failed (v2v:851)
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 846, in _run
self._import()
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 865, in _import
self._watch_process_output()
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 888, in 
_watch_process_output
for event in parser.parse(out):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 944, in parse
for chunk in self._iter_progress(stream):
  File "/usr/lib/python3.9/site-packages/vdsm/v2v.py", line 963, in 
_iter_progress
raise OutputParserError('copy-disk stream closed unexpectedly')
vdsm.v2v.OutputParserError: copy-disk stream closed unexpectedly

Not sure what's going on, since the folder that the OVF is accessible from is 
an SMB mount in /mnt/ (mount dir: /mnt/vmexports). It's mounted rw, even, in 
case it needs it, and the uid:gid is set 36:36.

Below are links to the screenshot of the directory listing for the mount point, 
as well as the vdsm and import logs. Something's not clicking with me, and it 
may just be that I've been wrestling with this issue for so long that my 
brain's gotten clouded. Thanks for the help, guys.

vmexports mount directory listing: 

[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-25 Thread Tomáš Golembiovský
On Tue, Oct 24, 2023 at 01:16:27PM -, Michaal R via Users wrote:
> Well, that's interesting... I wonder if the other imports I've tried give the 
> same error. That VM SHOULD have been shut down properly, but I'll check 
> again. I've three VMs that won't import, I'll check them again. Do you have 
> any insight into why the import from vCenter doesn't work? 

Well if you say that you stopped the VM and it is not hibernated then
the reason is most likely the Fast Startup feature of Windows. You can
temporarily enforce shutdown if you hold 'Shift' key when you select
'Shutdown'. If you want to disable Fast Startup then I suggest you
search the web. There are plenty of manuals covering that based on the
Windows version.

Tomas


> ___
> 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/ROIZLLQMKJO4X2I5AQGQCZEZCSSGAACT/
___
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/725GLOOME7HF6AUZVXT3NYGDTLGGXDIU/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-24 Thread Michaal R via Users
Well, that's interesting... I wonder if the other imports I've tried give the 
same error. That VM SHOULD have been shut down properly, but I'll check again. 
I've three VMs that won't import, I'll check them again. Do you have any 
insight into why the import from vCenter doesn't work? 
___
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/ROIZLLQMKJO4X2I5AQGQCZEZCSSGAACT/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-23 Thread Tomáš Golembiovský
On Sun, Oct 22, 2023 at 02:47:58PM -0500, netracerx via Users wrote:
> Did that too, before I posted here. Importing as Linux gives the same error 
> as importing as Other OS. Attempting to import directly from VMware fails 
> with a
> nondescript error message that I can't find a more descriptive log entry for.

Depending on in which phase the process failed you should possibly see
an error in vdsm.log. If the failure is during the import itself then
there should also be a virt-v2v log file in /var/log/vdsm/imports/

Hope this helps

Tomas

> The Linux import attempt says at least it can't determine the boot drive when 
> it
> attempts to import it.
> 
> 
> 
> On Oct 22, 2023 at 8:03 AM, Strahil Nikolov <[1]hunter86...@yahoo.com> 
> wrote:
> 
> Have you googled the problem ?
> 
> I find a thread with the same error: 
> [2]https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GGOYZKNLBKE4QTCGJ3YFB7HYNNJID5KV/
>  
> 
> Try to import it as linux and change the type after that ?
> 
> I know that Ovirt can directly connecto to VmWare and ‘pull’ the VM, so 
> why don’t you give it a try ?
> 
> Best Regards,
> Strahil Nikolov 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> On Saturday, October 21, 2023, 10:15 PM, Michaal R via Users 
>  wrote:
> 
> I am running into an issue that, from what little Google-fu I've been 
> able to use, should be solved in oVirt 4.5. I'm trying to import WS2019 VMs 
> from
> ESXi 7 as OVFs or even OVAs. But when I do the import and set the OS 
> to Windows Server 2019 x64 in the admin portal, I get the error "Invalid time 
> zone
> for the given OS type ". If I leave it at Other OS, the import fails 
> with event ID 1153. I've been banging my head against this for over a week
> (previously couldn't get the management VM to complete setup), so any 
> guidance is appreciated. Let me know what to pull to help me pin this down?
> 
> BTW, yes this is a self hosted install as a nested VM on ESXi. Kinda 
> have to right now to test everything (easiest for me over doing a bare metal 
> on my
> old PowerEdge 2900 at the moment). Running CentOS 9 Stream.
> ___
> Users mailing list -- [3]users@ovirt.org
> To unsubscribe send an email to [4]users-le...@ovirt.org
> Privacy Statement: [5]https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct: 
> [6]https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> [7]https://lists.ovirt.org/archives/list/users@ovirt.org/message/MZQ6TSOF2O6MV5MIMYQAVQRQQV27KBDD/
> 
> 
> 
> 
> References:
> 
> [1] mailto:hunter86...@yahoo.com
> [2] 
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GGOYZKNLBKE4QTCGJ3YFB7HYNNJID5KV/
> [3] mailto:users@ovirt.org
> [4] mailto:users-le...@ovirt.org
> [5] https://www.ovirt.org/privacy-policy.html
> [6] https://www.ovirt.org/community/about/community-guidelines/
> [7] 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/MZQ6TSOF2O6MV5MIMYQAVQRQQV27KBDD/

> ___
> 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/5JQBIOMPO7EJ6GBB7TCHG6K6ERSDX7SW/
___
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/RZIOGU3RH2XLICOVTBIW7X4EMGOD4XPM/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread Michaal R via Users
Also, the link you posted is malformatted, so I'm unable to follow it to the 
discussion.
___
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/2YGVMFVRKY7KNJ64GP2VVZGKUMFBETTX/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread netracerx via Users
  
  
  
Did that too, before I posted here. Importing as Linux gives the same error as 
importing as Other OS. Attempting to import directly from VMware fails with a 
nondescript error message that I can't find a more descriptive log entry for. 
The Linux import attempt says at least it can't determine the boot drive when 
it attempts to import it.
  

  

  

  
  
  
  
  
>   
> On Oct 22, 2023 at 8:03 AM, Strahil Nikolovwrote:
>   
>Have you googled the problem ?  
>
>   
> I find a thread with the same error:   
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GGOYZKNLBKE4QTCGJ3YFB7HYNNJID5KV/
>
>   
>
>   
> Try to import it as linux and change the type after that ?
>   
>
>   
> I know that Ovirt can directly connecto to VmWare and ‘pull’ the VM, so why 
> don’t you give it a try ?
>   
>
>   
> Best Regards,
>   
> Strahil Nikolov   
>   
>
>   
>
>   
>
>   
>
>   
>   
>   
>   
>
>   
>   
>
>  On Saturday, October 21, 2023, 10:15 PM, Michaal R via Users  
>   wrote:
>
>   
> >   
> > I am running into an issue that, from what little Google-fu I've been able 
> > to use, should be solved in oVirt 4.5. I'm trying to import WS2019 VMs from 
> > ESXi 7 as OVFs or even OVAs. But when I do the import and set the OS to 
> > Windows Server 2019 x64 in the admin portal, I get the error "Invalid time 
> > zone for the given OS type ". If I leave it at Other OS, the import fails 
> > with event ID 1153. I've been banging my head against this for over a week 
> > (previously couldn't get the management VM to complete setup), so any 
> > guidance is appreciated. Let me know what to pull to help me pin this down?
> >   
> >
> >   
> > BTW, yes this is a self hosted install as a nested VM on ESXi. Kinda have 
> > to right now to test everything (easiest for me over doing a bare metal on 
> > my old PowerEdge 2900 at the moment). Running CentOS 9 Stream.
> >   
> >  ___
> >   
> > 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/MZQ6TSOF2O6MV5MIMYQAVQRQQV27KBDD/
> > 
 ___
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/5JQBIOMPO7EJ6GBB7TCHG6K6ERSDX7SW/


[ovirt-users] Re: Cannot successfully import Windows vm to new ovirt deployment

2023-10-22 Thread Strahil Nikolov via Users
Have you googled the problem ?
I find a thread with the same error: 
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/GGOYZKNLBKE4QTCGJ3YFB7HYNNJID5KV/
 
Try to import it as linux and change the type after that ?
I know that Ovirt can directly connecto to VmWare and ‘pull’ the VM, so why 
don’t you give it a try ?
Best Regards,Strahil Nikolov 








On Saturday, October 21, 2023, 10:15 PM, Michaal R via Users  
wrote:

I am running into an issue that, from what little Google-fu I've been able to 
use, should be solved in oVirt 4.5. I'm trying to import WS2019 VMs from ESXi 7 
as OVFs or even OVAs. But when I do the import and set the OS to Windows Server 
2019 x64 in the admin portal, I get the error "Invalid time zone for the given 
OS type ". If I leave it at Other OS, the import fails with event ID 1153. I've 
been banging my head against this for over a week (previously couldn't get the 
management VM to complete setup), so any guidance is appreciated. Let me know 
what to pull to help me pin this down?

BTW, yes this is a self hosted install as a nested VM on ESXi. Kinda have to 
right now to test everything (easiest for me over doing a bare metal on my old 
PowerEdge 2900 at the moment). Running CentOS 9 Stream.
___
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/MZQ6TSOF2O6MV5MIMYQAVQRQQV27KBDD/



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