cinder/releasenotes/notes/bug-1813851-60a4f0ffe386d9b6.yaml
Vipin Balachandran d960cb0477 NFS: Retry on intermittent mount failure
Concurrent backup operations using NFS driver may fail with
error 'busy or already mounted' when trying to mount the
share. Adding a config option 'backup_mount_attempts' to
specify the number of times to retry the mount operation
before raising the exception.

Closes-bug: 1813851
Change-Id: I35dcc5d61237fa65488eb9b2c8cbd26ee7b2adc1
2019-06-07 17:01:05 -07:00

6 lines
152 B
YAML

---
upgrade:
- |
Added config option ``backup_mount_attempts`` to specify the
number of attempts to mount NFS share in the NFS backup driver.