lvmcache

  1. T

    LVM-caching in proxmox

    Hello Team, Could you please help me with caching in proxmox VE 1. I`ve created cache pool lvcreate --type cache-pool -n cachelv -L10G somevg 2. I`ve converted it for using with my real LV lvconvert --type cache --cachepool somevg/cachelv somevg/vm-100-disk-1 LV state...
  2. E

    Can we use lvm cache in Proxmox 4.x?

    Anyone tried setting up lvm cache? Its a fairly new cache tier based on dm-cache Theoretically we should be able to add an SSD cache to any logical volume that Proxmox has created for VM disks. It supports writethrough and writeback cache modes. With writethrough no data is lost if the cache...