Review and remove the legacy media-management NFS mount #23

Open
opened 2026-08-23 17:07:57 +00:00 by stanta · 0 comments
Owner

Outcome

Remove the unused /mnt/media NFS mount if no live process depends on it.

Current state

Terraform provides the active /data bind mounts. The downloads role also mounts the older NFS path inside LXC 150, but the current compose stack does not use it.

Work

  • Check mounts, open files, processes, cron jobs, and operator scripts.
  • Confirm no container or application path uses /mnt/media.
  • Remove the mount task and related variables if unused.
  • Unmount it during an approved maintenance action.

Validation

  • The downloads and SoulSync stacks remain healthy.
  • Imports and downloads use the intended /data datasets.
  • /mnt/media no longer mounts after reboot.

References

  • iac/ansible/roles/downloads/tasks/main.yml
  • iac/ansible/roles/downloads/templates/docker-compose.yml.j2
  • iac/guides/media-stack-setup.md
## Outcome Remove the unused `/mnt/media` NFS mount if no live process depends on it. ## Current state Terraform provides the active `/data` bind mounts. The downloads role also mounts the older NFS path inside LXC 150, but the current compose stack does not use it. ## Work - [ ] Check mounts, open files, processes, cron jobs, and operator scripts. - [ ] Confirm no container or application path uses `/mnt/media`. - [ ] Remove the mount task and related variables if unused. - [ ] Unmount it during an approved maintenance action. ## Validation - [ ] The downloads and SoulSync stacks remain healthy. - [ ] Imports and downloads use the intended `/data` datasets. - [ ] `/mnt/media` no longer mounts after reboot. ## References - `iac/ansible/roles/downloads/tasks/main.yml` - `iac/ansible/roles/downloads/templates/docker-compose.yml.j2` - `iac/guides/media-stack-setup.md`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
stanta/homelab#23
No description provided.