Cloud Volume Fails To Mount With RWX #1179
Replies: 6 comments
-
AFAIK Hetzner Cloud Volumes do not support ReadWriteMany, you should use Longhorn instead. |
Beta Was this translation helpful? Give feedback.
-
It is data that scale much, so I am worried about the space on the servers. Do you know what performance i could expect from a storage box? |
Beta Was this translation helpful? Give feedback.
-
You can still use Cloud Volumes via Longhorn. For database storage I would recommend using local node storage (which is NVME, cloud volumes use SSD-s). |
Beta Was this translation helpful? Give feedback.
-
Hold would I configure this? So I can ensure it is using the cloud volume? It is avatar files. |
Beta Was this translation helpful? Give feedback.
-
You can set You should look at the comments in kube.tf and search issues and discussions of this project for more info. |
Beta Was this translation helpful? Give feedback.
-
@Frodothedwarf Please follow the good advice above from @transmogrifix, and also search this project, others have had similar issues. Moving this to a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to mount the Hetzner Volume i created but the mount keeps failing on RWX, i tried downgrading the nfs-client as other bugs reported with no luck.
I tried creating with ReadWriteOnce, that did work.
This is my PVC:
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: avatar-pv-claim spec: storageClassName: hcloud-volumes accessModes: - ReadWriteMany resources: requests: storage: 95Gi
Describe from PVC:
Kube.tf file
Screenshots
No response
Platform
Mac
Beta Was this translation helpful? Give feedback.
All reactions