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

cephfs: template update to support VGS for cephfs #4448

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

Madhu-1
Copy link
Collaborator

@Madhu-1 Madhu-1 commented Feb 20, 2024

This PR contains the template changes to support volumegroupsnapshot for cephFS.

update #4435

@Madhu-1 Madhu-1 added the ci/skip/multi-arch-build skip building on multiple architectures label Feb 20, 2024
@Madhu-1 Madhu-1 requested review from a team February 20, 2024 08:11
@mergify mergify bot added the component/cephfs Issues related to CephFS label Feb 20, 2024
@Madhu-1
Copy link
Collaborator Author

Madhu-1 commented Feb 20, 2024

/test ci/centos/mini-e2e-helm/k8s-1.29

@Madhu-1
Copy link
Collaborator Author

Madhu-1 commented Feb 20, 2024

/test ci/centos/mini-e2e-helm/k8s-1.29

@Madhu-1
Copy link
Collaborator Author

Madhu-1 commented Feb 21, 2024

/test ci/centos/mini-e2e-helm/k8s-1.29

@@ -148,6 +148,9 @@ spec:
- "--timeout={{ .Values.provisioner.timeout }}"
- "--leader-election=true"
- "--extra-create-metadata=true"
{{- if .Values.provisioner.snapshotter.enableVolumeGroupSnapshots }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, missed here😅

Suggested change
{{- if .Values.provisioner.snapshotter.enableVolumeGroupSnapshots }}
{{- if .Values.provisioner.snapshotter.args.enableVolumeGroupSnapshots }}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed to push these changes :(

@Madhu-1
Copy link
Collaborator Author

Madhu-1 commented Feb 21, 2024

/test ci/centos/mini-e2e-helm/k8s-1.29

Copy link
Contributor

@iPraveenParihar iPraveenParihar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -148,6 +148,9 @@ spec:
- "--timeout={{ .Values.provisioner.timeout }}"
- "--leader-election=true"
- "--extra-create-metadata=true"
{{- if .Values.provisioner.snapshotter.args.enableVolumeGroupSnapshots }}
- "--enable-volume-group-snapshots=true"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe set it to false otherwise? When the external-snapshotter changes the default, it should not suddenly get enabled when it is expected to be disabled.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @nixpanic updated code where user can specify what user wants for this flag

@nixpanic
Copy link
Member

@Mergifyio rebase

deployment changes to support VGS for
cephfs.

Signed-off-by: Madhu Rajanna <[email protected]>
tempalate changes for cephfs volumegroupsnapshot
the default is set to false and user can set
the value to true to get the support for VGS.

Signed-off-by: Madhu Rajanna <[email protected]>
Copy link
Contributor

mergify bot commented Feb 22, 2024

rebase

✅ Branch has been successfully rebased

@nixpanic
Copy link
Member

@Mergifyio queue

Copy link
Contributor

mergify bot commented Feb 22, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at e6d9139

@mergify mergify bot added the ok-to-test Label to trigger E2E tests label Feb 22, 2024
@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.28

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/k8s-e2e-external-storage/1.29

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-cephfs

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e-helm/k8s-1.29

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/upgrade-tests-rbd

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.27

@ceph-csi-bot
Copy link
Collaborator

/test ci/centos/mini-e2e/k8s-1.29

@ceph-csi-bot ceph-csi-bot removed the ok-to-test Label to trigger E2E tests label Feb 22, 2024
@mergify mergify bot merged commit e6d9139 into ceph:devel Feb 22, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/skip/multi-arch-build skip building on multiple architectures component/cephfs Issues related to CephFS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants