mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #2124 from ceph/lvm-setup-fix
test: when creating the /dev/sdc2 partition specify label as gptpull/2127/head
commit
d05206236c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue