This commit is contained in:
2026-09-06 13:17:57 +08:00
parent 7c5ad9b0c4
commit 487959f30f
4 changed files with 60 additions and 21 deletions

View File

@@ -203,8 +203,13 @@ LVM 场景下VG 的可用空间不足。脚本会先尝试扩展 PV 占满磁
```
LinuxDiskAutoExpansion/
├── src/
│ └── main.sh # 主脚本
├── README.md # 项目说明文档
│ └── main.sh # 主脚本
├── debug/
│ └── logs/ # 调试日志
│ ├── ubuntu.log
│ └── centos.log
├── README.md # 项目说明文档
├── USAGE.md # 详细使用文档
└── LinuxDiskAutoExpansion.iml
```