-
Notifications
You must be signed in to change notification settings - Fork 110
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
feat(nvmf): selection different CRD for replicas and certain nexus error #1524
Conversation
bors try |
tryBuild failed: |
248a1d3
to
99a14b8
Compare
bors try |
1 similar comment
bors try |
tryAlready running a review |
tryBuild failed: |
bors try |
tryBuild failed: |
99a14b8
to
ec7f3fc
Compare
bors try |
tryBuild failed: |
ec7f3fc
to
cfa5cdf
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
cfa5cdf
to
09630ff
Compare
bors try |
tryBuild failed: |
09630ff
to
e34d4f9
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
e34d4f9
to
68ee03b
Compare
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
68ee03b
to
d138a30
Compare
…rors NVMF subsystem will select different preconfigured CRDs for certain cases: openebs#1 is selected for all errors on nexus target except ENOSPC and reservation conflict openebs#2 is selected for ENOSPC and reservation conflict errors on nexus targets openebs#3 is selected for replica targets Signed-off-by: Dmitry Savitskiy <dmitry.savitskiy@datacore.com>
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
NVMF subsystem will select different preconfigured CRDs for certain cases:
3 is selected for replica targets
2 is selected for ENOSPC and reservation errors on nexus targets
1 is select for all other error on nexus target