mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 01:21:15 +00:00
This change updates an incorrect default config value for the block CIM snapshotter. The `ntfsFormat` should always be false for the block CIM snapshotter. If the scratch needs to be formatted with NTFS, a format option named `WithNTFSFormat` can be provided. Signed-off-by: Amit Barve <ambarve@microsoft.com>