Change all chrislusf/weed-fs links to point to chrislu/seaweedfs

This commit is contained in:
Stuart P. Bentley
2015-04-16 19:18:06 +00:00
parent 41f29e9d8c
commit f0c2a2dcb3
86 changed files with 672 additions and 672 deletions

View File

@@ -5,8 +5,8 @@ import (
"os"
"testing"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
)
func TestMemoryUsage(t *testing.T) {

View File

@@ -7,7 +7,7 @@ import (
"io/ioutil"
"strings"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
/*

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"hash/crc32"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/util"
)
var table = crc32.MakeTable(crc32.Castagnoli)

View File

@@ -5,8 +5,8 @@ import (
"errors"
"strings"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
)
type FileId struct {

View File

@@ -12,9 +12,9 @@ import (
"strings"
"time"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/images"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/images"
"github.com/chrislusf/seaweedfs/go/util"
)
const (

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/util"
)
type NeedleMapType int

View File

@@ -6,8 +6,8 @@ import (
"github.com/boltdb/bolt"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
)
type BoltDbNeedleMap struct {

View File

@@ -5,8 +5,8 @@ import (
"os"
"path/filepath"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
"github.com/syndtr/goleveldb/leveldb"
)

View File

@@ -4,8 +4,8 @@ import (
"io"
"os"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
)
type NeedleMap struct {

View File

@@ -6,8 +6,8 @@ import (
"io"
"os"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/util"
)
const (

View File

@@ -9,10 +9,10 @@ import (
"strconv"
"strings"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/weed-fs/go/security"
"github.com/chrislusf/weed-fs/go/util"
"github.com/chrislusf/seaweedfs/go/glog"
"github.com/chrislusf/seaweedfs/go/operation"
"github.com/chrislusf/seaweedfs/go/security"
"github.com/chrislusf/seaweedfs/go/util"
"github.com/golang/protobuf/proto"
)

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"strconv"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
func (s *Store) CheckCompactVolume(volumeIdString string, garbageThresholdString string) (error, bool) {

View File

@@ -10,7 +10,7 @@ import (
"sync"
"time"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
type Volume struct {

View File

@@ -2,7 +2,7 @@ package storage
import (
"fmt"
"github.com/chrislusf/weed-fs/go/operation"
"github.com/chrislusf/seaweedfs/go/operation"
)
type VolumeInfo struct {

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"os"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
const (

View File

@@ -5,7 +5,7 @@ import (
"os"
"time"
"github.com/chrislusf/weed-fs/go/glog"
"github.com/chrislusf/seaweedfs/go/glog"
)
func (v *Volume) garbageLevel() float64 {