1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib/format_text
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
..
archive.c Tweaks 2002-05-07 12:47:11 +00:00
export.c i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
flags.c i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
format-text.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
format-text.h Merge with text format branch. 2002-04-24 18:20:51 +00:00
import-export.h tidy 2002-07-11 14:09:26 +00:00
import.c i) There's now a seperate field in struct logical_volume that stores the 2002-07-11 14:21:49 +00:00
sample.vg o Add output_date 2001-12-11 12:29:25 +00:00