cephfs: refactoring for CSI 0.2.0 part 1

This commit is contained in:
gman
2018-03-13 10:25:50 +01:00
parent 06f411bbf3
commit 66c16e35e6
7 changed files with 9 additions and 8 deletions

View File

@ -21,7 +21,8 @@ import (
"os"
"path"
"github.com/ceph/ceph-csi/pkg/cephfs"
// "github.com/ceph/ceph-csi/pkg/cephfs"
"github.com/gman0/ceph-csi/pkg/cephfs"
"github.com/golang/glog"
)