[SOLVED] Bind Mount in combination with HA?

Kornelius777

Member
Nov 6, 2022
35
1
13
Dear all,

I'm running an HA LXC which replicates every 15 minutes, because data might have changed.
To get away from this high replication rate, I was under the assumption that I might put the data onto my NAS.
To achieve that, I mounted a NAS directory via NFS into the host. Works as expected.
Same procedure on each of the three hosts - all three use the same mount point in the same way.

However,

when trying to hand the mount point over into the HA guest, I get the following error message:

Code:
root@proxmox-3:~# pct set 103 -mp0 /NFS/xxxxxxxx,mp=/usr/local/share/yyyyyyyy
cannot add non-replicatable volume to a replicated VM

How would I achieve this?
- HA LXC
- exported data on the NAS

Could somebody please give me a hand?

Kind regards,
 
Hi,
Proxmox VE has no way of knowing that the bind mount is actually shared across node. You should be able to add it with
pct set 103 -mp0 /NFS/xxxxxxxx,mp=/usr/local/share/yyyyyyyy,replicate=0
 
  • Like
Reactions: Mark Tetrode

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!