[ovirt-users] Re: Importing KVMs and QCOW

2022-03-05 Thread Patrick Hibbs
If that's the case you can just go to the disks page in the ovirt admin
site ( Main Menu => Storage => Disks ) and upload them there. Then you
can create a new VM and click on the attach button in the VM properties
to use the uploaded disk.

-Patrick Hibbs

On Sat, 2022-03-05 at 22:06 +, Abe E wrote:
> Does this not assume one has a KVM running in a KVMManager or the
> like?
> All I have is a qcow or a .raw file from for example Ruckus for a
> virtual smartzone VM that I want to import, I dont have the option of
> a URI to point to.
> ___
> 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/TW35JMN4CBC2DWGMOBV2HDJWT2NJ75OS/

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


[ovirt-users] Re: Importing KVMs and QCOW

2022-03-05 Thread Abe E
Does this not assume one has a KVM running in a KVMManager or the like?
All I have is a qcow or a .raw file from for example Ruckus for a virtual 
smartzone VM that I want to import, I dont have the option of a URI to point to.
___
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/TW35JMN4CBC2DWGMOBV2HDJWT2NJ75OS/


[ovirt-users] Re: Importing KVMs and QCOW

2022-03-05 Thread Strahil Nikolov via Users
You are supposed to import the VM from the KVM 
host:https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.4/html/virtual_machine_management_guide/sect-exporting_and_importing_virtual_machines_and_templates#Importing_a_Virtual_Machine_from_KVM
Best Regards,Strahil Nikolov

 
 
  On Fri, Mar 4, 2022 at 20:11, Abe E wrote:   Hey Everyone

So one thing that hasnt been clear for me is method for importing KVMs and QCOW 
images to ovirt.
I have had some success with importing some VMs in KVM format by building a VM 
of same size and then replacing the image file based on its disk ID.

My issue so far has been with some premade qcow and sometimes KVMs dont 
successfully work with the above method. Is it not possible to simply upload to 
the disk page in the GUI and attach it to the VM, what am I doing wrong here?

Thanks 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/VN4YT5CCHJTYDUVQK2F5HLPREGKWP7XH/
  
___
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/BCN42BJ5SI2EOQVYB772RUUE2PXSADGY/


[ovirt-users] Re: Import an snapshot of an iSCSI Domain

2022-03-05 Thread Strahil Nikolov via Users
Are you sureyou don't have lvm filter that ignores the PV ?
Best Regards,Strahil Nikolov
 
 
  On Fri, Mar 4, 2022 at 8:26, Vinícius Ferrão via Users 
wrote:   Hi again, I don’t know if it will be possible to import the storage 
domain due to conflicts with the UUID of the LVM devices. I’ve tried to issue a 
vgimportclone to chance the UUIDs and import the volume but it still does not 
shows up on oVirt.

I don’t know how to mount the iSCSI volume to recover the data. The data is 
there but it’s extremely difficult to get it.

Any ideias?

Thanks.


> On 3 Mar 2022, at 20:56, Vinícius Ferrão  wrote:
> 
> I think I’ve found the root cause, and it’s the LVM inside the iSCSI volume:
> 
> [root@rhvh5 ~]# pvscan 
>  WARNING: Not using device /dev/mapper/36589cfc00db9cf56949c63d338ef for 
>PV fTIrnd-gnz2-dI8i-DesK-vIqs-E1BK-mvxtha.
>  WARNING: PV fTIrnd-gnz2-dI8i-DesK-vIqs-E1BK-mvxtha prefers device 
>/dev/mapper/36589cfc006f6c96763988802912b because device is used by LV.
>  PV /dev/mapper/36589cfc006f6c96763988802912b    VG 
>9377d243-2c18-4620-995f-5fc680e7b4f3  lvm2 [<10.00 TiB / 7.83 TiB free]
>  PV /dev/mapper/36589cfc00a1b985d3908c07e41ad    VG 
>650b0003-7eec-4fa5-85ea-c019f6408248  lvm2 [199.62 GiB / <123.88 GiB free]
>  PV /dev/mapper/3600605b00805d8a01c2180fd0d8d8dad3  VG rhvh_rhvh5             
>               lvm2 [<277.27 GiB / 54.55 GiB free]
>  Total: 3 [<10.47 TiB] / in use: 3 [<10.47 TiB] / in no VG: 0 [0  ]
> 
> The device that’s not being using is the snapshot. There’s a way to change 
> the ID of the device so I can import the data domain?
> 
> Thanks.
> 
>> On 3 Mar 2022, at 20:21, Vinícius Ferrão via Users  wrote:
>> 
>> Hello,
>> 
>> I need to import an old snapshot of my Data domain but oVirt does not find 
>> the snapshot version when importing on the web interface.
>> 
>> To be clear, I’ve mounted a snapshot on my storage, and exported it on 
>> iSCSI. I was expecting that I could be able to import it on the engine.
>> 
>> On the web interface this Import Pre-Configured Domain finds the relative 
>> IQN but it does not show up as a target.
>> 
>> Any ideas?
>> 
>> 
>> ___
>> 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/3WEQQHZ46DKQJXHVX5QF4S2UVBYF4URR/
> 

___
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/3XDKQK32V6E4K3IB7BLY5XOGDNHJBW3L/
  
___
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/JEZBZQOEZO3H2EFSO3HF3L3C2KZDN7PF/


[ovirt-users] Re: VM Disk extend not reflected in VM oS

