Merge pull request #2124 from ceph/lvm-setup-fix

test: when creating the /dev/sdc2 partition specify label as gpt
pull/2127/head
Sébastien Han 2017-10-31 16:51:16 +01:00 committed by GitHub
commit d05206236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,6 @@
part_start: 0%
part_end: 50%
unit: '%'
# this is a brand-new, unlabeled disk, so add the label
# only for the first partition
label: gpt
state: present
@ -56,6 +54,7 @@
part_end: 100%
unit: '%'
state: present
label: gpt
- name: create journals vg from /dev/sdc2
lvg: