move cephstore to a separate package

This commit is contained in:
chessman
2019-06-13 13:23:13 +03:00
parent bd9e2ae3b5
commit a5aba61803
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"