From ef61f57f5899ef8c83a3e6ed1208f73bdbafe8e3 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 28 Feb 2022 21:26:03 +0000 Subject: [PATCH] Update Graceful Reboot.md --- homelab/docs/Graceful Reboot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homelab/docs/Graceful Reboot.md b/homelab/docs/Graceful Reboot.md index 6a64cf2b..74793798 100644 --- a/homelab/docs/Graceful Reboot.md +++ b/homelab/docs/Graceful Reboot.md @@ -4,7 +4,7 @@ The NAS is relied upon for many other hosts on the network, which need to be off 2. `docker-compose down` the stacks which rely on the NAS 3. `cat /etc/fstab` to get the list of mount points which rely on the NAS 4. For each NAS mount, run `sudo umount` for that share. -5. Offline the NAS. SSH into the NAS and run `shutdown now`. +5. Offline the NAS. Press the physical power button on the NAS. 6. Perform necessary maintenance, then reboot the NAS. 7. After the NAS WebUI is available, SSH into the server and run `sudo mount -a` 8. Online the stacks affected by step 2. @@ -45,4 +45,4 @@ delete system name-server 1.1.1.1 set system name-server 192.168.1.22 commit; save; exit ``` -4. Done. \ No newline at end of file +4. Done.