Created
July 20, 2016 03:22
-
-
Save adaiguoguo/586fc5b6812b40cc70cd697412482d56 to your computer and use it in GitHub Desktop.
老机器上lvremove
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
lvremove /dev/vol_vdb1/lvol0 | |
lvremove /dev/vol_vdb1/lvol1 | |
lvremove /dev/vol_vdb1/lvol2 | |
pvremove /dev/vdb1 --force --force | |
fdisk -c -u /dev/vdb <<EOF | |
D | |
w | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment