Skip to content

Commit

Permalink
Merge pull request #189 from sushanthakumar/openebs-cleanup
Browse files Browse the repository at this point in the history
Reusage of common csi snapshotter for open ebs provisioned volumes
  • Loading branch information
skdwriting authored Feb 1, 2024
2 parents baf3702 + db264f9 commit 1e6b65a
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 716 deletions.
2 changes: 0 additions & 2 deletions build/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ readonly KAHU_STATIC_BINARIES=(
controller-manager
meta-service
volume-service
openebs-zfs
csi-snapshotter
nfs-provider
)
Expand All @@ -41,7 +40,6 @@ golang::targets() {
cmd/meta-service
cmd/volume-service
providers/nfs/nfs-provider
cmd/openebs-zfs
cmd/csi-snapshotter
)
echo "${targets[@]}"
Expand Down
1 change: 0 additions & 1 deletion build/lib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ build::get_docker_wrapped_binaries() {
controller-manager
meta-service
volume-service
openebs-zfs
csi-snapshotter
nfs-provider
)
Expand Down
34 changes: 0 additions & 34 deletions cmd/openebs-zfs/main.go

This file was deleted.

2 changes: 1 addition & 1 deletion controllers/volumebackup/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const (
)

var volBackupSupport = map[string]string{
"zfs.csi.openebs.io": "zfs.backup.openebs.io",
"zfs.csi.openebs.io": "snapshotter.backup.csi.io",
"linstor.csi.linbit.com": "snapshotter.backup.csi.io",
"cephfs.csi.ceph.com": "snapshotter.backup.csi.io",
"hostpath.csi.k8s.io": "snapshotter.backup.csi.io",
Expand Down
100 changes: 0 additions & 100 deletions deploy/volumeprovider/openebs-zfs-provider-deployment.yaml

This file was deleted.

215 changes: 0 additions & 215 deletions providers/openebs-zfs/server/app.go

This file was deleted.

Loading

0 comments on commit 1e6b65a

Please sign in to comment.