Skip to content

fix(rclone): set DiskSpaceTotalSize to match VFSCacheMaxSize - #351

Merged
javi11 merged 1 commit into
mainfrom
fix/154-vfs-disk-space
Feb 26, 2026
Merged

fix(rclone): set DiskSpaceTotalSize to match VFSCacheMaxSize#351
javi11 merged 1 commit into
mainfrom
fix/154-vfs-disk-space

Conversation

@javi11

@javi11 javi11 commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • When VFSCacheMaxSize is configured, automatically set DiskSpaceTotalSize to the same value
  • Prevents media servers from seeing rclone's default 1G disk total when the cache is much larger
  • No UI changes needed — the disk space total now mirrors the already-visible cache size setting

Test plan

  • Build passes: go build ./...
  • After mounting, verify reported total disk space matches the configured VFS cache max size

Fixes #154

🤖 Generated with Claude Code

When VFSCacheMaxSize is configured, also set DiskSpaceTotalSize to the
same value so media servers (Plex, Emby, Jellyfin) report accurate
available disk space instead of rclone's default 1G.

Fixes #154

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@javi11
javi11 merged commit bcf2999 into main Feb 26, 2026
1 check passed
@javi11
javi11 deleted the fix/154-vfs-disk-space branch February 26, 2026 14:07
yoshitaka420 pushed a commit to yoshitaka420/altmount that referenced this pull request Jun 1, 2026
…bs#351)

When VFSCacheMaxSize is configured, also set DiskSpaceTotalSize to the
same value so media servers (Plex, Emby, Jellyfin) report accurate
available disk space instead of rclone's default 1G.

Fixes kipsilabs#154

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

Rclone generated config value

1 participant