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

Support Lima --mount-inotify option #1294

Open
aaronjsutton opened this issue Feb 17, 2025 · 1 comment
Open

Support Lima --mount-inotify option #1294

aaronjsutton opened this issue Feb 17, 2025 · 1 comment

Comments

@aaronjsutton
Copy link

What is the problem you're trying to solve?
As of Lima 0.21.0 the --mount-inotify option is experimentally available. It supports all mount types.

Manually adding mountInotify: true to the generated lima.yaml functions as expected.

Currently, this option is not configurable when initializing the VM via finch vm init.

Describe the feature you'd like
Support this option when initializing the VM with Finch.

Since this flag is still experimental it may make sense to put it behind an option in finch.yaml, rather than enable it by default.
For example:

cpus: 6
memory: 8GiB
vmType: vz
mountInotify: true

Additional context

Really enjoying Finch! I'm happy to open a PR for this.

@Shubhranshu153
Copy link
Contributor

Thank You @aaronjsutton
we will be happy to have a pr for this. Was thinking if we can add an experimental flag to organize all experimental features as part of the pr.
Thank You

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

2 participants