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
In #2302 the tools.CreateOverlayTmpfs that creates a tmpfs, and overlay mounts it onto a rootfs, was refactored so that it calls a new tools.PrepareOverlayTmpfs which only creates the tmpfs.
The naming of these functions is confusing, but is limited by the fact that they are in the public API under pkg/
We could perhaps envisage a 3-way split of the functionality
tools.PrepareOverlayTmpfs
tools.MountOverlayTmpfs
tools.PrepareAndMountOverlayTmpfs
(or similar), where tools.CreateOverlayTmpfs can then be made a deprecated alias of tools.PrepareAndMountOverlayTmpfs.
The text was updated successfully, but these errors were encountered:
Type of issue
technical debt
Description of issue
In #2302 the
tools.CreateOverlayTmpfs
that creates a tmpfs, and overlay mounts it onto a rootfs, was refactored so that it calls a newtools.PrepareOverlayTmpfs
which only creates the tmpfs.The naming of these functions is confusing, but is limited by the fact that they are in the public API under
pkg/
We could perhaps envisage a 3-way split of the functionality
tools.PrepareOverlayTmpfs
tools.MountOverlayTmpfs
tools.PrepareAndMountOverlayTmpfs
(or similar), where
tools.CreateOverlayTmpfs
can then be made a deprecated alias oftools.PrepareAndMountOverlayTmpfs
.The text was updated successfully, but these errors were encountered: