I have 2 nodes Proxmox cluster. For KVM images I use DRBD device with GFS2 on it. Everything works fine except GFS2 automounting after server restart.
I put in fstab:
/dev/drbd0 /cluster/drbd0 gfs2 rw,noatime,nodiratime,_netdev 0 0
Manually it mounts ok (mount /dev/drbd0
), but after every restart I have to mount it manually.
Since I use Proxmox it is preferably to use its capabilities.
So, how to make this mount point automount?