summaryrefslogtreecommitdiffstats
path: root/include/.symlinks.in
Commit message (Collapse)AuthorAgeFilesLines
* expose new include files to buildAlasdair Kergon2012-02-281-0/+3
|
* Missed update for include/.symlinks.in to include lvmetad.h.Petr Rockai2012-02-231-0/+1
|
* Do not scan device if it is part of active multipath.Milan Broz2011-11-111-0/+1
| | | | | | | | | | | | | | | | | | | Add filter which tries to check if scanned device is part of active multipath. Firstly, only SCSI major number devices are handled in filter. Then it checks if device has exactly one holder (in sysfs) and if it is device-mapper device and DM-UUID is prefixed by "MPATH-". If so, this device is filtered out. The whole filter can be switched off by setting mpath_component_detection in lvm.conf. https://bugzilla.redhat.com/show_bug.cgi?id=597010 Signed-off-by: Milan Broz <mbroz@redhat.com>
* Refactor the percent (mirror sync, snapshot usage) handling code to usePetr Rockai2010-11-301-0/+1
| | | | fixed-point values instead of a combination of a float value and an enum.
* Refactor metadata.[ch] into lv.[ch] for lv functions.Dave Wysochanski2010-09-301-0/+1
| | | | | | This patch is similar to the other patches for pv and vg functionality, and separates lv functionality into separate files, concentrating on reporting fields and simple functions.
* Refactor metadata.[ch] into pv.[ch] for pv functions.Dave Wysochanski2010-09-301-0/+1
| | | | | | | | | The metadata.[ch] files are very large. This patch makes a first attempt at separating out pv functions and data, particularly related to the reporting fields calculations. More code could be moved here but for now I'm stopping at reporting functions 'get' / 'set' functions.
* Refactor metadata.[ch] into vg.[ch] for vg functions.Dave Wysochanski2010-09-301-0/+1
| | | | | | The metadata.[ch] files are very large. This patch makes a first attempt at separating out vg functions and data, particularly related to the reporting fields calculations.
* Add properties.[ch] to lib/report, defined based on columns.h.Dave Wysochanski2010-08-201-0/+1
| | | | | | | | | | | | | | | Extend the existing reporting infrastructure definitions and structures to include a 'get' and 'set' function for each field. We will provide a 'get' and 'set' function for each of these fields, which will be utilized by exported lvm2app functions. Define a default _not_implemented 'get' and 'set' function that just sets an errno and returns 0. Future patches will actually implement the specific 'get' and 'set' functions for each property. For read-only properties, only the 'get' function will be implemented. Define vg_get_property() function to query a property. We will call this from a lvm2app function.
* Add libdevmapper-event-lvm2.so to serialise dmeventd plugin liblvm2cmd use.Alasdair Kergon2010-01-211-0/+1
|
* Allow for a build directory separate from the source.Alasdair Kergon2009-10-021-0/+61