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

replacing and fixing 9p mechanism is needed #6

Open
sgotand opened this issue Sep 25, 2020 · 0 comments
Open

replacing and fixing 9p mechanism is needed #6

sgotand opened this issue Sep 25, 2020 · 0 comments

Comments

@sgotand
Copy link
Contributor

sgotand commented Sep 25, 2020

Currently runu use "github.com/docker/go-p9p" for providing root filesystem, but it have some problems.
For example, when overwriting file or touch files,
their attributes seems to be written mistakenly and reading such files result in hang.

this problem can be replayed with
https://github.com/progrunner17/runu/blob/feature-vol-mount-hang-env/volume_mount_hang_script.sh

According to the survey with 9ps, sample 9p server CLI command from go-p9p, and Linux-builtin 9p client,
this problem might be caused by the misalignment of Twstat , a operation of 9p protocol.

In addition to this problem, go-p9p has been archived and no longer maintenanced.
Therefore @thehajime started to port 9p mechanism to "github.com/hugelgupf/p9" rather than "github.com/docker/go-p9p"
https://github.com/ukontainer/runu/tree/feature-vol-mount-hang-env-take1

However it still have problems.
https://travis-ci.org/github/ukontainer/runu/jobs/727922676#L1582

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