Skip to content

Commit 6a53a15

Browse files
fix
1 parent 377cd4f commit 6a53a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cri/v1alpha1/cri.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const (
6565
resolvConfPath = "/etc/resolv.conf"
6666

6767
// defaultSnapshotterName is the default Snapshotter name.
68-
// defaultSnapshotterName = "overlayfs"
68+
// defaultSnapshotterName = "overlayfs"
6969

7070
// snapshotPlugin implements a snapshotter.
7171
snapshotPlugin = "io.containerd.snapshotter.v1"

cri/v1alpha2/cri.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
resolvConfPath = "/etc/resolv.conf"
6969

7070
// defaultSnapshotterName is the default Snapshotter name.
71-
// defaultSnapshotterName = "overlayfs"
71+
// defaultSnapshotterName = "overlayfs"
7272

7373
// snapshotPlugin implements a snapshotter.
7474
snapshotPlugin = "io.containerd.snapshotter.v1"

0 commit comments

Comments
 (0)