-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(baremetal): Check available disk space (#11469)
- Loading branch information
1 parent
44a28fc
commit 1b99c38
Showing
5 changed files
with
375 additions
and
66 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- feat(baremetal): Check available disk space (#11469) by @Tobbe | ||
|
||
Adds an early step to the `yarn rw deploy baremetal` command that checks to | ||
make sure there is enough free disk space on the server before continuing. | ||
|
||
By default it will make sure there is at least 2048 MB (2 GB) of free disk space | ||
but this can be changed by setting the new `deploy.toml` option | ||
`freeSpaceRequired` to however many MB you want. | ||
|
||
You can skip this step by passing `--no-df` to the `deploy baremetal` command or | ||
setting `freeSpaceRequired` to `0`. |
This file contains 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 characters
Oops, something went wrong.