Hi,
I have proxmox running on a system and it is working well. I just reviewed the GUI in Proxmox and noticed that it states 29GB in total in the system. However, the server actually has about 128GB of disk space and so it seems to be missing 100GB. I am trying to figure out how to expand the Proxmox FS to include all of this. Below is some relevant output.
Can anyone advise on how to expand the volume? Ideally, I would be able to do this non-disruptively.
Update - Here is more data:
I have proxmox running on a system and it is working well. I just reviewed the GUI in Proxmox and noticed that it states 29GB in total in the system. However, the server actually has about 128GB of disk space and so it seems to be missing 100GB. I am trying to figure out how to expand the Proxmox FS to include all of this. Below is some relevant output.
Can anyone advise on how to expand the volume? Ideally, I would be able to do this non-disruptively.
Code:
root@proxmox2:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 790M 9.2M 781M 2% /run
/dev/mapper/pve-root 29G 4.3G 24G 16% /
tmpfs 3.9G 43M 3.9G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 253M 288K 252M 1% /boot/efi
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 790M 0 790M 0% /run/user/0
Code:
root@proxmox2:~# fdisk -l
Disk /dev/sda: 119.2 GiB, 128035676160 bytes, 250069680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 8FA4BA29-1B16-42D9-A363-79568A6BDA17
Device Start End Sectors Size Type
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 528383 524288 256M EFI System
/dev/sda3 528384 250069646 249541263 119G Linux LVM
Disk /dev/mapper/pve-swap: 7 GiB, 7516192768 bytes, 14680064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/pve-root: 29.5 GiB, 31675383808 bytes, 61865984 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/pve-vm--151--disk--1: 4 GiB, 4294967296 bytes, 8388608 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
Disk /dev/mapper/pve-vm--152--disk--1: 6 GiB, 6442450944 bytes, 12582912 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
Update - Here is more data:
Code:
root@proxmox2:~# lvscan
ACTIVE '/dev/pve/swap' [7.00 GiB] inherit
ACTIVE '/dev/pve/root' [29.50 GiB] inherit
ACTIVE '/dev/pve/data' [67.74 GiB] inherit
ACTIVE '/dev/pve/vm-151-disk-1' [4.00 GiB] inherit
ACTIVE '/dev/pve/vm-152-disk-1' [6.00 GiB] inherit
Last edited: