-
Notifications
You must be signed in to change notification settings - Fork 60
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
design doc: add design doc #27
Conversation
Design.md
Outdated
|
||
## Disk Layout | ||
|
||
Originally discussed in issue #18 |
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.
would be nice if this was a hyperlink to #18 - when I view it rendered it doesn't seem to auto hyperlink
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.
sure, I thought it would autolink, but I guess not?
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
0042103
to
5944498
Compare
Design.md
Outdated
may not work with poorly implemeted UEFIs. | ||
- What is the exact partition layout? | ||
- Do we make /etc a ro bind mount? | ||
- Do filesystem do we use for / and /var? ext4? |
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.
"What filesystem do we use"
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.
Oops. Fixed.
b16008f
to
337927d
Compare
LGTM |
anybody else want to review ? |
I'll give it a day and merge tomorrow unless someone else has other comments. SG? We should probably decide how we decide merge-readiness for these. |
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.
💯
Design.md
Outdated
@@ -0,0 +1,41 @@ | |||
# Design Document | |||
|
|||
This document captures the design decisions made after dicussion in issues. When a design issue is closed, the |
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.
discussion
Design.md
Outdated
|
||
### Summary: | ||
|
||
- FCOS will use a "dd-able" image and ship with a standard parition layout. |
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.
partition
Add a document to record conclusions from dicsussions in the issues section.
337927d
to
81ad941
Compare
Accidently
git push -d
instead ofgit push -f
on the other PR, which made it unopenable.Please check for:
I only did the partitioning issue. We can add summaries of other closed issues in more PRs.
I envision that when we want to close out an issue, we PR this doc with a summary. Once we agree the PR is good and accurately encapsulates the discussion, we merge the PR and close the issue.
As the doc grows we may want to break it out into multiple docs in a directory, but that can come later.
Finally, I'd prefer to keep this doc about design of FCOS itself and not about the process around it. We can have a seperate doc for that (the README does a great job right now) if we want.