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

Improve iSCSI speed #119

Open
Akrog opened this issue Jun 6, 2019 · 0 comments
Open

Improve iSCSI speed #119

Akrog opened this issue Jun 6, 2019 · 0 comments

Comments

@Akrog
Copy link
Member

Akrog commented Jun 6, 2019

iSCSI attach/detach speed is not optimal due to the presence of a big critical section in the os-brick code.

This section can be reduced using a combination of exclusive and shared locking on the same file lock.

The work should be done in upstream os-brick and then get it here once it is released, but if it takes a while to get merged we could consider carrying the patch downstream in Ember-CSI containers until it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant