1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Set LV uuid.

This commit is contained in:
Alasdair Kergon 2002-03-13 15:11:29 +00:00
parent 1703d66a82
commit dd420615d5

View File

@ -234,9 +234,7 @@ static int _load(struct dev_manager *dm, struct dev_layer *dl, int task)
}
if (_get_flag(dl, VISIBLE)) {
/*
* FIXME: set the uuid.
*/
dm_task_set_uuid(dmt, dl->lv->lvid.s);
}
if (!(r = dm_task_run(dmt)))