Search results

  1. D

    Shrink RAW Disk LVM

    Hello, I'm trying to reduce the virtual disk défined in my local-lvm storage. I succeed to shrink properly inside the host the partition. I want to set vm-101-disk-0 to 10G. lvs -a LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert base-105-disk-0...
  2. D

    Fstrim & Discard on Raw Disk

    Hello Since I've enable a replication between a remote server and one of my VM I notice a constant increase of the storage. In fact, when I discovered it when I reach 100% of my Thin-provisionning capacity on the data pool. So after reading a couple of thread, I found that I need to enable...
  3. D

    Fstrim & Discard on RAW disk

    Hello Since I've enabled replication between a remote server and one of my VM I notice a constant increase of storage. In fact, when I discovered it when I reach 100% of my Thin-provisioning capacity on the data pool. So after reading a couple of threads, I found that I need to enable the...
  4. D

    [SOLVED] Bridged - No Port routing

    Hello I'm facing to a weird issue; I've the following configuration for my interfaces: auto lo iface lo inet loopback auto eno1 iface eno1 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.70/24 gateway 192.168.1.254 bridge-ports eno1...