|
|
@@ -33,7 +33,6 @@ import (
|
|
|
ehttp "github.com/coreos/etcd/http"
|
|
|
"github.com/coreos/etcd/log"
|
|
|
"github.com/coreos/etcd/metrics"
|
|
|
- "github.com/coreos/etcd/pkg/fs"
|
|
|
"github.com/coreos/etcd/server"
|
|
|
"github.com/coreos/etcd/store"
|
|
|
)
|
|
|
@@ -103,11 +102,6 @@ func (e *Etcd) Run() {
|
|
|
log.Warnf("All cached configuration is now ignored. The file %s can be removed.", info)
|
|
|
}
|
|
|
|
|
|
- // Set NOCOW for data directory in btrfs
|
|
|
- if fs.IsBtrfs(e.Config.DataDir) {
|
|
|
- fs.SetNOCOW(e.Config.DataDir)
|
|
|
- }
|
|
|
-
|
|
|
var mbName string
|
|
|
if e.Config.Trace() {
|
|
|
mbName = e.Config.MetricsBucketName()
|