-
Notifications
You must be signed in to change notification settings - Fork 10
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
disqualified OSDs cause NoSatisfiablePolicy #797
Comments
Basically any unexpected exception coming from a local backend that is used as an OSD in a global backend will cause that local backend to be disqualified.
Since the OSD is disqualified, the global backend can get into trouble. |
@toolslive , is this related to ticket #550 or can we fix this one while at it? |
It's probably related. Also, the more namespace managers you have for the local backend, the more likely you are to run into this. |
@toolslive is this fixed in https://github.com/openvstorage/alba_ee/releases/tag/1.5.16 |
In essence, "disqualified OSDs cause NoSatisfiablePolicy" is not a bug. The bug here is that there |
From @toolslive :I would close this one. I'll open another whenever the remaining cases (re)surface Hence closing down this one. |
root cause seems to be this:
Invalid_argument String.blit
which is suspect enough by itselfThe text was updated successfully, but these errors were encountered: