Try this command if it works or not:
lvextend -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
if you get errors post output.. Also send output of command:
lvs
lets see output of #lvs
your /dev/sda4 already looks to be 1TB so you may not need to use "pvresize /dev/sda4"
#lvextend -l +100%FREE /dev/pve/root
#resize2fs /dev/mapper/pve-root
Which disk did you want to resize exactly? if its the pve it looks like its an LVM
https://forum.proxmox.com/threads/increase-local-lvm-and-vm-disk-size.121257/
It works:
#!/bin/sh
export PBS_PASSWORD=MYPASS
export PBS_REPOSITORY=root@pam@MYIP:tank9
proxmox-backup-client backup pve2-etc.pxar:/etc --include-dev /etc/pve >/dev/null 2>&1
export PBS_PASSWORD=
export PBS_REPOSITORY=
i added this script file "pve-backup" in /etc/cron.daily
works great
why...
I'm glad it worked. It will make it compatible if you ever switch host computers too which is nice. You'd be surprised how fast this x86-64-v2-AES is. I think you can try v3 it may give you a bonus too.
Enjoy! Glad it helped, this setting helped solve something completely unrelated for me...
Well you have to lookup /etc/pve/storage.cfg and /etc/pve/qemu-server normally you back up those text files to help you restore easily. otherwise you have to manually set it up again. start with /etc/pve/storage.cfg
zpool status
may have to reimport your zpools which is easy you got...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.