datashim icon indicating copy to clipboard operation
datashim copied to clipboard

change PVC Access Mode

Open Eva-Music opened this issue 11 months ago • 3 comments

Is it possible to specify Access Mode in COS Dataset? Especially I'm interested in the possibility of setting RWO access mode.

Eva-Music avatar Feb 28 '24 13:02 Eva-Music

@Eva-Music Try setting "readonly: true" as shown in this example.

srikumar003 avatar Feb 28 '24 14:02 srikumar003

@srikumar003 with "readonly: true" Access Mode = ReadOnlyMany with "readonly: false" Access Mode = ReadWriteMany but I need ReadWriteOnce

Eva-Music avatar Feb 28 '24 14:02 Eva-Music

Sorry, I didn't pay attention to the actual mode. We don't support RWO yet but we can consider a feature request (or a PR 😄)

srikumar003 avatar Feb 28 '24 15:02 srikumar003