proxmox4/templates/hypervisor/initramfs-lvm-manual.erb

12 lines
130 B
Plaintext
Executable File

#!/bin/sh
# Ensure to detect all LV
/sbin/lvm pvscan
/sbin/lvm vgscan
/sbin/lvm vgchange -ay
echo "Wait for 5s"
sleep 5
exit 0