1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/metadata
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
..
lv_manip.c o ACTIVE is no longer a status flag - lv_active() used to check if an LV 2002-01-10 23:21:07 +00:00
merge.c o vgcfgrestore works ! (with the couple of examples I tried). 2002-01-15 17:37:23 +00:00
metadata.c o Changed 2002-01-21 16:05:23 +00:00
metadata.h o Changed 2002-01-21 16:05:23 +00:00
pv_map.c o Changed 2002-01-21 16:05:23 +00:00
pv_map.h o Striped allocator 2001-11-29 18:45:35 +00:00