-
Notifications
You must be signed in to change notification settings - Fork 16
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
User created flag #115
User created flag #115
Conversation
Longhorn 7578 Signed-off-by: Damiano Cipriani <[email protected]>
Longhorn 7578 Signed-off-by: Damiano Cipriani <[email protected]>
18bc618
to
c2ba0e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@@ -36,7 +36,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/i | |||
ENV HUGEMEM=1024 | |||
RUN echo "vm.nr_hugepages=$((HUGEMEM/2))" >> /etc/sysctl.conf | |||
ENV SPDK_DIR /usr/src/spdk | |||
ENV SPDK_COMMIT_ID 72b7762674cc35262086b185a455a8a30f46432d | |||
ENV SPDK_COMMIT_ID 7a25c3c5a102dfb2d8715f9bf090691176de5ef7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DamiaSan remember to update the latest revision later, 6925ca6543e4ad5a5e3a5db09217ae16bf939831.
I found c2ba0e8 makes the unit test failed. Can you help check it? Step to reproduce:
Then, you can see the errors
|
Which issue(s) this PR fixes:
Issue #7578
What this PR does / why we need it:
Special notes for your reviewer:
Additional documentation or context
This PR replace the PR #106, all requested changes have been addressed.