Merge "Add new option for 4.1 hotfix"

This commit is contained in:
Zuul 2021-06-16 02:23:41 +00:00 committed by Gerrit Code Review
commit f80811c1a0
2 changed files with 10 additions and 0 deletions

View File

@ -63,3 +63,10 @@ options:
type: int
default: 600
description: qemu_agent_ping_timeout parameter value in /etc/tvault-contego/tvault-contego.conf
cinder-http-retries:
type: int
default: 10
description: |
This is the number of times datamover will try to connect to
the cinder service.
This option is ignored if Trilio is before 4.1.94

View File

@ -63,3 +63,6 @@ ceph_dir = {{ options.ceph_dir }}
[libvirt]
rbd_user = {{ options.rbd_user }}
images_rbd_ceph_conf = {{ options.ceph_dir }}/ceph.conf
[cinder]
http_retries = {{ options.cinder_http_retries }}