From 96101d07db33e6ed622bd76a4a0e0cbfc8d55048 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Wed, 22 Apr 2015 01:24:50 -0700 Subject: [PATCH] ceph: Xio is only supported in 0.94 and newer --- pkgs/tools/filesystems/ceph/generic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index 2ee8593ab7c..9aecc05b1ce 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -45,6 +45,7 @@ let hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null; hasXio = (stdenv.isLinux || stdenv.isFreebsd) && + stdenv.lib.versionAtLeast version "0.94" && accelio != null && libibverbs != null && librdmacm != null; # Malloc implementation (can be jemalloc, tcmalloc or null)