Uh oh!
There was an error while loading. Please reload this page.
runtime: add linux default fs validation - #121
Conversation
| for fs, fstype := range defaultFS { | ||
| if !(mountsMap[fs] == fstype) { | ||
| return fmt.Errorf("%v must exists and expected type is %v", fs, fstype) |
wking
commented
Jun 23, 2016
On Thu, Jun 23, 2016 at 09:11:21AM -0700, Ma Shimiao wrote:
This looks ok to me, although there are fuzzy corner cases if |
e2b3180 to
258adc8CompareMashimiao
commented
Jun 25, 2016
As smoe validations related to linux os, splited linux-specific valdiations |
wking
commented
Jun 25, 2016
On Fri, Jun 24, 2016 at 07:16:22PM -0700, Ma Shimiao wrote:
258adc8 itself looks good for me (except for “valdations” → I'm still not convinced that the current spec wording is enforcable |
258adc8 to
798d84fCompareMashimiao
commented
Jun 25, 2016
fixed valdations->validations |
wking
commented
Jun 25, 2016
| defaultFS = map[string]string{ | ||
| "/proc": "proc", | ||
| "/sys": "sysfs", | ||
| "dev/pts": "devpts", |
There was a problem hiding this comment.
Change "dev/pts" to /dev/pts ?
same with "dev/shm"
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
798d84f to
e4b2183CompareMashimiao
commented
Jun 28, 2016
ping @liangchenye@mrunalp |
liangchenye
commented
Jun 28, 2016
e4b2183 LGTM |
mrunalp
commented
Jun 30, 2016
LGTM |
Signed-off-by: Ma Shimiao mashimiao.fnst@cn.fujitsu.com