2022-03-05 Thread Strahil Nikolov via Users
 Can you summarize how you expanded the disk,what you see in UI and the output 
of 'lsblk' (in the guest )?
Best Regards,Strahil Nikolov
 
Thanks All,

Rescans and reboot didn't resolve this - disk size increase still not seen by 
OS.

Any other suggestions?

Regards

Simon...
___
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/HYDINHGAK4NTYTTQNH2CZX7PO3S7Y5HB/
  
___
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/CGIVXEAEBCGTHH5YPBYXIBZPRRWEDWFS/


[ovirt-users] Re: Unable to upload ISO Image in ovirt 4.4.10

2022-03-05 Thread Patrick Hibbs
That's typically one of three issues:

1. You've replaced the certificate used by apache, but haven't updated
the configuration for the ovirt-imageio-proxy.

2. You're using an older web browser. (Pale Moon, Waterfox, older
versions of Chrome, etc.)

3. There's an issue that causes the initial transfers (upload or
download) to fail once or twice every ~24 hours.

If it's the first issue, a quick fix is to simply add your new
certificate's CA cert to the hidden /etc/pki/ovirt-engine/.truststore
file (It's a java keystore.) then restart the engine and imageio-proxy.

If it's the second issue, try using a newer browser. Current versions
of Chrome are known to work.

If it's the third issue, abort the download and try again. Assuming
you've ruled out the other two issues, it should work. If not, we might
need your logs to determine what's wrong.

If your engine is stuck with an aborted download, try restarting both
the ovirt-engine and ovirt-imageio-proxy services. (That should get rid
of the bad download state.)

-Patrick Hibbs

On Wed, 2022-03-02 at 23:42 +, lou...@ameritech.net wrote:
> I recently installed ovirt 4.4.10 on my server successfully; however;
> I'm unable to upload images using the ovirt GUI.  I tried the
> following: 
> 
> Storage> Disk> Upload> Start > Completed the form pointing to the
> source location of the image
> 
>  Once I click the OK button the status of the image go's into a
> Locked Status then switches to "Paused by System" and jsut hangs from
> there.  
> 
> A few days later I tried to delete the upload because the state did
> not change.  I tried the following to Cancel the upload:
> Storage> Disk> Upload> Cancel
> 
> Once the above is complete the status changes to "Finalizing
> Cleanup".  
> 
> What should be done to resolve this issue?
> 
> 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/WIJFGDZAWGZOKL5A432H33H4XAKDNVV6/

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


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread muhammad . riyaz
here are the details of the RAID  controller:
Product Name: PERC 6/i
Package: 6.2.0-0013
FW Version:1.22.02-0612
BIOS Version: 1.04.00
Ctrl Version: 1.02-015B
Boot Block: 1.00.00.01-0011

which ISO should I select from the repo?
___
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/U4RYVN3GSBRX4N5GU6GFICUH45P2GKUT/


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread Strahil Nikolov via Users
I guess your controller is not in https://access.redhat.com/solutions/3751841 
(can access with red hat dev account)
Best Regards,Strahil Nikolov

 
 
  On Sat, Mar 5, 2022 at 12:55, Strahil Nikolov wrote:   
For example elrepo has a lot : https://elrepo.org/linux/dud/el8/x86_64/
Check with centos 7 dvd ( you can use the boot dvd or install dvd in 
troubleshooting mode) which module is using.
Best Regards,Strahil Nikolov
 
 
  On Sat, Mar 5, 2022 at 12:19, Gianluca Cecchi 
wrote:   ___
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/7BDMB3RQHYOT3WJL2TUI2WGCQPN3SP3H/
  
  
___
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/7KMMROTTZIIYMBX6VARZEAQT37I7JNJO/


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread Strahil Nikolov via Users
For example elrepo has a lot : https://elrepo.org/linux/dud/el8/x86_64/
Check with centos 7 dvd ( you can use the boot dvd or install dvd in 
troubleshooting mode) which module is using.
Best Regards,Strahil Nikolov
 
 
  On Sat, Mar 5, 2022 at 12:19, Gianluca Cecchi 
wrote:   ___
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/7BDMB3RQHYOT3WJL2TUI2WGCQPN3SP3H/
  
___
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/E2U3XFU42FBG4VRIZM4LV3GDB7NKJ2AN/


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread Gianluca Cecchi
On Sat, Mar 5, 2022 at 9:48 AM  wrote:

> how can I identify the correct DUD package? My server is Dell PowerEdge
> 710 server with SAS RAID 1  PERC 6/i
>

For both RAID controllers and Network adapters (it happened to me for an
old HP blade) you can check here, comparing the lists and your pci ids, eg
booting with a live distro or a CentOS 7 one
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/hardware-enablement_considerations-in-adopting-rhel-8

HIH,
Gianluca
___
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/7BDMB3RQHYOT3WJL2TUI2WGCQPN3SP3H/


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread muhammad . riyaz
how can I identify the correct DUD package? My server is Dell PowerEdge 710 
server with SAS RAID 1  PERC 6/i
___
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/U7EIFPJ6MHSE6ELKR3UQDQAHNMOE2RXN/


[ovirt-users] Re: OVIRT INSTALLATION IN SAS RAID

2022-03-05 Thread muhammad . riyaz
the dud package is showing some kilobytes and is unable to write directly to 
from iso. does the flash disk need to be in a bootable format?
___
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/QG463LGPT5AQJ2TIUMWFPIEHWMFW2NHJ/