UPDATE: Don't work on servers before you've had coffee .
I'm running a 7.2 cluster.
All has been working fine for months and suddenly, I get an error of a backup not completing.
I take a look from the CLI and notice that one node in the cluster no longer has its NFS shares.
That particular node has an ssh connection open and a third connection to another share on the same NFS server.
I notice that the cluster shares are no longer there.
# df
nfs:/mnt/cnx01pool/backups 4129943040 625085440 3504857600 16% /mnt
I disconnect the nfs share I was working with...
# umount /mnt
...and instantly, the two missing cluster shares come back.
# df
nfs:/mnt/cnx01pool/vmstore 3831318784 326461440 3504857344 9% /mnt/pve/nfs_vmstore
nfs:/mnt/cnx01pool/iso 3509806336 4948992 3504857344 1% /mnt/pve/nfs_iso
I was moving files around and needed to get something from another share on the NFS server so mounted that.
So, what happens, which I've confirmed by manually re-mounting again is that each time I manually mount another share from the CLI, the cluster shares disappear. Once I unmount the share I'm working with, cluster shares come back.
What's going on?
I'm running a 7.2 cluster.
All has been working fine for months and suddenly, I get an error of a backup not completing.
I take a look from the CLI and notice that one node in the cluster no longer has its NFS shares.
That particular node has an ssh connection open and a third connection to another share on the same NFS server.
I notice that the cluster shares are no longer there.
# df
nfs:/mnt/cnx01pool/backups 4129943040 625085440 3504857600 16% /mnt
I disconnect the nfs share I was working with...
# umount /mnt
...and instantly, the two missing cluster shares come back.
# df
nfs:/mnt/cnx01pool/vmstore 3831318784 326461440 3504857344 9% /mnt/pve/nfs_vmstore
nfs:/mnt/cnx01pool/iso 3509806336 4948992 3504857344 1% /mnt/pve/nfs_iso
I was moving files around and needed to get something from another share on the NFS server so mounted that.
So, what happens, which I've confirmed by manually re-mounting again is that each time I manually mount another share from the CLI, the cluster shares disappear. Once I unmount the share I'm working with, cluster shares come back.
What's going on?
Last edited: