Foreman_kubevirt plugin no way to set or change accessMode it seems to be hard coded as ReadWriteOne

Problem:

Create kubevirt vm with access mode ReadWriteMany

Expected outcome:

No option in foreman to set Access Mode.

Foreman and Proxy versions:

3.18.1

Foreman and Proxy plugin versions:

foreman_kubevirt-0.6.0

Distribution and version:

Rocky 9.7

Other relevant data:

Im not sure if this is a limitation of foreman_kubevirt or fog-kubevirt, ill be opening an issue with fog-kubevirt as well.

Hi,
Isn’t that something that should be configured on the Kubevirt side?

No other compute resources have such a feature. Not sure why Foreman should manage the permissions for the access token used for communication.

I should have been a bit more clear, this is a a feature of a kubevirt (or kubernetes) volume. They can be either ReadWriteOnce, ReadWriteMany, ReadOnlyMany (there might be others). Has nothing to do with permissions on access tokens. In this case I need my volumes to be ReadWriteMany and have determined it is hard coded as ReadWriteOnce in foreman_kubevirt so ill open an issue with that project.