mnaio: Correct LVM terminology in task names

Change-Id: I23f1a245f30f45dc66b6f2ae0ff2ee5aab147dd8
Signed-off-by: Corey Wright <corey.wright@rackspace.com>
This commit is contained in:
Corey Wright 2018-07-16 21:15:39 -05:00
parent 7a32b5c9a9
commit bdeeb39e42

View File

@ -265,7 +265,7 @@
name: "/var/lib/lxc"
state: absent
- name: Shrink machines00 mount
- name: Shrink machines00 logical volume
lvol:
vg: vmvg00
lv: machines00
@ -275,14 +275,14 @@
when:
- default_container_tech | default('lxc') == 'nspawn'
- name: Remove lxc00 volume group
- name: Remove lxc00 logical volume
lvol:
vg: vmvg00
lv: lxc00
force: true
state: absent
- name: Re-mount machines00 mount
- name: Re-mount machines00 logical volume
mount:
path: /var/lib/machines
src: /dev/mapper/vmvg00-machines00