You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unmount of nested mounts in PHP runtime hotswap (#2859)
## Motivation for the change, related issues
Today, if we nest a NODEFS mount inside another NODEFS mount,
hot-swapping the PHP runtime fails when we attempt to unmount a nested
mount from a parent that has already been unmounted. This PR fixes that
issue.
cc @adamziel who [mentioned an
issue](#2836 (comment))
that looked like this one.
## Implementation details
This PR changes PHP runtime hot-swapping to unmount mounts in reverse
order, and the attempted unmount no longer fails.
## Testing Instructions (or ideally a Blueprint)
- CI
0 commit comments