Open
Conversation
Physical machine setup, troubleshooting for it, manual images rebuilding & editing .conf files
SergiusTheBest
requested changes
Jul 24, 2024
README.md
Outdated
| services: | ||
| management: | ||
| image: beegfs-demo-management | ||
| build: |
Member
There was a problem hiding this comment.
It seems the original docker-compose.yml will work for build, it just requires adding build and context for each service:
build:
context: managementSo let's change the original docker-compose.yml and remove this one from the README.
| ## Setup on non-virtual (physical) machine (Ubuntu 22.04) && Potential troubleshooting: | ||
| At first, you should follow previously mentioned instructions. Whether there are problems still, you can try the following fixes. | ||
|
|
||
| There are few tricky moments that aren’t mentioned here and very poorly mentioned on the internet. The thing is, the physical machine with docker **MUST** be connected via ethernet. Whether it is connected via wifi, it is likely that the addresses of management/metadata/storage nodes couldn’t be pinged. |
Member
There was a problem hiding this comment.
Let's add to docker-compose.yml comment that wifi interfaces are not suitable for macvlan.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Physical machine setup, troubleshooting for it, manual images rebuilding & editing .conf files