-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.18
-
Informational
-
No
-
False
-
This is an LVMS Bug Report:
Please make sure that you describe your storage configuration in detail. List all devices that you plan to work with for LVMS as well as any relevant machine configuration data to make it easier for an engineer to help out.
Description of problem:
When trying out LVMS for the first time, I feel like it's more likely for users to create a workload that mounts the PVC as a volumeMount. However, the default example for LVMS PVC creation uses `volumeMode: Block`. This means that the storage needs to be added to the pod as a volumeDevice instead of a volumeMount. In order to avoid this very common pitfall, I believe it would be in our best interested to update the default PVC example to use volumeMode: Filesystem.
See https://docs.google.com/document/d/1BKYJ11XzUVA3bAG-oGczm2GnImz9UM7BQ4qz2Z1KHds/edit#bookmark=id.onh7hcwnwdx6 for further context.