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
Implement method for changing Docker storage driver in OS 17.0+ (#238)
* Implement property for toggling Docker Containerd snapshotter in OS 17.0+
Add API for creating/removing the flag file that controls whether
Containerd snapshotter is used as implemented in [1]. This is needed for
higher level API that can be used for user opt-in per [2].
Once the property is toggled, OS needs to be rebooted for the change to
take effect.
[1] home-assistant/operating-system#4360
[2] home-assistant/operating-system#4253
* Implement as MigrateDockerStorageDriver instead of the property
* Suppress gosec linter error
0 commit comments