Skip to content

Conversation

@jlon
Copy link
Contributor

@jlon jlon commented Oct 10, 2025

Support setting the quota_size parameter in mount point

Create mount point,with 10GB quota

./build/dist/bin/cv mount s3://bucket/path /mount/point --quota-size 10GB

Update quota to 20GB

./build/dist/bin/cv mount s3://bucket/path /mount/point --quota-size 20GB --update

Remove quota restrictions

./build/dist/bin/cv mount s3://bucket/path /mount/point --update

Re-add quota

./build/dist/bin/cv mount s3://bucket/path /mount/point --quota-size 15GB --update

@jlon jlon force-pushed the quota branch 5 times, most recently from 46ccffa to c9ee327 Compare October 10, 2025 08:55
@jlon jlon changed the title feat: support setting the quota_size parameter in mount point feat: support setting the quota_rate parameter in mount point Oct 10, 2025
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

Successfully merging this pull request may close these issues.

1 participant