Skip to content

Instantly share code, notes, and snippets.

@kotnik
Created December 11, 2013 10:44
Show Gist options
  • Save kotnik/7908359 to your computer and use it in GitHub Desktop.
Save kotnik/7908359 to your computer and use it in GitHub Desktop.
Clean up after testing the DRBD
eval $(ls /dev/drbd* | sed 's/\/dev\/drbd//g' | awk '{print "drbdsetup " $1 " down;"}' ) ; lvremove -f /dev/platform_test/*-0 ; lvremove -f /dev/platform_test/*-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment