1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib
Joe Thornber 097d49e73d i) There's now a seperate field in struct logical_volume that stores the
allocation policy.  This can currently take one of three values:

   typedef enum {
        ALLOC_NEXT_FREE,
        ALLOC_STRICT,
        ALLOC_CONTIGUOUS
   } alloc_policy_t;

    Notice that 'SIMPLE' has turned into the slightly more meaningful NEXT_FREE.

ii) Put code into display.[hc] for converting one of these enums to a
    text representation and back again.

ii) Updated the text format so this also has the alloc_policy field.
2002-07-11 14:21:49 +00:00
..
activate Get rid of compile warnings on 64bit platforms. 2002-06-07 08:37:07 +00:00
commands Merge with text format branch. 2002-04-24 18:20:51 +00:00
config Add get_config_str 2002-07-11 14:07:43 +00:00
datastruct Merge with text format branch. 2002-04-24 18:20:51 +00:00
device Flush on open as well as close. 2002-06-25 14:02:28 +00:00
display i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
filters tidy 2002-07-11 14:09:26 +00:00
format1 i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
format_text i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
label Merge with text format branch. 2002-04-24 18:20:51 +00:00
locking Add --ignorelockingfailure 2002-07-10 20:43:32 +00:00
log Add --ignorelockingfailure 2002-07-10 20:43:32 +00:00
metadata i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
misc Tidy 2002-05-31 19:28:37 +00:00
mm Revert to standard linux macros (for correct behaviour on rare architectures). 2002-05-21 12:37:07 +00:00
regex Merge with text format branch. 2002-04-24 18:20:51 +00:00
uuid Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgcache Merge with text format branch. 2002-04-24 18:20:51 +00:00
Makefile.in Implement a no_locking module that *does* attempt activation. 2002-04-11 14:10:32 +00:00