Whamcloud - gitweb
LU-10869 build: package configuration files for Ubuntu / Debian 50/31850/6
authorJames Simmons <uja.ornl@yahoo.com>
Fri, 6 Apr 2018 16:06:35 +0000 (12:06 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 19 Apr 2018 04:38:45 +0000 (04:38 +0000)
commit8f221cf65b644d798493da489674abd2e2b7f23f
tree24617e3a331c10d366faff343bfe37793524078f
parent71cd88f5bf4ec7187753dfaf0bb86be9362c5ad5
LU-10869 build: package configuration files for Ubuntu / Debian

For a long time Lustre never added /etc configuration files to its
debian packages. It could get away with but now you can see it
fail conf-sanity test 76a. This test the lctl set_param -P which
uses udev events to set the tunables for lustre. In order for it
to work a default udev rule has to be added to 99-lustre.rules.
Beside the missing 99-lustre.rules and in all the other files used
for configuration. Lastly create conffile which is the way Debian
handles potential stomping of configuration files. When installing
with apt-get install it will ask the person installing if they
want to over ride specific files.

Test-Parameters: clientdistro=ubuntu1604 trivial testlist=conf-sanity
Test-Parameters: envdefinitions=ONLY=76a testlist=conf-sanity

Change-Id: Ic0aaf2bba531ce23a3e23ef070a1501032ad1c9f
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/31850
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Thomas Stibor <t.stibor@gsi.de>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
debian/lustre-client-utils.conffiles [new file with mode: 0644]
debian/lustre-client-utils.install
debian/lustre-server-utils.conffiles [new file with mode: 0644]
debian/lustre-server-utils.install
debian/rules