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

boot/04-persistent-data-volume.sh: fix 9p cache options #2460

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

AkihiroSuda
Copy link
Member

mount=fscache is printed as mount=8f in /proc/mounts

https:/torvalds/linux/blob/v6.6/fs/9p/v9fs.h#L61

--

Split from:

`mount=fscache` is printed as `mount=8f` in /proc/mounts

https:/torvalds/linux/blob/v6.6/fs/9p/v9fs.h#L61

Signed-off-by: Akihiro Suda <[email protected]>
Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

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

Thanks, LGTM.

It looks like we are not validating the 9p mount settings in lima.yaml; do you remember why, or was this an oversight?

Also the default.yaml template doesn't mention the readahead cache option. Maybe because it isn't mentioned in the https://www.kernel.org/doc/Documentation/filesystems/9p.txt?

@jandubois jandubois merged commit 9997d6d into lima-vm:master Jul 3, 2024
27 checks passed
@AkihiroSuda
Copy link
Member Author

It looks like we are not validating the 9p mount settings in lima.yaml; do you remember why, or was this an oversight?

An oversight.

Also the default.yaml template doesn't mention the readahead cache option. Maybe because it isn't mentioned in the https://www.kernel.org/doc/Documentation/filesystems/9p.txt?

Yes

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.

2 participants