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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user