1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: writeboost
Section: utils
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
Homepage: https://gitlab.com/onlyjob/writeboost
Vcs-Browser: https://salsa.debian.org/debian/writeboost
Vcs-Git: https://salsa.debian.org/debian/writeboost.git
Package: writeboost
Architecture: all
Depends: ${misc:Depends}
,dmsetup
,dm-writeboost-dkms
Recommends: kmod
Enhances: dm-writeboost-dkms
Description: utility to manage mappings of dm-writeboost devices
Writeboost is a utility to activate dm-writeboost device mappings.
.
dm-writeboost is an OS-level IO controller that builds logs from in-coming
writes (data and metadata) and then writes the logs sequentially similar
to log-structured filesystem. As a further extension, dm-writeboost
supports read-caching which also writes data sequentially.
|