Commit Graph

8 Commits

Author SHA1 Message Date
Lukasz Florczak e9dd564484 mdadm: Respect config file location in man
Default config file location could differ depending on OS (e.g. Debian family).
This patch takes default config file into consideration when creating mdadm.man
file as well as mdadm.conf.man.

Rename mdadm.conf.5 to mdadm.conf.5.in. Now mdadm.conf.5 is generated automatically.

Signed-off-by: Lukasz Florczak <lukasz.florczak@linux.intel.com>
Acked-by: Coly Li <colyli@suse.de>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
2022-04-04 21:12:54 -04:00
NeilBrown 305ea8b8c3 Add raid6check to .gitignore
Signed-off-by: NeilBrown <neilb@suse.de>
2013-08-26 15:26:54 +10:00
NeilBrown 16e7a4b9a2 Add some built files to .gitignore.
Now everything made by "make everything" is suitably ignored.

Signed-off-by: NeilBrown <neilb@suse.de>
2013-05-13 17:11:42 +10:00
Mike Frysinger 824cb837f2 mdassemble: split dietlibc logic into dedicated target
This lets people run `make mdassemble` and get a sane build by default.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: NeilBrown <neilb@suse.de>
2012-08-13 08:07:49 +10:00
Namhyung Kim c0672664bf .gitignore: ignore mdadm.8 file
mdadm.8 is auto-generated from mdadm.8.in, so ignore it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2011-06-23 11:40:14 +10:00
NeilBrown 6161a7a016 .gitignore update
Add a few more generated files to .gitignore

Signed-off-by: NeilBrown <neilb@suse.de>
2009-04-14 10:19:04 +10:00
Neil Brown 25b05c515e Add a .gitignore file. 2008-04-29 17:14:01 +10:00
Neil Brown 519561f73f Fix possible bug with bitmap space allocation with v1.0 metadata
When adding a device to an array, make sure we don't reserve
so much space for the bitmap that there isn't room for the data.
2008-04-29 17:13:53 +10:00