|
|
楼主 |
发表于 2022-4-19 15:35:19
|
显示全部楼层
[root@centos6 ~]# growpart /dev/sda 2 c9 S5 Y# z: j* l' y) A
CHANGED: partition=2 start=1026048 old: size=61884492 end=62910540 new: size=82849317,end=83875365
( G8 g# u) P2 D6 b7 h
- w# W* j( W% C0 y3 l. E' `$ z6 o$ N8 C0 b! l
6、resize设备 pv空间大小:* K- `3 B& g% d+ e
6、Resize device pv space size:5 ~' B* b- ~: E* K) S9 Y7 I
[root@centos6 ~]# pvresize /dev/sda2 42G (注:空间大小不能大于fidisk -l 查看到的大小)
' d7 v2 P3 Q3 l Physical volume "/dev/sda2" changed |; T x4 L) _4 F; e% G- e
Failed to read physical volume "42G", k! u% t" {- r1 D
1 physical volume(s) resized / 0 physical volume(s) not resized
8 T* F b* I; D; n; B! s3 K5 m6 \ [root@centos6 ~]# pvresize /dev/sda2
7 c4 r5 O! f* O g9 S9 K1 `5 h Physical volume "/dev/sda2" changed
/ j8 Y( l- N3 T 1 physical volume(s) resized / 0 physical volume(s) not resized
8 j/ _4 l% p3 x
9 y: `" Q% Y! J3 c' I( p
, T7 H: ~& W% q8 W q1 ] \# ^, Blvextend -l +100%FREE /dev/mapper/centos-root , H3 Q, M5 P% n( \
Size of logical volume centos/root changed from 2.59 GiB (664 extents) to 78.59 GiB (20120 extents).
& t! Y1 O8 X* k5 t Logical volume centos/root successfully resized.
( D' |# o; i$ ~/ x3 x& @. V& U8 C; u! L! x8 F
! n# m- z# Z1 ?
" V: [( M$ f( G% H
xfs文件系统使用刷新磁盘:* f/ v: y! J' M& \
3 Z+ g' V% ~: M" D, X n0 k0 g2 P+ H& g6 P
" r0 q0 p1 ~$ v( K1 c
xfs_growfs /dev/mapper/centos-root , H( [* C& i5 u
meta-data=/dev/mapper/centos-root isize=512 agcount=4, agsize=169984 blks1 M& `+ @4 G( M; X/ `6 x
= sectsz=512 attr=2, projid32bit=1+ t/ A' E7 Y$ L; a& h$ t9 Q7 f
= crc=1 finobt=0 spinodes=0
# A' R+ s8 ^) _% f2 M+ }0 h data = bsize=4096 blocks=679936, imaxpct=25
7 _$ C% w E! g+ d# h; V6 \% ^. p = sunit=0 swidth=0 blks
: ~' v. z4 Y- X L t naming =version 2 bsize=4096 ascii-ci=0 ftype=1, N. i' S9 x& J, J: n# I. X4 D* C
log =internal bsize=4096 blocks=2560, version=2
8 r M0 _4 t% r$ C* a9 _ = sectsz=512 sunit=0 blks, lazy-count=1
, J9 S& K! ?& ~. a, i0 O3 B: x realtime =none extsz=4096 blocks=0, rtextents=0
" w3 `( |. ?0 w$ C data blocks changed from 679936 to 20602880
. ^* f9 T6 {8 i" H% t; a& ~ |
|