Whamcloud - gitweb
LU-9564 build: Add server-build for Ubuntu with Kernel 4.4.0
[fs/lustre-release.git] / debian / control.modules.in
1 Source: lustre
2 Section: admin
3 Priority: optional
4 Maintainer: Brian J. Murrell <brian.murrell@intel.com>
5 Uploaders: Brian J. Murrell <brian.murrell@intel.com>
6 Standards-Version: 3.7.2
7 Build-Depends: debhelper (>= 7.0.0), bzip2
8
9 Package: lustre-client-modules-_KVERS_
10 Architecture: any
11 Recommends: linux-image, lustre-utils
12 Provides: lustre-client-modules
13 Description: Lustre Linux kernel module (kernel _KVERS_)
14  This package contains the lustre loadable kernel modules for the
15  patchless client for the Lustre cluster filesystem.
16  .
17  These modules are compiled for the _KVERS_ linux kernel.
18
19 Package: lustre-server-modules-_KVERS_
20 Architecture: any
21 Recommends: linux-image, lustre-utils
22 Provides: lustre-server-modules, lustre-client-modules
23 Conflicts: lustre-client-modules-_KVERS_
24 Replaces: lustre-client-modules-_KVERS_
25 Description: Lustre Server Linux kernel module (kernel _KVERS_)
26  This package contains the loadable kernel modules for the
27  ldiskfs filesystem as used by the Lustre cluster filesystem servers.
28  .
29  Do note, that you will only need this, when you're running the
30  node as a Lustre server. The package might also contain the ldiskfs
31  module for use as a backing file system, in case it was enabled.
32  In that case, you should also run a lustre-patched Kernel
33  to achieve optimum performance. If you plan to run this with ZFS
34  enabled, no kernel patches are needed at all.
35  .
36  These server modules provide and supersede the client modules, if they
37  are compiled against same Kernel version.
38  .
39  These modules are compiled for the _KVERS_ linux kernel.