ci: clarify runner disk diagnostics
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 1m11s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 1m11s
This commit is contained in:
@@ -59,7 +59,7 @@ sudo resize2fs <root-partition> # ext filesystems
|
||||
# or sudo xfs_growfs / # xfs filesystems
|
||||
```
|
||||
|
||||
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.
|
||||
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 `hostname`, `lsblk`, and the visible parent disk byte size. If `growpart` says `NOCHANGE` and the parent disk still shows 8GB, the job is running on the wrong runner/volume or the OS still has not seen the expanded EBS volume; verify the EC2 instance/volume pair and reboot/rescan the runner host.
|
||||
|
||||
### Node version is too old
|
||||
|
||||
|
||||
Reference in New Issue
Block a user