Skip to content

Commit 9de7b0c

Browse files
authored
Merge pull request #456 from dominikl/fix_vol_name
Fix volume name for searchengine backup
2 parents 5d088d7 + bbd1be0 commit 9de7b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/openstack-create-publicidr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@
174174
- role: ome.openstack_volume_storage
175175
openstack_volume_size: 25
176176
openstack_volume_vmname: "{{ idr_environment_idr }}-searchengine"
177-
openstack_volume_name: "{{ idr_environment_idr }}-searchengine-searchengine_backup"
177+
openstack_volume_name: "{{ idr_environment_idr }}-searchengine-backup"
178178
openstack_volume_device: /dev/vdc
179179
openstack_volume_type: "{{ idr_volume_searchengine_data_type | default(omit) }}"

scripts/os-idr-snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for vol in \
1818
database-db \
1919
omeroreadwrite-data \
2020
proxy-nginxcache \
21-
searchengine_backup \
21+
searchengine-backup \
2222
; do
2323
volume="$vm_prefix-$vol"
2424
echo "Snapshotting volume $volume"

0 commit comments

Comments
 (0)