mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o zero all of uuid
This commit is contained in:
parent
023c303501
commit
398c218b03
@ -507,6 +507,7 @@ int export_uuids(struct disk_list *dl, struct volume_group *vg)
|
||||
return 0;
|
||||
}
|
||||
|
||||
memset(&ul->uuid, 0, NAME_LEN);
|
||||
memcpy(&ul->uuid, &pvl->pv.id.uuid, ID_LEN);
|
||||
ul->uuid[ID_LEN] = '\0';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user