Good evening everyone,
The /var/lib/data partition is not mounted on one of the two nodes in my cluster. As a result, the / partition fills up to 100%:
I compared the /etc/fstab file with the other node and it seems to be missing the mount:
What do you recommend that I do to resolve this issue?
Thank you in advance for your help.
The /var/lib/data partition is not mounted on one of the two nodes in my cluster. As a result, the / partition fills up to 100%:
Code:
df -h
Filesystem Size Used Avail Use% Mounted on
udev 2.9G 0 2.9G 0% /dev
tmpfs 595M 61M 534M 11% /run
/dev/mapper/pve-root 15G 15G 0 100% /
tmpfs 3.0G 57M 2.9G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.0G 0 3.0G 0% /sys/fs/cgroup
/dev/fuse 30M 28K 30M 1% /etc/pve
/dev/sdb1 97M 5.5M 92M 6% /var/lib/ceph/osd/ceph-1
tmpfs 595M 0 595M 0% /run/user/1003
I compared the /etc/fstab file with the other node and it seems to be missing the mount:
Code:
cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
What do you recommend that I do to resolve this issue?
Thank you in advance for your help.