-
Notifications
You must be signed in to change notification settings - Fork 193
support nfs volumes #510
support nfs volumes #510
Conversation
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Godeps/Godeps.json
Outdated
| { | ||
| "ImportPath": "gopkg.in/yaml.v2", | ||
| "Rev": "7ad95dd0798a40da1ccdff6dff35fd177b5edf40" | ||
| }, |
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.
Are the packages below necessary?
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.
No, I don't think so. They were added by godeps but it looks to be a mistake. I removed these files but forgot to update Godeps.json. I'll drop them.
To include nfs volume support. Signed-off-by: Peng Tao <bergwolf@gmail.com>
312ba1b to
cfef7db
Compare
|
retest this please @hykins |
1 similar comment
|
retest this please @hykins |
d89019f to
efbd230
Compare
aufs depends on 9pfs that does not have kernel export ops and thus cannot be exported by nfs-ganesha. A new testing nfs server image was introduced to work around it. Signed-off-by: Peng Tao <bergwolf@gmail.com>
|
@gao-feng updated and added ci case. |
| @@ -0,0 +1,20 @@ | |||
| { | |||
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.
seems like this pod file is useless?
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.
It was provided as an example of how to add an nfs volume to a pod.
|
LGTM |
The PR imports runv nfs support (hyperhq/runv#417) and adds nfs volumes support to hyperd, with a podfile example listed.
podfile example: