-
Notifications
You must be signed in to change notification settings - Fork 138
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
SRIOV lane: Mount in memory directory for backing in-memory etcd data #709
Conversation
@@ -98,6 +98,8 @@ presubmits: | |||
mountPath: /sys/fs/cgroup | |||
- name: vfio | |||
mountPath: /dev/vfio/ | |||
- name: etcd-data |
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.
This is etcd-data-dir
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.
Fixed
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.
In my opinion, a retry or other solutions ad hoc, would be better until we have faster HD (SSD), because ramfs might be too sterile
and mask problems / opportunities (and we can see the latest sriov changes as an example)
d57adfc
to
954b366
Compare
4af25d8
to
9f318a6
Compare
/rehearse check-up-kind-1.17-sriov |
/rehearse |
9f318a6
to
c9b23b6
Compare
/rehearse |
1 similar comment
/rehearse |
c9b23b6
to
fbd0ee9
Compare
/rehearse |
@ormergi: GitHub didn't allow me to request PR reviews from the following users: cancel. Note that only kubevirt members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/uncc @EdDev @oshoval @qinqon @omeryahud @dhiller @danielBelenky @cynepco3hahue Not ready for review yet |
/rehearse |
bf4a4f5
to
8309e8e
Compare
/rehearse |
8309e8e
to
6fcf494
Compare
/rehearse |
6fcf494
to
6e4446c
Compare
/rehearse |
1b2edd4
to
bf05053
Compare
/rehearse |
@qinqon EDIT: |
bf05053
to
89c8c33
Compare
/rehearse |
89c8c33
to
cab4e34
Compare
/rehearse |
pull kubevirt e2e job passed with kubevirt/kubevirtci#478 changes on cluster-up kubevirtci check up job with kubevirt/kubevirtci#478 |
/hold |
cab4e34
to
ac929c7
Compare
Done |
4588af4
to
0cdb49a
Compare
Rebased |
Currently we encounter bad performance of KIND cluster on DinD setup, we get 'etcdserver: timeout errors' that causes jobs to fail often. Running etcd in memory should improve performance and make sriov jobs more stabilized This commit create in memory directory to back etcd data directory Signed-off-by: Or Mergi <[email protected]>
/hold Looks like we wont need it |
/close No need to create a mount for etcd data anymore |
@ormergi: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Currently we encounter bad performance of KIND cluster on DinD setup,
we get 'etcdserver: timeout errors' on SRIOV lane jobs causesing jobs to fail often.
In such cases it is recommended to run in-memory etcd
kubernetes-sigs/kind#1922
kubernetes-sigs/kind#845
Running etcd in memory should improve performance and make sriov lane more stabilized
This PR provides in memory directory for backing etcd data directory
kubevirt/kubevirtci#478