Directory as mountpoint in cluster storage - size incorrect on other nodes

Well yes, the answer is the answer: the "shared" flag does not share something, but it indicates to proxmox that the storage is already shared between the nodes

You need some sort of clustered file system to actually "share" the data between nodes, the flag only says "expect shared data under this path on all nodes", the other nodes then check their version of the path, but nothing is mounted, so they display the size of the local root disk.
 
Well yes, the answer is the answer: the "shared" flag does not share something, but it indicates to proxmox that the storage is already shared between the nodes

You need some sort of clustered file system to actually "share" the data between nodes, the flag only says "expect shared data under this path on all nodes", the other nodes then check their version of the path, but nothing is mounted, so they display the size of the local root disk.
Correct, I managed to get NFS sharing working.

It's a bit tempermental though and I often need to restart nodes.
And it seems everytime I need to run on startup to share to other nodes?:
Code:
exportfs -a && systemctl restart nfs-kernel-server

Any idea why? Have I failed to create a service that executes this?
 
Did you enable the services? (i.e. systemctl enable nfs-kernel-server) What does systemctl status nfs-kernel-server print after boot?

NFS can certainly be a bit shaky from time to time...
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!