The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Apache License 2.0
68
stars
49
forks
source link
fixed issue of not to create temp dir for ro mode #1225
The tempdir shouldn't be created when modes are ro cachemode
Pull request type
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature Enhancement
- [ ] Test Automation
- [ ] Code Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Community Operator listing
- [ ] Other (please describe):
## What is the current behavior?
-
What is the new behavior?
-
How risky is this change?
[ ] Small, isolated change
[x] Medium, requires regression testing
[ ] Large, requires functional and regression testing
Pull request checklist
To handle issue readonly cache volume PVC doesn't get created
Pull request type
Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature Enhancement - [ ] Test Automation - [ ] Code Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Community Operator listing - [ ] Other (please describe): ## What is the current behavior?-
What is the new behavior?
-
How risky is this change?