Add fio tool

This commit is contained in:
Rodrigo Arias 2023-08-29 11:27:50 +02:00
parent d2a80c8c18
commit fad9df61e1

View File

@ -1,7 +1,11 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = [ pkgs.ceph pkgs.ceph-client ]; environment.systemPackages = with pkgs; [
ceph
ceph-client
fio # For benchmarks
];
# We need the ceph module loaded as the mount.ceph binary fails to run the # We need the ceph module loaded as the mount.ceph binary fails to run the
# modprobe command. # modprobe command.