dd in ein ceph container?

May 23, 2017
45
0
26
www.groemitz.de
Moin,

ich versuche gerade eine VMware-Appliance in ein Proxmox System zu konvertieren.
In der Anleitung https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Prepare_the_disk_file steht aber nicht, wie das bei einem Ceph Cluster geht.

Leider ist die Raw Datei zu groß, um sie noch im lokalem lvm zu kopieren und dann zu migrieren.

Ist es möglich mit dd in einen Ceph RBD Container zu kopieren und wenn ja wo ist der Posix link im host Betriebsystem?
Und wenn nein -> was nun?
 
schon 'qm importdisk' gesehen? sollte genau das machen
'qm importdisk <vmid> <sourcefile> <ziel-storage>'

btw. der thread ist wohl im falschen subforum gelandet (mailgateway), ich verschieb in mal
 
Vielen Dank für die schnelle Antwort und das Korrigieren in das richtige Subforum.

Leider funktioniert der Befehl qm importdisk auch nicht, weil mir das <ziel-storage> nicht bekannt ist.

Beispiel:
Code:
># qm config 108
bootdisk: scsi0
cores: 2
cpu: Haswell
ide2: none,media=cdrom
memory: 2048
name: opsi
net0: e1000=76:A4:79:01:71:90,bridge=vmbr111,firewall=1
numa: 0
ostype: l26
scsi0: rbdhd_vm:vm-108-disk-0,cache=writeback,discard=on,size=200G
smbios1: uuid=a53351a1-6bcd-46ef-92df-dfe6a314459a
sockets: 1
vmgenid: 32280551-06df-4d10-b3f6-9dd950244b7d
Also müsste der Befehl lauten
qm importdisk 108 ./vm-108-disk-0.raw 'rbdhd_vm:vm-108-disk-0'
Aber auch hier kommt ein Fehler:
Code:
400 Parameter verification failed.
storage: invalid format - storage ID 'rbdhd_vm:vm-108-disk-0' contains illegal characters

Auch andere Varianten ohne ceph Pool ID, : Escapen usw. haben nicht funktioniert.
 
Leider funktioniert der Befehl qm importdisk auch nicht, weil mir das <ziel-storage> nicht bekannt ist.
hier ist tatsächlich nur die 'storage id' gemeint also

Code:
qm importdisk 108 ./vm-108-disk-0.raw rbdhd_vm

die disk wird automatisch angelegt und tauch als 'unusedX' in der config auf die dann mit 'edit' im gui hinzugefügt werden kann
 

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!