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

NeonSAN CSI supports setting the volume to an "archive" label. #376

Merged
merged 1 commit into from
Mar 25, 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: 1 addition & 1 deletion src/test/csi-neonsan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
appVersion: 1.2.2
name: csi-neonsan
description: A Helm chart for NeonSAN CSI Driver
version: 1.2.7
version: 1.2.8
kubeVersion: ">=1.17.0-0"
home: https://github.com/yunify/qingstor-csi
sources:
Expand Down
1 change: 1 addition & 0 deletions src/test/csi-neonsan/templates/controller-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spec:
args:
- "--config=/etc/neonsan/qbd.conf"
- "--drivername={{ .Values.driver.name}}"
- "--volumearchive={{ .Values.driver.volumeArchive}}"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
- "--v=5"
Expand Down
1 change: 1 addition & 0 deletions src/test/csi-neonsan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ driver:
tag: v1.2.2
pullPolicy: IfNotPresent
config: /etc/neonsan/qbd.conf
volumeArchive: false

provisioner:
repository: csiplugin/csi-provisioner
Expand Down
Loading