« Proxmox : Importer un OVA » : différence entre les versions
De www.yakakliker.org
(Page créée avec « === Décompression de l'image OVA === <syntaxhighlight lang="bash"> tar -xvf Ma_VM.ova </syntaxhighlight> === Import de la VM === <syntaxhighlight lang="bash"> "qm importdisk "VMID" "Fichier.vmdk" "Storage de destination" -format qcow2 </syntaxhighlight> ==== Exemple ==== <syntaxhighlight lang="bash"> qm importdisk 240317 Ma_VM.vmdk local -format qcow2 </syntaxhighlight> === Lien === https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_mac... ») |
Aucun résumé des modifications |
||
Ligne 21 : | Ligne 21 : | ||
[[Catégorie:Linux]] | [[Catégorie:Linux]] | ||
[[Catégorie:KVM]] | [[Catégorie:KVM]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Donate', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> |
Version du 20 janvier 2025 à 14:25
Décompression de l'image OVA
tar -xvf Ma_VM.ova
Import de la VM
"qm importdisk "VMID" "Fichier.vmdk" "Storage de destination" -format qcow2
Exemple
qm importdisk 240317 Ma_VM.vmdk local -format qcow2
Lien
https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images