mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
74753de989
Create a script that looks for mounted bcachefs filesystems and tries to run as many of them in parallel as possible without two different scrubbers hitting the same low level block device. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
19 lines
722 B
Plaintext
19 lines
722 B
Plaintext
Source: bcachefs-tools
|
|
Maintainer: Kent Overstreet <kent.overstreet@gmail.com>
|
|
Section: utils
|
|
Priority: optional
|
|
Standards-Version: 3.9.5
|
|
Build-Depends: debhelper (>= 9), pkg-config, libaio-dev, libblkid-dev,
|
|
libkeyutils-dev, liblz4-dev, libsodium-dev, liburcu-dev, libudev-dev,
|
|
libzstd-dev, uuid-dev, zlib1g-dev, python3, python3-docutils,
|
|
rustc, cargo, llvm, clang, libclang-dev, systemd
|
|
Homepage: https://bcachefs.org/
|
|
|
|
Package: bcachefs-tools
|
|
Architecture: linux-any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
|
|
Recommends: initramfs-tools | linux-initramfs-tool
|
|
Description: bcachefs userspace tools
|
|
Userspace tools for bcachefs, a modern copy on write, checksumming, multi
|
|
device filesystem.
|