Merge pull request #82 from datomia/separate-cephstore

move cephstore to a separate package
This commit is contained in:
Lei Xue
2019-06-13 22:52:01 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ import (
_ "github.com/gostor/gotgt/pkg/port/iscsit" _ "github.com/gostor/gotgt/pkg/port/iscsit"
"github.com/gostor/gotgt/pkg/scsi" "github.com/gostor/gotgt/pkg/scsi"
_ "github.com/gostor/gotgt/pkg/scsi/backingstore" _ "github.com/gostor/gotgt/pkg/scsi/backingstore"
_ "github.com/gostor/gotgt/pkg/scsi/backingstore/cephstore"
log "github.com/sirupsen/logrus" log "github.com/sirupsen/logrus"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

View File

@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package backingstore package cephstore
import ( import (
"fmt" "fmt"