Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

bowtoyourlord
Copy link

Physical machine setup, troubleshooting for it, manual images rebuilding & editing .conf files

Physical machine setup, troubleshooting for it, manual images rebuilding & editing .conf files
README.md Outdated
services:
management:
image: beegfs-demo-management
build:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the original docker-compose.yml will work for build, it just requires adding build and context for each service:

     build:
       context: management

So 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add to docker-compose.yml comment that wifi interfaces are not suitable for macvlan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants