Skip to content

Commit bd113a7

Browse files
tonytrghubot
authored andcommitted
transfer_size are estimated data transfer sizes (#488)
* Update bin/ghe-host-check
1 parent c3eac99 commit bd113a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/ghe-host-check

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,17 @@ SKIP_MSG
184184
echo " - Recommended Disk requirement is $recommended_disk_req MB" 1>&2
185185
echo "" 1>&2
186186

187-
printf '### Data Transfer Sizes
187+
printf '### Estimated Data Transfer Sizes
188+
188189
- repositories: %d MB
189190
- pages: %d MB
190191
- elasticsearch: %d MB
191192
- storage: %d MB
192193
- minio: %d MB
193194
- mysql: %d MB
194195
- actions: %d MB
195-
- mssql: %d MB\n' \
196+
- mssql: %d MB
197+
\n' \
196198
"$repos_disk_size" "$pages_disk_size" "$es_disk_size" "$stor_disk_size" "$minio_disk_size" "$mysql_disk_size" "$actions_disk_size" "$mssql_disk_size" 1>&2
197199

198200
if [[ $((available_space / (1024 * 1024))) -lt $min_disk_req ]]; then

0 commit comments

Comments
 (0)