[lvm-devel] [PATCH 0/3] OCF support

Zdenek Kabelac zkabelac at redhat.com
Tue Nov 2 14:10:40 UTC 2010


Updated patch from
https://bugzilla.redhat.com/show_bug.cgi?id=646854

First two patches are modifing surrounding Makefiles so
recursive makefile is easier (FIXME: write better recursive target)
Second one tries to avoid unexpected installation to live system
(but as the target is rather hidden one - it's probably hard to hit)
(FIXME: write make help with supported targets)

OCF patch:
  user needs to configure --enable-ocf so it gets installed with
  make install target by default.
  Otherwise he might use  make install_ocf to get only ocf files installed.
  With disabled (default) ocf support - no files are installed.

Zdenek Kabelac (3):
  Use include make.tmpl as other headers
  Add ${prefix}
  ocf support

 configure.in            |   10 ++
 include/Makefile.in     |   18 +---
 make.tmpl.in            |    8 +-
 scripts/Makefile.in     |   23 +++-
 scripts/VolumeGroup.ocf |  279 +++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 316 insertions(+), 22 deletions(-)
 create mode 100644 scripts/VolumeGroup.ocf

--
1.7.3.2




More information about the lvm-devel mailing list