mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
lvcreate prototype
This commit is contained in:
parent
ab269099a7
commit
9277853f07
@ -208,6 +208,9 @@ struct volume_group *vg_create(struct io_space *ios, const char *name,
|
|||||||
int pv_count, char **pv_names);
|
int pv_count, char **pv_names);
|
||||||
struct physical_volume *pv_create(struct io_space *ios, const char *name);
|
struct physical_volume *pv_create(struct io_space *ios, const char *name);
|
||||||
|
|
||||||
|
struct logical_volume *lv_create(struct io_space *ios, const char *name,
|
||||||
|
uint32_t status, int stripes,
|
||||||
|
uint64_t extents, char **pv_names);
|
||||||
|
|
||||||
|
|
||||||
int vg_extend(struct io_space *ios, struct volume_group *vg, int pv_count,
|
int vg_extend(struct io_space *ios, struct volume_group *vg, int pv_count,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user