Conversation
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
insta compute volume web --mount-path /app/storagenow stages a mount path without requiring--size. Output distinguishes pending and applied paths, explains that deployment restarts the service, and reminds users to update application configuration. Normalized unchanged paths remain a no-op.Validation: all 84 test files passed (1,587 tests passed, 121 skipped); typecheck and build passed. Requires the companion platform API change.
Part of InsForge/instacloud#153.
Runtime dependency: https://github.com/InsForge/instacloud-compute/pull/291
Platform dependency: https://github.com/InsForge/instacloud-platform/pull/504
Summary by cubic
Allows changing an existing compute volume's mount path without respecifying
--size. Previously--mount-pathrequired--size; now a path-only edit is staged as pending and applied on the next deploy, which restarts the service. Output distinguishes pending and applied paths and reminds you to update application configuration; unchanged paths remain a no-op.Rollout notes
Written for commit d9f3ce7. Summary will update on new commits.