1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-18 03:33:15 +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

@@ -349,6 +349,7 @@ int import_extents(struct pool *mem, struct volume_group *vg, struct list *pvds)
goto out;
}
/* FIXME Support partial activation if (vg->status & PARTIAL_VG) */
if (!_check_maps_are_complete(maps)) {
stack;
goto out;