bffd16608a
This is a proposal to reinitialize a volume driver when it fails during starting. Change-Id: I01b37a15f03f0a16690745362404d741a225bad7 Co-authored-by: Ovidiu Poncea <ovidiu.poncea@windriver.com> Implements: blueprint driver-initialization-after-fail
7 lines
305 B
YAML
7 lines
305 B
YAML
---
|
|
features:
|
|
- Added a new config ``reinit_driver_count`` in volume driver, which
|
|
indicates the maximum retry limit for driver re-initialization when
|
|
it fails to initialize a volume driver. Its default value is 3. The
|
|
interval of retry is exponentially backoff, and will be 1s, 2s, 4s etc.
|