Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce mount storages retries support #3384

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tcibinan
Copy link
Contributor

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_ATTEMPTS specifies a number of single storage mount attempts. Defaults to 1.
  • CP_CAP_MOUNT_STORAGE_RETRY_DELAY_SECONDS specifies a delay in seconds between single storage mount retries. Defaults to 1.
  • CP_CAP_MOUNT_STORAGE_LOGGING_LEVEL specifies mount storages task logging level. Defaults to INFO.

@tcibinan tcibinan requested review from ekazachkova and SilinPavel and removed request for ekazachkova October 10, 2023 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants