pvectl help with slave servers

vegbox

New Member
Dec 4, 2008
6
0
1
I was reading up on the pvectl command, but had a few questions.

1) In a master/slave setup, what is the command pvectl uses to create vps on a master node or slave node?

2) Does proxmox know when the master or slave server is full and to create vpses on another server?

Thanks,
 
I was reading up on the pvectl command, but had a few questions.

1) In a master/slave setup, what is the command pvectl uses to create vps on a master node or slave node?

We use 'vzctl vzctreate' (wrapper for openvz vzctl)or 'qm create' (for kvm VMs) to create VMs. ssh is used to exec command on a remote node.

2) Does proxmox know when the master or slave server is full and to create vpses on another server?

No, the user can do what he want.

- Dietmar