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 cc282870dd o Changed
struct pv_list {
	struct list list;
	struct physical_volume pv;
   };

   to

   struct pv_list {
	struct list list;
	struct physical_volume *pv;
   };


o  New function in toollib 'create_pv_list', which creates a list of pv's
   from a given command line array of pv's.

o  Changed lvcreate/extend to use this (fixes lvextend [pv list] bug).
2002-01-21 16:05:23 +00:00
..
archive.c o First pass at import.c. Still waiting for label code for the uuid->pv 2002-01-10 11:18:08 +00:00
export.c o Changed 2002-01-21 16:05:23 +00:00
flags.c o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
format-text.c o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
format-text.h o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
import-export.h o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
import.c o Changed 2002-01-21 16:05:23 +00:00
sample.vg o Add output_date 2001-12-11 12:29:25 +00:00