cloud-pipeline
cloud-pipeline copied to clipboard
Introduce mount storages retries support
Relates #3383.
The pull request brings support for retries support to storage mounting process.
Additionally, it improves logging capabilities of mount storages task.
The following system parameters are introduced:
CP_CAP_MOUNT_STORAGE_ATTEMPTSspecifies a number of single storage mount attempts. Defaults to 1.CP_CAP_MOUNT_STORAGE_RETRY_DELAY_SECONDSspecifies a delay in seconds between single storage mount retries. Defaults to 1.CP_CAP_MOUNT_STORAGE_LOGGING_LEVELspecifies mount storages task logging level. Defaults to INFO.