Barak Michener 11 년 전
부모
커밋
55c1635cee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      migrate/etcd4.go

+ 1 - 0
migrate/etcd4.go

@@ -29,6 +29,7 @@ import (
 	"github.com/coreos/etcd/wal/walpb"
 )
 
+// We need an offset in leader election terms, because term 0 is special in 2.0.
 const termOffset4to2 = 1
 
 func snapDir4(dataDir string) string {