Tigerblue77
Tigerblue77
Linked to this issue : https://github.com/dm-vdo/kvdo/issues/49 This is needed for current Debian stable version (11.3) which uses 5.10 linux kernel.
Hello everyone, I wrote this little script to install kvdo on Debian 11(.3) (tested with 5.10.0-13 Linux kernel) ```bash DEPENDANCIES="git make linux-headers-$(uname -r)" WORK_DIRECTORY="/tmp/kvdo/" apt update && \ apt install...
Hello there, I'm encountering a problem with the following LVM VDO metadata profile: ```ruby # Custom configuration for VDO using compression/deduplication and more CPUs (based on local vCPU count) #...
Hello everyone, Still working on my project to make VDO work on my Debian 11(.3), I'm testing on my production machine now and encountered a problem while extending a VDOPOOL...
Hello everyone, Still working on my project to make VDO work on my Debian 11(.3), I encountered a problem at first reboot after installation, everything is detailed [here](https://www.reddit.com/r/linuxquestions/comments/upk8rn/new_lvm_vdo_logical_volume_inactive_at_startup/), including the...
Hello there, I'm encountering a problem with the following LVM VDO metadata profile: ```ruby # Custom configuration for VDO not using compression/deduplication # Custom parameters based on: https://is.muni.cz/th/rq7e2/petrovic_diploma_thesis.pdf allocation {...
Hello everyone, I wrote this little script to install kvdo + vdo on Debian 11(.3) (tested with 5.10.0-13 Linux kernel) ```bash # First part : KVDO module DEPENDENCIES="git make linux-headers-$(uname...
It would be nice to be able to have several VDODataLVs on a single VDOPoolLV. Otherwise, I have a little trouble understanding the usefulness of a VDOPoolLV
Hello there, I'm compiling VDO for use on Debian 11.3 (kernel 5.10.0-3) using the following command : ```bash git clone https://github.com/dm-vdo/vdo.git /tmp/vdo/ && \ cd /tmp/vdo/ && \ make -j$(nproc)...
Hello, I followed your doc here : https://getgrav.org/downloads and here : https://learn.getgrav.org/16/basics/basic-tutorial I saw the page with php extensions missing, I installed them and so the webpage dissapeared and now...