-
Notifications
You must be signed in to change notification settings - Fork 47
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
spdk: do not use huge pages #898
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baum
force-pushed
the
no-huge
branch
5 times, most recently
from
October 14, 2024 12:26
c2d5d28
to
d1aa692
Compare
The no huge pages should not be the default. Default should be with huge pages as today. It should be possible to switch to no huge pages in a config flag. |
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Oct 15, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
14 tasks
baum
force-pushed
the
no-huge
branch
2 times, most recently
from
November 18, 2024 06:00
5bd8c62
to
5e43723
Compare
Signed-off-by: Alexander Indenbaum <[email protected]>
baum
force-pushed
the
no-huge
branch
2 times, most recently
from
November 18, 2024 09:54
da14efd
to
23555dc
Compare
Signed-off-by: Alexander Indenbaum <[email protected]>
gbregman
approved these changes
Nov 18, 2024
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 19, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 19, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 19, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 19, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 20, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 20, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to ceph/ceph-ci
that referenced
this pull request
Nov 20, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to baum/ceph
that referenced
this pull request
Nov 20, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
piyushagarwal1411
pushed a commit
to piyushagarwal1411/ceph
that referenced
this pull request
Nov 26, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
bill-scales
pushed a commit
to aainscow/ceph
that referenced
this pull request
Nov 26, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
JonBailey1993
pushed a commit
to JonBailey1993/ceph
that referenced
this pull request
Dec 2, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
dnyanee1997
pushed a commit
to rhcs-dashboard/ceph
that referenced
this pull request
Dec 9, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
kulahe3
pushed a commit
to kulahe3/ceph
that referenced
this pull request
Dec 10, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
baum
pushed a commit
to ceph/ceph-ci
that referenced
this pull request
Dec 19, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
Jayaprakash-ibm
pushed a commit
to ceph/ceph-ci
that referenced
this pull request
Dec 24, 2024
depends on: ceph/ceph-nvmeof#898 Signed-off-by: Alexander Indenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
spdk: do not use huge pages
See https://github.com/ceph/ceph-nvmeof/compare/devel...baum:ceph-nvmeof:no-huge?expand=1
Do not use huge pages
The memory size in MB for DPDK is exposed via
spdk.mem_size
conf option, the default value is 4096