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

Not able to start beegfs-client docker container #4

Open
karanveersingh5623 opened this issue Mar 20, 2022 · 1 comment
Open

Not able to start beegfs-client docker container #4

karanveersingh5623 opened this issue Mar 20, 2022 · 1 comment

Comments

@karanveersingh5623
Copy link

Hi Team

I used Dockerfile in client folder to create image , below are parameters I changed as I have a running Beegfs cluster.
BEEGFS_VERSION 6 ---> 7.2.5
RUN /opt/beegfs/sbin/beegfs-setup-client -m node01 ---> -m <ip_address>

The goal is to create 10~100 docker containers as clients and run benchmarks on all clients to check real performance of beegfs

Below is the trace when running the image , please let me know what else to be configured before running beegfs-clint docker containers . I am not using docker-compose as I have a physical setup up and running . I just need to increase clients exponentially .

[root@lustre-client auto]# docker run --privileged -it precisesingh/beegfs-client:1.0 bash

  • Mounting directories from /etc/beegfs/beegfs-mounts.conf
    mount: /mnt/beegfs: unknown filesystem type 'beegfs'.
    (3) Mar20 07:25:17 Main [StreamLis] >> Listening for TCP connections: Port 8006
    (1) Mar20 07:25:17 Main [App] >> BeeGFS Helper Daemon Version: 7.2.5
    (1) Mar20 07:25:17 Main [App] >> Client log messages will be prefixed with an asterisk (*) symbol.
    (3) Mar20 07:25:17 Main [App] >> Usable NICs: eth0(TCP)
@karanveersingh5623
Copy link
Author

Hi
I was able to run container with -v option mentioned below , is it correct ?

[root@c8-i13 auto]# docker run --privileged -it -v /mnt/beegfs/:/mnt/beegfs precisesingh/beegfs-client:1.0 bash
- Mounting directories from /etc/beegfs/beegfs-mounts.conf
(3) Mar20 07:51:22 Main [StreamLis] >> Listening for TCP connections: Port 8006
(1) Mar20 07:51:22 Main [App] >> BeeGFS Helper Daemon Version: 7.2.5
(1) Mar20 07:51:22 Main [App] >> Client log messages will be prefixed with an asterisk (*) symbol.
(3) Mar20 07:51:22 Main [App] >> Usable NICs: eth0(TCP)

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

No branches or pull requests

1 participant