Feature or enhancement request details
Currently, users can configure journaling on named volumes, but the image service unpacks images into EXT4 filesystems that have no journaling.
This can cause problems with restart when a container terminates ungracefully, and the root filesystem may be in a state that requires checking.
When apple/containerization#774 is available, we can set up the image helper to use ordered journaling when unpacking images, which should generally eliminate this risk.
Code of Conduct
Feature or enhancement request details
Currently, users can configure journaling on named volumes, but the image service unpacks images into EXT4 filesystems that have no journaling.
This can cause problems with restart when a container terminates ungracefully, and the root filesystem may be in a state that requires checking.
When apple/containerization#774 is available, we can set up the image helper to use ordered journaling when unpacking images, which should generally eliminate this risk.
Code of Conduct