From 9c0bf718b6217ba2885f35f29396cee0b35b8993 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 17 Aug 2021 15:32:16 +0200
Subject: [PATCH] Remove unneeded nuke cmd

---
 docs/troubleshooting.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst
index 330f2e5a2..94b3f47b2 100644
--- a/docs/troubleshooting.rst
+++ b/docs/troubleshooting.rst
@@ -413,6 +413,5 @@ OAS installation in order to start from scratch:
 
     cluster$ /usr/local/bin/k3s-killall.sh
     cluster$ systemctl disable k3s
-    cluster$ mount | egrep '(kubelet|nsfs|k3s)' | cut -d' ' -f 3 | xargs --no-run-if-empty -n 1 umount
     cluster$ rm -rf /var/lib/{rancher,OpenAppStack,kubelet,cni,docker,etcd} /etc/{kubernetes,rancher} /var/log/{OpenAppStack,containers,pods} /tmp/k3s /etc/systemd/system/k3s.service
     cluster$ systemctl reboot
-- 
GitLab