Notable Changes
- Fixed restoring error of snapshots on unexpected restart of stargz snapshotter (#2091, #2092), thanks to @wswsmao
- Added FadvDontNeed option to reduce pagecache consumption in stargz snapshotter (#2095), thanks to @wswsmao
- Removed
testing
dependency from code outside tests (#2098), thanks to @rosstimothy - Added
all
option for the ctr-remote's--gpus
flag (#2102, #2118), thanks to @wswsmao - Added
--prefetch-list
flag to ctr-remote (#2113, #2148), thanks to @wswsmao - Enabled deduplication in ImageRecorder.Record (#2116), thanks to @wswsmao
- Fixed potential data race in nativeconverter/estargz (#2133), thanks to @escapefreeg
- Added support of decompression helpers in ctr-remote for better conversion speed (#2117), thanks to @escapefreeg
- Improved logging behaviour in fusemanager (#2135), thanks to @mmonaco
- Fixed to preserve normal snapshots during cleanup in stargz snapshotter (#2127), thanks to @ChengyuZhu6
- Fixed lazy pulling failure on images with empty layers (#2137)
- Fixed stargz snapshotter to run without depending on fusermount by default (#2146)
- Enabled ctr-remote to capture early file access (#2129), thanks to @wswsmao
- Refactors and document fixes (#2112, #2150), thanks to @wswsmao