Skip to content

cinder-csi: Disable uuid checks on XFS#1614

Merged
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
jsafrane:force-nouuid
Aug 19, 2021
Merged

cinder-csi: Disable uuid checks on XFS#1614
k8s-ci-robot merged 1 commit intokubernetes:masterfrom
jsafrane:force-nouuid

Conversation

@jsafrane
Copy link
Copy Markdown
Member

@jsafrane jsafrane commented Jul 30, 2021

What this PR does / why we need it:
Add 'nouuid' mount option to all XFS mounts to be able to mount a volume and its restored snapshot on the same node. Without the option, such a mount fails, because XFS detects that two different volumes with the same filesystem UUID are being mounted.

See container-storage-interface/spec#482

Release note:

[cinder-csi-plugin] Added support to mount a volume with XFS filesystem and its restored snapshot on the same node.

Add 'nouuid' mount option to all XFS mounts to be able to mount a volume
and its restored snapshot on the same node. Without the option, such a
mount fails, because XFS detects that two different volumes with the same
filesystem UUID are being mounted.
@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jul 30, 2021
@k8s-ci-robot k8s-ci-robot requested review from adisky and zetaab July 30, 2021 15:01
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 30, 2021
@ramineni
Copy link
Copy Markdown
Contributor

ramineni commented Aug 4, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 4, 2021
@jichenjc
Copy link
Copy Markdown
Contributor

I am curious why the e2e and other test not started... I knew we have trouble in gate but not sure why it's not testing at all?

@jichenjc
Copy link
Copy Markdown
Contributor

the change looks good

@jsafrane
Copy link
Copy Markdown
Member Author

@jichenjc @ramineni can you please /approve this?

@jichenjc
Copy link
Copy Markdown
Contributor

given the gate already have 1.22 released
I think we can merge this now

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jichenjc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 19, 2021
@k8s-ci-robot k8s-ci-robot merged commit 295f57c into kubernetes:master Aug 19, 2021
jsafrane added a commit to jsafrane/cloud-provider-openstack that referenced this pull request Aug 23, 2021
Add 'nouuid' mount option to all XFS mounts to be able to mount a volume
and its restored snapshot on the same node. Without the option, such a
mount fails, because XFS detects that two different volumes with the same
filesystem UUID are being mounted.
openshift-merge-robot added a commit to openshift/cloud-provider-openstack that referenced this pull request Aug 26, 2021
Bug 1988374: UPSTREAM: 1988374: Disable uuid checks on XFS (kubernetes#1614)
powellchristoph pushed a commit to powellchristoph/cloud-provider-openstack that referenced this pull request Jan 19, 2022
Add 'nouuid' mount option to all XFS mounts to be able to mount a volume
and its restored snapshot on the same node. Without the option, such a
mount fails, because XFS detects that two different volumes with the same
filesystem UUID are being mounted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants