Skip to content

Fixed mounting order, Removed deprecated code#685

Merged
jkrue merged 1 commit intodevfrom
dev-fix-vol-mount
Oct 14, 2025
Merged

Fixed mounting order, Removed deprecated code#685
jkrue merged 1 commit intodevfrom
dev-fix-vol-mount

Conversation

@XaverStiensmeier
Copy link
Copy Markdown
Contributor

The former order apparently caused issues with SimpleVM. I was not able to reproduce this but the order:

  • mount /vol/spool
  • mount /vol/

makes it reasonable that /vol/spool gets overshadowed. The new order:

  • mount /vol/
  • mount /vol/spool

avoids this issue.

At the same time old code in disk-server has been removed that was only executed when a variable has been set that we no longer used. That code was part of the old disk logic replaced by the new volume logic.

closes #682

@jkrue jkrue merged commit 5153d3f into dev Oct 14, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants