@ -2,8 +2,8 @@ package directory
import (
"encoding/hex"
"weed/storage"
"weed/util"
"code.google.com/p/weed-fs/weed/storage"
"code.google.com/p/weed-fs/weed/util"
"strings"
)
@ -7,8 +7,8 @@ import (
"log"
"os"
"path"
"weed/directory"
"code.google.com/p/weed-fs/weed/directory"
"strconv"
"text/template"
@ -4,7 +4,7 @@ import (
@ -5,9 +5,9 @@ import (
"errors"
"net/http"
"weed/replication"
"weed/topology"
"code.google.com/p/weed-fs/weed/replication"
"code.google.com/p/weed-fs/weed/topology"
"runtime"
@ -4,9 +4,9 @@ import (
"encoding/json"
"net/url"
type AllocateVolumeResult struct {
@ -5,8 +5,8 @@ import (
_ "fmt"
type Location struct {
"fmt"
"math/rand"
"weed/operation"
"code.google.com/p/weed-fs/weed/operation"
"sync"
@ -4,8 +4,8 @@ import (
"testing"
"time"
@ -3,7 +3,7 @@ package storage
@ -7,7 +7,7 @@ import (
"mime"
//"log"
type NeedleMap struct {
@ -5,7 +5,7 @@ import (
"io"
const (
@ -6,7 +6,7 @@ import (
"io/ioutil"
@ -2,7 +2,7 @@ package topology
type NodeId string
@ -3,7 +3,7 @@ package topology
type NodeList struct {
"weed/sequence"
"code.google.com/p/weed-fs/weed/sequence"
type Topology struct {
type VolumeLayout struct {