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

Feature/change plugin working dir #16

Merged
merged 2 commits into from
Mar 17, 2025
Merged

Conversation

sotazum
Copy link
Contributor

@sotazum sotazum commented Mar 17, 2025

What's Changed

  • Change plugin working directory from /app/storage/cwd (mounted GCS FUSE) to /app/cwd (outside mount)
    • Fix the error below (probably cannot run uv python in GCS FUSE)
runtime_lifetime.go:76: �[31m[ERROR]init environment failed: failed to install dependencies: exit status 2, output: error: Function not implemented (os error 38)
  • Enable DB protection

How?

  • Change plugin daemon container env

How to Test

  • Checked plugin is installed and worked on my Google Cloud environment

Notes

  • Not saved python plugin source codes in GCS FUSE
  • May run plugin install process when new pod starts

image

@sotazum sotazum added the bug Something isn't working label Mar 17, 2025
@sotazum sotazum self-assigned this Mar 17, 2025
@sotazum sotazum merged commit 2ae8d84 into main Mar 17, 2025
1 check passed
@sotazum sotazum deleted the feature/change-plugin-working-dir branch March 17, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant