Mount many raid volumes.. How?

  • Thread starter Thread starter manzamanna
  • Start date Start date
M

manzamanna

Guest
First of all, thanks to proxmox team!
I have just free up a server at work, I want transfer some vmware virtual machines to proxmox. I have an adaptec san to play with it.
I'll refer only on KVM in this topic

Some (general) questions:
Is the ram fully assigned to Virtual Machines or is it "shared"?
Is the space used by VMs fully assigned or is it incremental?
On a cluster, can I keep fully syncronized the VMs? I mean: if I migrate a VM form node A to node B the VM will pass from A to B, so if the node B will fail I'll lost every change made after migration.

Some (specific) questions:
Can I decide on what mount point (a.k.a. raid volume) to store a VM, even in a cluster configuration? How can I decide on what mount point to store it?

thanks,
Andrea
 
First of all, thanks to proxmox team!
I have just free up a server at work, I want transfer some vmware virtual machines to proxmox. I have an adaptec san to play with it.
I'll refer only on KVM in this topic

Some (general) questions:
Is the ram fully assigned to Virtual Machines or is it "shared"?
Is the space used by VMs fully assigned or is it incremental?
On a cluster, can I keep fully syncronized the VMs? I mean: if I migrate a VM form node A to node B the VM will pass from A to B, so if the node B will fail I'll lost every change made after migration.

Some (specific) questions:
Can I decide on what mount point (a.k.a. raid volume) to store a VM, even in a cluster configuration? How can I decide on what mount point to store it?

thanks,
Andrea

Thanks for your post. I suggest you start reading the documentation and you will find all answers for basic questions.

see http://pve.proxmox.com/wiki/Documentation

Additional, use the search function of the forum. If you cannot find answer, we are happy to help.

SAN: see roadmap
 
Oh, yes thanks.
I typed: "man qm", probably I'll start from it! :D
cheers!