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 ?

    Please ? Nobody can tell me ?
  3. T

    LVM Thin Provisionning Exausted ?

    Knowing I'd like to keep the VM associated with "vm-101-disk-0" and that the culprit is the one associated with "vm-103-disk-0"... Here are some commands output : # pvs PV VG Fmt Attr PSize PFree /dev/sdc1 vmdata lvm2 a-- <1,82t 18,90g # pvdisplay --- Physical volume...
  4. 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...
  5. T

    Moving thin pool somewhere else

    Ooops. My bad ! Sorry...
  6. T

    Moving thin pool somewhere else

    I must have done something wrong : the new LV isn't proposed for VM drives storage. Only local-lvm is selectable through the VM creation "hard drive" storage combo-box. Here are the commands I used : pvcreate --metadatasize 250k -y -ff /dev/sda1 vgcreate vmdata /dev/sda1 lvcreate -L 1.8T -T -c...
  7. T

    Moving thin pool somewhere else

    Wonderful ! I'm very grateful.:) Thanks a lot.
  8. T

    Moving thin pool somewhere else

    Thanks for your reply ! I suppose I do need to create a thin pool LV on he PV/VG for the new disk ?
  9. 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...