mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
9 lines
174 B
Bash
9 lines
174 B
Bash
#!/bin/bash
|
|
|
|
exit;
|
|
|
|
#lvresize -L +300G vmdata/thinvol
|
|
lvresize -A --verbose -r -L +100% pve/data
|
|
|
|
# REF: https://forum.proxmox.com/threads/how-to-extend-lvm-thin-pool.54900/
|