vdo
vdo copied to clipboard
Userspace tools for managing VDO volumes.
Add support for RISC-V 64 arch.
Hello Team, is there an specific Optimize possible for delete files? Issue = **High Write Latency during Write** no Issues when adding new Data physical disk = 4TB Logical =...
It would be nice to be able to shrink a VDO volume. Online (as in ext4) would be ideal, but even offline would be useful.
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, I have vdoprepareforlvm failed when upgrading to rhel 9. I found out it's the following command caused by checking logs. ``` # /usr/libexec/vdoprepareforlvm --check /dev/sda1 vdoprepareforlvm: Unexpected error accessing...
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...
I'm encountering random startup issues that appear to be related to VDO because it only affects hosts that use it. The issue affects especially `systemd-tmpfiles-setup.service` which sometimes doesn't start properly...
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...