Search results

  1. T

    iptables logging non-functional ?

    Hi. I've got some iptables rules that need to log traffic, using, for example: iptables -A FORWARD -s $MNGT_PC -j LOG However no log appear in the syslog nor the kern.log files. rsyslog.conf seems to be correctly set up. What am I missing ?
  2. T

    LVM Thin Provisionning Exausted ?

    Hello ! I've been preparing a PVE host for several weeks and I was almost ready to put it in production. I added a 2TB disk to use for vmdata using the Administration Guide, using thin provisioning : lvcreate -L 1.8T -T -c 256K -n vmstore vmdata That differs from the Guide with the addition...
  3. T

    Moving thin pool somewhere else

    Hello. I'm testing Proxmox VE and I'm in a bit of a struggle with LVs. I have a 512GB SSD which holds the system and the default pve VG with its LVs. I have another disk, a 2TB HDD that I'd like to use for VM data. As I understood the thin pool is what holds these data. I created a partition on...