Skip to content
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

[정리] 2022-08-30 (알고리즘 개발 전 체크사항) #10

Open
Kim0914 opened this issue Aug 31, 2022 · 0 comments
Open

[정리] 2022-08-30 (알고리즘 개발 전 체크사항) #10

Kim0914 opened this issue Aug 31, 2022 · 0 comments

Comments

@Kim0914
Copy link
Contributor

Kim0914 commented Aug 31, 2022

현 시점 과제 정리

  1. reclaim은 copy, free만하기 때문에 bio정보를 들고오기 어렵다. 그래서 copy하는 과정에서 cgroup에 관한 정보를 이용해서 격리 시키려면 그 이전에 buffering된 zone이 무슨 cgroup인지 표기해놓거나, 그전에 매핑해둬야함. metadata, chunk관련해서 생각해봐야 함.

  2. random/data, chunk/physical, conv/seq 차이를 좀 더 정확히 이해하고 실제 코드 상으로 어떻게 매핑이 되고 할당 하는지 확인하는 작업 필요.

  3. buffered write/direct write간 구분해서 격리하는 것도 생각해줘야함. I/O가 buffered와 direct로 분기되기 때문에.

  4. 컨테이너에서 io를 해서 bio의 cgroup을 추적한 결과 컨테이너 cgroup과 root cgroup이 동시에 발견되는데, 컨테이너가 2개가 되면 완벽한 컨테이너간 io격리가 일어나지 않는 문제가 있음. 다만 호스트에서 컨테이너간 간섭이 일어났을 가능성이 있기에 ftrace_printk로 확실히 확인해볼 필요가 있음.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant