서버에 할당된 일부 공간에 문제가 있습니다. 파티션/저장소에 1TB를 추가해야 합니다.
df -h 표시
[root@SERVER ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 12G 0 12G 0% /dev
tmpfs 12G 56K 12G 1% /dev/shm
tmpfs 12G 26M 12G 1% /run
tmpfs 12G 0 12G 0% /sys/fs/cgroup
/dev/mapper/rootrhel-root 13G 3.5G 9.1G 28% /
/dev/mapper/rootrhel-opt 13G 6.6G 6.0G 53% /opt
/dev/mapper/rootrhel-storetmp 15G 34M 15G 1% /storetmp
/dev/mapper/storerhel-store 2.9T 2.6T 350G 89% /store
/dev/sda3 32G 5.5G 27G 18% /recovery
/dev/mapper/rootrhel-tmp 3.0G 46M 3.0G 2% /tmp
/dev/mapper/rootrhel-var 5.0G 253M 4.8G 5% /var
/dev/mapper/rootrhel-varlog 15G 1.3G 14G 9% /var/log
/dev/mapper/rootrhel-varlogaudit 3.0G 84M 3.0G 3% /var/log/audit
/dev/mapper/rootrhel-home 1014M 33M 982M 4% /home
/dev/sda2 1014M 358M 657M 36% /boot
/dev/sda1 200M 9.9M 190M 5% /boot/efi
tmpfs 2.4G 0 2.4G 0% /run/user/0
그리고 fdisk -l 쇼
[root@SERVER ~]# fdisk -l
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sda: 4398.0 GB, 4398046511104 bytes, 8589934592 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 label type: gpt
Disk identifier: 56EB4CE6-541B-4A54-BE1C-5F2738DEDEA4
# Start End Size Type Name
1 2048 411647 200M EFI System EFI System Partition
2 411648 2508799 1G Microsoft basic
3 2508800 69617663 32G Microsoft basic
4 69617664 6264891391 2.9T Linux LVM
5 6264891392 6405408767 67G Linux LVM
6 6405408768 6442438655 17.7G Linux swap
7 6442438656 6442450910 6M Linux filesyste
Disk /dev/mapper/rootrhel-root: 13.4 GB, 13421772800 bytes, 26214400 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/rootrhel-storetmp: 16.1 GB, 16106127360 bytes, 31457280 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/rootrhel-tmp: 3221 MB, 3221225472 bytes, 6291456 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/rootrhel-home: 1073 MB, 1073741824 bytes, 2097152 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/rootrhel-opt: 13.4 GB, 13421772800 bytes, 26214400 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/rootrhel-varlogaudit: 3221 MB, 3221225472 bytes, 6291456 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/rootrhel-varlog: 16.1 GB, 16106127360 bytes, 31457280 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/rootrhel-var: 5368 MB, 5368709120 bytes, 10485760 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/storerhel-store: 3172.0 GB, 3171980148736 bytes, 6195273728 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
이것이 parted를 사용하고 무료로 인쇄하는 모습입니다.
[root@SERVER ~]# parted
GNU Parted 3.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 4398GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
17.4kB 1049kB 1031kB Free Space
1 1049kB 211MB 210MB fat16 EFI System Partition boot
2 211MB 1285MB 1074MB xfs
3 1285MB 35.6GB 34.4GB xfs
4 35.6GB 3208GB 3172GB lvm
5 3208GB 3280GB 71.9GB lvm
6 3280GB 3299GB 19.0GB linux-swap(v1)
7 3299GB 3299GB 6275kB
3299GB 4398GB 1100GB Free Space
(parted)
따라서 1TB가 할당되지 않았지만 파티션 크기를 조정할 위치를 찾을 수 없습니다
resize2fs, xfs_growfs, fdisk, parted를 사용해 보았지만 아무 일도 일어나지 않았습니다.
가능한 해결책이 있나요? 감사해요
답변1
아직까지 추측이 있습니다만...
파티션 7인 것 같습니다. 6MB 파일 시스템이 사용되지 않습니다. 이것이 맞다면 삭제하고 새 파티션을 생성하겠습니다. 이상적으로는 pvresize
현재 파티션을 사용할 수 있도록 기존 파티션 5와 6을 디스크 끝으로 이동 store
하지만 명령줄 연습은 없습니다.
Rescue-cd를 사용할 수 있고 서버의 가동 중지 시간을 감당할 수 있는 경우, Rescue-cd를 시작하고 gparted
그래픽 프런트 엔드를 사용하여 이를 이동할 수 있습니다(명령줄 도구는 얼마 전에 이동에 대한 지원을 중단했습니다).
가동 중지 시간을 피할 수 없는 경우 가장 쉬운 방법은 사용 가능한 공간에 새 파티션을 생성하고 이를 기존 볼륨 그룹에 추가하는 것입니다. 작은 #7을 삭제하고 1TB로 다시 생성한다고 가정해 보겠습니다. (사용하는 경우 새 파티션 #8을 생성하고 아래 예에서 사용합니다.)
vgextend storerhel-store /dev/sda7
이제 A는 vgdisplay
볼륨 그룹의 여유 익스텐트 크기가 1TB(무료 PE)임을 표시해야 합니다. 나중에는 할 수 있습니다
lvextend -r -l +<Available Size> /dev/mapper/storerhel-store