Search results

  1. M

    Migration of VMware image to KVM on LVM (raw)

    i made a migration in 2 (two) simple steps, avoiding every windows program like selfimage, and ANY conversion (qcow2, raw, etc)... used NETCAT, this is how: on proxmox, created a virtual machine of type windows2000 with enough disk space to allocate the "physical" hd space of the source...
  2. M

    drbd with only 2 disks

    i'm doing as following: as i've a 300gb hd, partitioned as: sda1 16gb / ext3 (even excessive, but it's a test machine, so...) sda2 4gb swap sda3 drbd, all remaining free space and i'm migrating a laptop with a 55gb hd, i've not enough space on / fs to allocate a qcow2 file, to convert after...
  3. M

    drbd with only 2 disks

    other problem... i'm migrating a test machine on this 2 node cluster, but instructions on: http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Physical_server_to_Proxmox_VE_.28KVM.29 say to create a kvm contained, and then export its qcow2 file as nbd... but if i choose the lvm on the...
  4. M

    drbd with only 2 disks

    thanks for ssh, i'd better search on my own, before ask... :rolleyes: and no, if it works even in standard startup sequence, even better... :D thanks a lot...
  5. M

    drbd with only 2 disks

    seen your mod at Install_Proxmox_VE_on_Debian_Lenny page, but... does SSH install EVEN server part? I think ssh is only client, ssh-server is server, or, at least is so in ubuntu, i think debian is not different... using standard start scripts, i had this situation in /etc/rc3.d, with lvm...
  6. M

    drbd with only 2 disks

    i think documentation needs some little additions: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny#Install_Proxmox_VE_packages nowhere is indicated to install LVM2, as the suggested Lenny standard install does not include it... and ssh access is surely also useful, so, add...
  7. M

    Master is fail

    i'm using for testing a 2 node cluster with drbd for shared storage, some questions: when a vm is started on a node, its conf file is created in: /etc/qemu-server/ and if the vm is migrated on the other node, the conf file is created on the other node, DISAPPEARING from the first NODE! so...
  8. M

    drbd with only 2 disks

    no one has even a little hint on my questions? :(
  9. M

    drbd with only 2 disks

    i went with the lenny-way... installed standard version (16gb ext3 /, 4gb swap, no lvm, remaining disk available), then added pve repository and followed instructions... only some quirks: after pve installation, and following reboot, the eth cards where renamed as following (info from "dmesg...
  10. M

    drbd with only 2 disks

    as i've a 300gb disk on every machine, i need to use them, not with the standard partitioning... in fact, standard partitioning leaves me with a / partition of 80gb, mostly unused, and a /var/lib/vz logical volume of 220gb... i'm trying to do what i sayd before, so: tar cvzfp pve-data.tgz...
  11. M

    drbd with only 2 disks

    please, for version 2.0, consider a custom partitioning type, a one that leaves most of the disk unused, and a little utility that install on this part of the disk a drbd or a standard lvm, as now, but AFTER installation... so, with 2 basic servers with hw raid 1, everybody could build a 2...
  12. M

    drbd with only 2 disks

    i'm new on this community, hi to all :p i'm trying pve and it's a breeze to setup, now i'm trying clustering and i need some help to do my tests, i've 2 identical machines, with a core2 duo, 4gb ram, 300gb sata hd, 2 gigabit nics, 1 of these nics is linked directly into the corresponding one...