Search results

  1. D

    set a hdd to work with a particular vm

    all right it worked with some tweak first i needed to create the dir /var/lib/vz/private/*VMID*/mnt/*MOUNTPOINT* and mount the disk on the host (for clarity i used the same mount point on the host and the vm). and changed the script as : #!/bin/bash . /etc/vz/vz.conf ...
  2. D

    set a hdd to work with a particular vm

    this is something i'll try : http://wiki.openvz.org/Bind_mounts
  3. D

    set a hdd to work with a particular vm

    mount it manualy to a /var/lib/vz/private/***/mnt/sdd/ folder doesn't work... so doe's someone has a good idea ? is saw some way to do it with kvm but nothing for openvz ...
  4. D

    set a hdd to work with a particular vm

    Hi I've add a ssd drive to my proxmox server to be use with a particular vm. Although the vm doesn't need to be installed on it but should use it for particular file storage. What's the best way to do that ? I made a lvm group, should i mount it manualy to a /var/lib/vz/private/***/mnt/sdd/...