raw Image auf zfs volume

MacAlchemist

New Member
Jul 3, 2014
2
0
1
Hallo Forum,

ich verstehe es nicht ganz (Anfänger bezüglich Diskformate). Ich wollte eine VM von einem Proxmox 4.1 auf Proxmox 5.2-7 umziehen.
Dazu habe ich zwei qcow2 Images per NFS den neuen Server verschoben.
Von dort habe ich mit dem Befehl die das Format umgewandelt mit:

Code:
qemu-img convert -p -f qcow2 /rpool/data/migration/images/301/vm-301-disk-2.qcow2 -O raw /rpool/data/ms1/images/vm-301-disk-2.raw

wobei /rpool/data/ms1 ein ZFS-Volume ist.
Erst danach habe ich das überflüssigen
Code:
images/
bemerkt und wollte mit einem mv-Befehl die beiden Disks verschieben.

In der Konsole tauchen die Images auf, in der GUI nicht, im Gegensatz zu den original installierten VMs.
1. Wie kann ich den Fehler beheben?
2. Was mache ich gedanklich falsch?
 
Hallo, ich habe meine VMs folgendermaßen migriert:
  1. ZVOL erstellt
    Code:
    zfs create -V 100gb rpool/data/vm-100-disk-1
  2. Image übertragen
    Code:
    dd if=dein_raw _file of=of=/dev/zvol/rpool/data/vm-100-disk-1 bs=1M
  3. VM Konfiguration überarbeitet
    Code:
    root@vhost2 ~ # cat /etc/pve/qemu-server/100.conf
    ...
    bootdisk: scsi0
    scsi0: local-zfs:vm-100-disk-1,cache=writeback,size=100G
    ...
    Wichtig! Bei der BUS Auswahl ist zu beachten, dass die nötigen Treiber vorhanden sind. Unter Linux hat man da weniger Probleme, aber bei Windows würde ich erst mal dass nehmen was vorher war. Am besten für die Performance ist jedenfalls SCSI.
 
  • Like
Reactions: fireon
Hallo Stenzelprox,

es hat damit funktioniert. Ich hab quasi Dateibasis und Blockbasis vermischt.
Bei Blocks muss man mit dd arbeiten.

vielen Dank für Deine Hilfe!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!