Skip to content

Instantly share code, notes, and snippets.

@adaiguoguo
Created July 20, 2016 03:22
Show Gist options
  • Save adaiguoguo/586fc5b6812b40cc70cd697412482d56 to your computer and use it in GitHub Desktop.
Save adaiguoguo/586fc5b6812b40cc70cd697412482d56 to your computer and use it in GitHub Desktop.
老机器上lvremove
#!/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