move cephstore to a separate package
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user