fix(engine): show host info instead of virtualization system (#425)
Description
Show host info instead of virtualization system
Related issue
Examples
Checklist
-
MR description has been reviewed -
MR changes are functionally tested -
MR does NOT have text changes OR there are text changes and they have been reviewed -
MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed -
MR does NOT have UI changes OR there are UI changes and they have been reviewed
Closes #425 (closed)
Merge request reports
Activity
added FlowIn Progress label
requested review from @fomin.list, @NikolayS, and @vitabaks
assigned to @akartasov
mentioned in issue #425 (closed)
The way of detection environment has changed in #403 (closed)
Therefore, the value of virtualization system is not taken into account. We can show in the logs the hostname that matters@akartasov I understand why we deleted the line "Virtualization system", but I don't quite understand why we need information like this "
host info: 8f36a403f591
" from a practical point of view.2022/09/16 16:04:33 dump.go:270: [INFO] Run job: logicalDump 2022/09/16 16:04:33 tools.go:452: [INFO] Docker image "postgresai/extended-postgres:14" already exists locally 2022/09/16 16:04:33 tools.go:137: [DEBUG] host info: 8f36a403f591
cc @NikolayS
mentioned in commit 892d700b
Please register or sign in to reply