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 Build-Profiles: <client>
12 Recommends: linux-image, lustre-utils
13 Provides: lustre-client-modules
14 Description: Lustre Linux kernel module (kernel _KVERS_)
15  This package contains the lustre loadable kernel modules for the
16  patchless client for the Lustre cluster filesystem.
17  .
18  These modules are compiled for the _KVERS_ linux kernel.
19
20 Package: lustre-server-modules-_KVERS_
21 Architecture: any
22 Build-Profiles: <server>
23 Recommends: linux-image, lustre-utils
24 Provides: lustre-server-modules, lustre-client-modules
25 Conflicts: lustre-client-modules
26 Replaces: lustre-client-modules
27 Description: Lustre Server Linux kernel module (kernel _KVERS_)
28  This package contains the loadable kernel modules for the
29  ldiskfs filesystem as used by the Lustre cluster filesystem servers.
30  .
31  Do note, that you will only need this, when you're running the
32  node as a Lustre server. The package might also contain the ldiskfs
33  module for use as a backing file system, in case it was enabled.
34  In that case, you should also run a lustre-patched Kernel
35  to achieve optimum performance. If you plan to run this with ZFS
36  enabled, no kernel patches are needed at all.
37  .
38  These modules are compiled for the _KVERS_ linux kernel.