1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-16 23:33:16 +03:00

o Basic support for exporting (but importing not completed yet).

o When volume group does not have write flag set, prevent changes to it.
o Preparation for partial activation (not completed yet).
This commit is contained in:
Alasdair Kergon
2002-01-29 17:23:33 +00:00
parent 14936c751e
commit f53c6aa66e
32 changed files with 465 additions and 93 deletions

View File

@@ -201,6 +201,8 @@ static int _print_vg(struct formatter *f, struct volume_group *vg)
}
_out(f, "status = %s", buffer);
if (vg->system_id && *vg->system_id)
_out(f, "system_id = \"%s\"", vg->system_id);
_out_size(f, vg->extent_size, "extent_size = %u", vg->extent_size);
_out(f, "max_lv = %u", vg->max_lv);
_out(f, "max_pv = %u", vg->max_pv);