ceph: Xio is only supported in 0.94 and newer

This commit is contained in:
William A. Kennington III 2015-04-22 01:24:50 -07:00
parent 5a573862a2
commit 96101d07db

View File

@ -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)