Search results

  1. D

    Add disk creation functionality when using lvm storage

    When using lvm as virtual disk storage it is not enough to pass additional parameters for lvm Example use in console: lvcreate -n vmid-disk-0 --type striped -L 32G -i 4 vg In VG can have e.g. 4 disks (or another number), and the final LV can be created with different parameters, for different...
  2. D

    Error bootload PV

    current version: pve-manager/5.1-36/131401db (running kernel: 4.10.8-1-pve) The problem lies in the 4.13.8-2-pve kernel version. Boot is stoped on initramfs. No block devices. After downgrade to 4.10 the system boots normally.
  3. D

    [SOLVED] Backup VM on NFS.

    Hello. I have the following situation: There are 2 Proxmox node in different countries. Between them built ipip tunnel. Node A - Role: Active - NFS client - pve-manager/4.4-13/7ea56165 (running kernel: 4.4.49-1-pve) Node B - Role: Backup\Standby - NFS server - pve-manager/4.4-13/7ea56165...