proxmox default storage:
cek storager
df -h
outpu
root@pve2:~# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 1.3M 3.2G 1% /run /dev/mapper/pve-root 94G 2.5G 87G 3% / tmpfs 16G 46M 16G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda2 1022M 344K 1022M 1% /boot/efi /dev/fuse 128M 16K 128M 1% /etc/pve tmpfs 3.2G 0 3.2G 0% /run/user/0 root@pve2:~#
remove local-lvm storage
lvremove /dev/pve/data
- output ``` root@pve2:~# lvremove /dev/pve/data Do you really want to remove active logical volume pve/data? [y/n]: y Logical volume "data" successfully removed root@pve2:~# ```
lvresize -l +100%FREE /dev/pve/root
- output ``` root@pve2:~# lvresize -l +100%FREE /dev/pve/root Size of logical volume pve/root changed from 96.00 GiB (24576 extents) to <944.87 GiB (241886 extents). Logical volume pve/root successfully resized. root@pve2:~# ```
resize2fs /dev/mapper/pve-root
- output ``` root@pve2:~# resize2fs /dev/mapper/pve-root resize2fs 1.46.5 (30-Dec-2021) Filesystem at /dev/mapper/pve-root is mounted on /; on-line resizing required old_desc_blocks = 12, new_desc_blocks = 119 The filesystem on /dev/mapper/pve-root is now 247691264 (4k) blocks long. root@pve2:~# ```
- output ``` root@pve2:~# df -h Filesystem Size Used Avail Use% Mounted on udev 16G 0 16G 0% /dev tmpfs 3.2G 1.2M 3.2G 1% /run /dev/mapper/pve-root 930G 2.5G 889G 1% / tmpfs 16G 46M 16G 1% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock /dev/sda2 1022M 344K 1022M 1% /boot/efi /dev/fuse 128M 16K 128M 1% /etc/pve tmpfs 3.2G 0 3.2G 0% /run/user/0 root@pve2:~# ```
Remove local-lvm from GUI
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
proxmox default storage:

cek storager
outpu
remove local-lvm storage
Remove local-lvm from GUI

rbsetiawan referenced this issue 1 month ago