From fad9df61e1ba251aa9104f6fa402f6e56556cd70 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 29 Aug 2023 11:27:50 +0200 Subject: [PATCH] Add fio tool --- m/hut/ceph.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/m/hut/ceph.nix b/m/hut/ceph.nix index 59920e8..3bebe11 100644 --- a/m/hut/ceph.nix +++ b/m/hut/ceph.nix @@ -1,7 +1,11 @@ { 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 # modprobe command.