mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
refact(csi): use common lib-csi imports (#263)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
48e6a19d7c
commit
2906d39d94
55 changed files with 271 additions and 611 deletions
|
|
@ -20,8 +20,8 @@ import (
|
|||
"os"
|
||||
"os/exec"
|
||||
|
||||
mnt "github.com/openebs/lib-csi/pkg/mount"
|
||||
apis "github.com/openebs/zfs-localpv/pkg/apis/openebs.io/zfs/v1"
|
||||
mnt "github.com/openebs/zfs-localpv/pkg/mount"
|
||||
"google.golang.org/grpc/codes"
|
||||
"google.golang.org/grpc/status"
|
||||
"k8s.io/klog"
|
||||
|
|
|
|||
|
|
@ -22,12 +22,13 @@ import (
|
|||
|
||||
"fmt"
|
||||
|
||||
"strings"
|
||||
|
||||
"github.com/openebs/lib-csi/pkg/btrfs"
|
||||
"github.com/openebs/lib-csi/pkg/xfs"
|
||||
apis "github.com/openebs/zfs-localpv/pkg/apis/openebs.io/zfs/v1"
|
||||
"github.com/openebs/zfs-localpv/pkg/btrfs"
|
||||
"github.com/openebs/zfs-localpv/pkg/xfs"
|
||||
k8serrors "k8s.io/apimachinery/pkg/api/errors"
|
||||
"k8s.io/klog"
|
||||
"strings"
|
||||
)
|
||||
|
||||
// zfs related constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue