I know this has come up before, but I still can't find a solution that works for me. I have a NAS storage shared with all 3 nodes in my cluster. All nodes are running 9.0.11. I get the little capacity icon under each node but when I look at the backups tab under my pve2 it is empty. All other nodes show my stored backups. Same for images and templates. When I navigate to the mount in shell on pve2 and try ls I get:
All storage.cfg files are the same
I've tried unmounting and remounting and rebooting machines. pve2 can ping the NAS and vice versa. All I can figure is pve2 is incorrectly configured somewhere else, but I don't know where to look. Any direction I can go with this is appreciated.
Code:
ls: reading directory '.': Input/output error
All storage.cfg files are the same
Code:
dir: local
path /var/lib/vz
content vztmpl,iso
shared 0
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
nfs: TrueNAS
export /mnt/bertha/pvebackup
path /mnt/pve/TrueNAS
server 10.0.0.4
content vztmpl,iso,backup
prune-backups keep-all=1
rbd: CephShare
content images,rootdir
krbd 0
pool CephShare
I've tried unmounting and remounting and rebooting machines. pve2 can ping the NAS and vice versa. All I can figure is pve2 is incorrectly configured somewhere else, but I don't know where to look. Any direction I can go with this is appreciated.