Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Linux.LVM ====== ===== Изменить размер раздела на Скале ===== <code BASH> #LVM resize less ./config.pvs prlctl stop ISOJ-prod-se-1-202 prl_disk_tool resize -i --hdd ./harddisk1.hdd prl_disk_tool resize --size 130G --hdd ./harddisk1.hdd prl_disk_tool resize -i --hdd ./harddisk1.hdd prlctl list -a prlctl start ISOJ-prod-se-1-202 #LVM resize umount /mnt/backend/ lsblk df -h pvresize /dev/vdb lvextend -L+10G /dev/mapper/ISOJ--prod--se-isoj--backend e2fsck -f /dev/ISOJ-prod-se/isoj-backend resize2fs /dev/ISOJ-prod-se/isoj-backend mount /mnt/backend/ df -h </code> linux/lvm.txt Last modified: 2021/09/13 14:36by admin