Even though many test cases assume the availability of the systemd-udev service and the udevadm command, this dependency is not described. Add it to the dependency list. Also add optional dependencies to other commands: mkfs.f2fs, mkfs.btrfs, nvme, nbd-client and nbd-server. Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09fbb1e..55227d9 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,15 @@ The dependencies are minimal, but make sure you have them installed: - fio - gcc - make +- systemd-udev (udevadm) Some tests require the following: -- e2fsprogs and xfsprogs +- e2fsprogs, xfsprogs, f2fs-tools and btrfs-progs +- nvme-cli - multipath-tools (Debian, openSUSE, Arch Linux) or device-mapper-multipath (Fedora) +- nbd-client and nbd-server (Debian) or nbd (Fedora, openSUSE, Arch Linux) - dmsetup (Debian) or device-mapper (Fedora, openSUSE, Arch Linux) - rublk (`cargo install --version=^0.1 rublk`) for ublk test -- 2.45.0