ceph: Xio is only supported in 0.94 and newer
This commit is contained in:
parent
5a573862a2
commit
96101d07db
@ -45,6 +45,7 @@ let
|
|||||||
hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null;
|
hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null;
|
||||||
|
|
||||||
hasXio = (stdenv.isLinux || stdenv.isFreebsd) &&
|
hasXio = (stdenv.isLinux || stdenv.isFreebsd) &&
|
||||||
|
stdenv.lib.versionAtLeast version "0.94" &&
|
||||||
accelio != null && libibverbs != null && librdmacm != null;
|
accelio != null && libibverbs != null && librdmacm != null;
|
||||||
|
|
||||||
# Malloc implementation (can be jemalloc, tcmalloc or null)
|
# Malloc implementation (can be jemalloc, tcmalloc or null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user