From 7673245475b4bfa37d597725258a97327c96c311 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Fri, 4 Oct 2024 10:03:24 -0400 Subject: [PATCH 1/4] Add known compat issues with Non-AWS S3 compatible providers Signed-off-by: Tiger Kaovilai Update README.md Signed-off-by: Tiger Kaovilai --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index be52fbc..26b8062 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ Below is a listing of plugin versions and respective Velero versions that are co | v1.7.x | v1.11.x | | v1.6.x | v1.10.x | +## Non-AWS S3 compatible provider known issues with plugin v1.10.x (aws-sdk-go-v2): +| Cloud Provider |Notes|Velero Issue|Cloud Provider Issue| +|-|-|-|-| +|Google Cloud Storage|[Should use GCP plugin instead](https://github.com/vmware-tanzu/velero-plugin-for-gcp)||https://issuetracker.google.com/issues/256641357| +|Net App||https://github.com/vmware-tanzu/velero/issues/7828|| +|Oracle||https://github.com/vmware-tanzu/velero/issues/8013|| +|IBM COS|checksumAlgorithm="" should work if [replication is not enabled](https://github.com/vmware-tanzu/velero/issues/7543#issuecomment-2225803682)|https://github.com/vmware-tanzu/velero/issues/7543|| +|Hitachi Content Platform (HCP)|||| + ## Filing issues If you would like to file a GitHub issue for the plugin, please open the issue on the [core Velero repo][103] From 7a57ff451159f8d8ceed4254c89b8bb285543c65 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Tue, 8 Oct 2024 11:29:58 -0400 Subject: [PATCH 2/4] Update README.md Signed-off-by: Tiger Kaovilai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b8062..f87e427 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Below is a listing of plugin versions and respective Velero versions that are co | Cloud Provider |Notes|Velero Issue|Cloud Provider Issue| |-|-|-|-| |Google Cloud Storage|[Should use GCP plugin instead](https://github.com/vmware-tanzu/velero-plugin-for-gcp)||https://issuetracker.google.com/issues/256641357| -|Net App||https://github.com/vmware-tanzu/velero/issues/7828|| +|Net App|`operation error S3: PutObject, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: The s3 command you requested is not implemented.`|https://github.com/vmware-tanzu/velero/issues/7828 https://github.com/vmware-tanzu/velero/issues/8152|| |Oracle||https://github.com/vmware-tanzu/velero/issues/8013|| |IBM COS|checksumAlgorithm="" should work if [replication is not enabled](https://github.com/vmware-tanzu/velero/issues/7543#issuecomment-2225803682)|https://github.com/vmware-tanzu/velero/issues/7543|| |Hitachi Content Platform (HCP)|||| From da004bfaf2c29332632a1ccc42237c5571f391a9 Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Tue, 8 Oct 2024 20:18:00 -0400 Subject: [PATCH 3/4] Update README.md Signed-off-by: Tiger Kaovilai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f87e427..a19332e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Below is a listing of plugin versions and respective Velero versions that are co |Oracle||https://github.com/vmware-tanzu/velero/issues/8013|| |IBM COS|checksumAlgorithm="" should work if [replication is not enabled](https://github.com/vmware-tanzu/velero/issues/7543#issuecomment-2225803682)|https://github.com/vmware-tanzu/velero/issues/7543|| |Hitachi Content Platform (HCP)|||| - +|OpenStack||https://github.com/vmware-tanzu/velero/issues/8264|| ## Filing issues If you would like to file a GitHub issue for the plugin, please open the issue on the [core Velero repo][103] From 315fb5abee0e51e88dc2d803206aa7a9c01419fa Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Wed, 9 Oct 2024 09:42:42 -0400 Subject: [PATCH 4/4] Update README.md Signed-off-by: Tiger Kaovilai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19332e..5b0ba13 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Below is a listing of plugin versions and respective Velero versions that are co |Oracle||https://github.com/vmware-tanzu/velero/issues/8013|| |IBM COS|checksumAlgorithm="" should work if [replication is not enabled](https://github.com/vmware-tanzu/velero/issues/7543#issuecomment-2225803682)|https://github.com/vmware-tanzu/velero/issues/7543|| |Hitachi Content Platform (HCP)|||| -|OpenStack||https://github.com/vmware-tanzu/velero/issues/8264|| +|Cloudian||https://github.com/vmware-tanzu/velero/issues/8264|| ## Filing issues If you would like to file a GitHub issue for the plugin, please open the issue on the [core Velero repo][103]