ci: make runner disk grow detection robust
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 3s
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 3s
This commit is contained in:
@@ -59,7 +59,7 @@ sudo resize2fs <root-partition> # ext filesystems
|
||||
# or sudo xfs_growfs / # xfs filesystems
|
||||
```
|
||||
|
||||
If that step says `growpart not installed`, install `cloud-utils-growpart` on the runner host and rerun the workflow.
|
||||
If the step cannot find `growpart`, it tries to install `cloud-utils-growpart` with `dnf`/`yum`. If install is blocked, install it manually on the runner host and rerun the workflow. The step also prints `lsblk`; if the parent disk still shows 8GB there, AWS has not attached/refreshed the expanded EBS volume for this instance.
|
||||
|
||||
### Node version is too old
|
||||
|
||||
|
||||
Reference in New Issue
Block a user