https://github.com/ziozzang/automatic-lvm-expand
Automatically Expand LVM with additional disk
https://github.com/ziozzang/automatic-lvm-expand
Last synced: 3 months ago
JSON representation
Automatically Expand LVM with additional disk
- Host: GitHub
- URL: https://github.com/ziozzang/automatic-lvm-expand
- Owner: ziozzang
- Created: 2013-06-27T06:54:22.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-27T07:01:50.000Z (about 13 years ago)
- Last Synced: 2025-01-28T18:36:37.949Z (over 1 year ago)
- Language: Shell
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
automatic-lvm-expand
====================
by Jioh L. Jung (ziozzang@gmail.com)
Automatically Expand LVM partition with additional disk.
This script is used for VM provisioning.
Configuration
=============
```
# Target Device
# - Raw disk device. you can specify one device or use wildcard
TARGET_DEVICE="/dev/sd?"
# LVM group
TARGET_VOL_GRP="VolGroup"
# LVM mountpoint target
TARGET_VOL_MP="/dev/VolGroup/lv_root"
```
You can edit environment on script.