Search results

  1. K

    Any performance differences between Proxmox Bare Metal ISO and Wheezy Box?

    Hello everyone, I'm forced to install proxmox on a debian wheezy box but before that, Is there any performance differences between Proxmox Bare Metal ISO and Installing on a clean wheezy box? Thank you.
  2. K

    How to resize /dev/pve/data without breaking Proxmox?

    Hello, I tried to reduce size of /dev/pve/data in order to have much free space to create logical volumes for VMs. I did as below: e2fsck -f /dev/pve/data resize2fs /dev/pve/data 5G lvreduce -L 5G /dev/pve/data and now Proxmox can't boot because of some error related to: /dev/mapper/pve-data...
  3. K

    Can I create a User to manage his own VM ?

    Hello, Can I create a user with permission to manage specific VMs? Thank you.
  4. K

    Does Proxmox VE Support LVM as block Disk for KVM guests?

    Hello, Does Proxmox VE Support LVM as block storage for KVM guests to avoid the overhead of going through the filesystem layer on the host system? Thanks everyone.