Skip to content

Commit d75257d

Browse files
committed
refactor: correct volume names changed by previous fix
Signed-off-by: Rich Megginson <[email protected]>
1 parent 9bfbc66 commit d75257d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/tests_raid_pool_options.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
- name: lv1
7575
size: "{{ volume1_size }}"
7676
mount_point: "{{ mount_location1 }}"
77-
- name: Lv2 - 2
77+
- name: Lv2
7878
size: "{{ volume2_size }}"
7979
mount_point: "{{ mount_location2 }}"
80-
- name: Lv3 - 2
80+
- name: Lv3
8181
size: "{{ volume3_size }}"
8282
mount_point: "{{ mount_location3 }}"
8383

@@ -110,10 +110,10 @@
110110
- name: lv1
111111
size: "{{ volume1_size }}"
112112
mount_point: "{{ mount_location1 }}"
113-
- name: Lv2 - 3
113+
- name: Lv2
114114
size: "{{ volume2_size }}"
115115
mount_point: "{{ mount_location2 }}"
116-
- name: Lv3 - 3
116+
- name: Lv3
117117
size: "{{ volume3_size }}"
118118
mount_point: "{{ mount_location3 }}"
119119

0 commit comments

Comments
 (0)