Merge "Add a step to clean all ceph references in fstab"

This commit is contained in:
Jenkins 2016-04-01 20:44:25 +00:00 committed by Gerrit Code Review
commit 7a27826c78
1 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,9 @@ ip -o link show | awk -F': ' '/vxlan/{print $2}' | while read -r ifname ; do
echo "Removing vxlan interface $ifname on the host"
ip link delete $ifname type vxlan
done
echo "Creating a fstab backup..."
sudo cp /etc/fstab /etc/fstab_backup
echo "Removing ceph references from fstab..."
sudo sed -i '/\/var\/lib\/ceph\/osd\//d' /etc/fstab