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

docs: update FAQ.md to add kernel version support #1444

Merged
merged 1 commit into from
Jun 1, 2018

Conversation

allencloud
Copy link
Collaborator

Signed-off-by: Allen Sun allensun.shl@alibaba-inc.com

Ⅰ. Describe what this PR did

Add support for FAQ about linux kernel version and distribution versions.

Ⅱ. Does this pull request fix one issue?

none

Ⅲ. Describe how you did it

none

Ⅳ. Describe how to verify it

none

Ⅴ. Special notes for reviews

none

@allencloud allencloud force-pushed the update-faq branch 3 times, most recently from 1678c12 to 0d13c7a Compare May 31, 2018 11:34
@codecov-io
Copy link

codecov-io commented May 31, 2018

Codecov Report

Merging #1444 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1444   +/-   ##
=======================================
  Coverage   16.26%   16.26%           
=======================================
  Files         206      206           
  Lines       13759    13759           
=======================================
  Hits         2238     2238           
- Misses      11365    11366    +1     
+ Partials      156      155    -1
Impacted Files Coverage Δ
daemon/logger/jsonfile/utils.go 70% <0%> (ø) ⬆️

FAQ.md Outdated

## What is the image storage driver Pouch uses

PouchContainer uses overlay2 as its default image storage driver. To be more detailed, containerd 1.0.0+ begins to make use of overlay2 to store images. While currently containerd is a base component in PouchContainer. For Linux mainline kernel, only kernel version 4.0 starts to support overlay2. So, in theory, PouchContainer can only run on Linux distribution which are based on kernel 4.0+. However, RedHat series, like CentOS 7.2+ and so on, supports overlay2 stably since kernel version 3.10.327. For more information on RedHat, please refer to [Red Hat Enterprise Linux Release Dates](https://access.redhat.com/articles/3078#RHEL7).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only kernel version 4.0 starts to support overlay2

only kernel version 4.0 or later supports overlay2

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Allen Sun <allensun.shl@alibaba-inc.com>
@shaloulcy
Copy link
Contributor

LGTM

@allencloud allencloud merged commit b056a27 into AliyunContainerService:master Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants