From 689177908be776f731f7234f83689f3dbaed96c5 Mon Sep 17 00:00:00 2001 From: colben Date: Wed, 10 Jul 2024 20:03:43 +0800 Subject: [PATCH] update --- content/post/lvm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/post/lvm.md b/content/post/lvm.md index cf9dc62..f37147f 100644 --- a/content/post/lvm.md +++ b/content/post/lvm.md @@ -89,6 +89,10 @@ categories: ["storage"] ```bash pvremove /dev/sdb1 ``` +- 同步物理卷容量 + ```bash + pvresize /dev/sdb1 + ``` ## VG 管理 - 制作 vg