First off, I am relatively new to proxmox. I am learning as I go.
I'm having an issue with my proxmox.
It crashed, and I was unable to access the webUI.
I ssh'd into the server and noticed my storage was full.
E: Write error - write (28: No space left on device)
I cleared the logs, then I was able to access the webUI but now I am unable to login with the root password.
I can see that rpool/ROOT/pve-1 is 100%, is there any way I can expand the storage to resolve this issue?
Just wondering if anyone can provide me with a little insight with some tips/tricks.
Please remember that I am relatively new, so be gentle/patient with me!
I'd really appreciate any help/tips.
I'm having an issue with my proxmox.
It crashed, and I was unable to access the webUI.
I ssh'd into the server and noticed my storage was full.
E: Write error - write (28: No space left on device)
I cleared the logs, then I was able to access the webUI but now I am unable to login with the root password.
I can see that rpool/ROOT/pve-1 is 100%, is there any way I can expand the storage to resolve this issue?
Just wondering if anyone can provide me with a little insight with some tips/tricks.
Please remember that I am relatively new, so be gentle/patient with me!
I'd really appreciate any help/tips.
Code:
root@pve:/dev# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 322M 2.9G 11% /run
rpool/ROOT/pve-1 1.3G 1.3G 0 100% /
tmpfs 16G 40M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
rpool 128K 128K 0 100% /rpool
rpool/data 128K 128K 0 100% /rpool/data
rpool/ROOT 128K 128K 0 100% /rpool/ROOT
zfs1/ZFS1 16T 2.8G 16T 1% /mnt/ZFS1
zfs1 16T 256K 16T 1% /zfs1
/dev/fuse 128M 20K 128M 1% /etc/pve
tmpfs 3.2G 0 3.2G 0% /run/user/0
root@pve:/dev# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 225G 0B 104K /rpool
rpool/ROOT 1.23G 0B 96K /rpool/ROOT
rpool/ROOT/pve-1 1.23G 0B 1.23G /
rpool/data 224G 0B 96K /rpool/data
rpool/data/vm-100-disk-0 11.2G 0B 11.2G -
rpool/data/vm-101-disk-0 201G 0B 201G -
rpool/data/vm-101-disk-1 3.34G 0B 3.34G -
rpool/data/vm-102-disk-0 8.39G 0B 8.39G -
zfs1 2.74G 15.4T 205K /zfs1
zfs1/ZFS1 2.73G 15.4T 2.73G /mnt/ZFS1
root@pve:/dev# zfs list -o space
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
rpool 0B 225G 0B 104K 0B 225G
rpool/ROOT 0B 1.23G 0B 96K 0B 1.23G
rpool/ROOT/pve-1 0B 1.23G 0B 1.23G 0B 0B
rpool/data 0B 224G 0B 96K 0B 224G
rpool/data/vm-100-disk-0 0B 11.2G 0B 11.2G 0B 0B
rpool/data/vm-101-disk-0 0B 201G 0B 201G 0B 0B
rpool/data/vm-101-disk-1 0B 3.34G 0B 3.34G 0B 0B
rpool/data/vm-102-disk-0 0B 8.39G 0B 8.39G 0B 0B
zfs1 15.4T 2.74G 0B 205K 0B 2.74G
zfs1/ZFS1 15.4T 2.73G 0B 2.73G 0B 0B
Last edited: