You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: