-
Notifications
You must be signed in to change notification settings - Fork 609
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
[BUG][v1.8.0-rc1] Default backup target is periodically cleared #10043
Comments
As discussed here longhorn/longhorn-ui#755 |
@mantissahz We won't directly remove the settings in v1.8.0, so we still need to figure out a solution. |
After discussing with @mantissahz, some tasks need to be addressed
If the answer to the above question is true, then the behaviors of the v1.8.0 and older versions are consistent. Then, what we can do for the v1.8.0:
|
@c3y1huang @innobead Do you agree with the proposal? |
It is confirmed at v1.7.2, the fields |
Summary update:
apiVersion: longhorn.io/v1beta2
kind: BackupTarget
metadata:
labels: {{- include "longhorn.labels" . | nindent 4 }}
namespace: {{ include "release_namespace" . }}
name: default
spec:
{{- if .Values.defaultSettings.backupTarget }}
backupTargetURL: {{ .Values.defaultSettings.backupTarget }}
{{- end }}
{{- if .Values.defaultSettings.defaultBackupTarbackupTargetCredentialSecretetSecret }}
credentialSecret: {{ .Values.defaultSettings.backupTargetCredentialSecret }}
{{- end }}
pollInterval: {{ .Values.defaultSettings.backupstorePollInterval | default "5m0s" }} It succeeded in deploying the manifest YAML file but failed when installing with Helm because the CRD needs to be installed first.
|
Pre Ready-For-Testing Checklist
|
doc needs to be updated (longhorn/longhorn-manager#3414 (comment)) |
Verified on master-head 20241231
Verified on v1.8.0-rc2 20241231
The test steps Result
|
In addition to the doc, add an important note as well. |
@mantissahz The PR is merged. Please update the status. For the doc, it should be handled in #5411 |
Describe the bug
I've noticed that the default backup target configuration is being automatically cleared.
To Reproduce
Setting
>Backup Target
Expected behavior
The default backup target should remain configured and not be cleared.
Support bundle for troubleshooting
supportbundle_3005eb36-292c-4bad-835e-4a7acd7d6515_2024-12-23T08-26-03Z.zip
Environment
Additional context
Workaround and Mitigation
The text was updated successfully, but these errors were encountered: