~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to tools/vgcreate.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        if (vgcreate_params_validate(cmd, &vp_new))
50
50
            return EINVALID_CMD_LINE;
51
51
 
 
52
        lvmcache_seed_infos_from_lvmetad(cmd);
 
53
 
52
54
        /* Create the new VG */
53
55
        vg = vg_create(cmd, vp_new.vg_name);
54
56
        if (vg_read_error(vg)) {