Skip to content

Commit

Permalink
Merge pull request #306 from jsafrane/4.14-fix-aws-attach-limit
Browse files Browse the repository at this point in the history
[4.14] OCPBUGS-33078: Explicitly reserve 1 attachment for the root disk
  • Loading branch information
openshift-merge-bot[bot] committed Apr 30, 2024
2 parents 95bcf9a + 7da9185 commit 609879c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
- --logtostderr
- --v=${LOG_LEVEL}
- --reserved-volume-attachments=1
env:
- name: CSI_ENDPOINT
value: unix:/csi/csi.sock
Expand Down

0 comments on commit 609879c

Please sign in to comment.