Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reusage of common csi snapshotter for open ebs provisioned volumes #189

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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