Created
April 7, 2020 23:18
-
-
Save develforever/487e41e899f8318debf8ee7fb0355f69 to your computer and use it in GitHub Desktop.
Revisions
-
develforever renamed this gist
Apr 7, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #!/bin/bash # Stop all running containers. lxc stop -all lxc storage list -
develforever renamed this gist
Apr 7, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
develforever created this gist
Apr 7, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Stop all running containers. lxc stop -all lxc storage list truncate -s +20G /var/lib/lxd/disks/default.img zpool set autoexpand=on default zpool status -vg default zpool online -e default device_id_from_step_above zpool set autoexpand=off default service lxd restart # Done