mirror of https://github.com/ceph/ceph-ansible.git
tests: add a filesystem on /dev/sdc1 for lvm osd testing
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1841/head
parent
fcba9d17f0
commit
3185a287de
|
@ -39,6 +39,11 @@
|
|||
unit: '%'
|
||||
state: present
|
||||
|
||||
- name: create filesystem on /dev/sdc1
|
||||
filesystem:
|
||||
fstype: ext4
|
||||
dev: /dev/sdc1
|
||||
|
||||
- name: create journals vg from /dev/sdc2
|
||||
lvg:
|
||||
vg: journals
|
||||
|
|
Loading…
Reference in New Issue