1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-02 04:23:50 +03:00

system_id: use for VG ownership

See included lvmsystemid(7) for full description.
This commit is contained in:
David Teigland
2014-10-24 12:29:04 -05:00
parent f5d06efbab
commit 8cdec4c434
26 changed files with 795 additions and 51 deletions

View File

@@ -71,6 +71,7 @@ int vgcreate(struct cmd_context *cmd, int argc, char **argv)
!vg_set_max_pv(vg, vp_new.max_pv) ||
!vg_set_alloc_policy(vg, vp_new.alloc) ||
!vg_set_clustered(vg, vp_new.clustered) ||
!vg_set_system_id(vg, vp_new.system_id) ||
!vg_set_mda_copies(vg, vp_new.vgmetadatacopies))
goto bad_orphan;