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

Questions about transfer_engine_bench #75

Open
cyLi-Tiger opened this issue Jan 10, 2025 · 1 comment
Open

Questions about transfer_engine_bench #75

cyLi-Tiger opened this issue Jan 10, 2025 · 1 comment

Comments

@cyLi-Tiger
Copy link

Hi, thanks for the great work!

I'm new to this area and may have some basic questions. I followed the guidance and installed everything. I tried to start the target node and got the following errors.

./transfer_engine_bench --mode=target \
                        --metadata_server=etcd://10.0.0.1:2379 \
                        --local_server_name=10.0.0.2:12345 \
                        --device_name=erdma_0
WARNING: Logging before InitGoogleLogging() is written to STDERR
E0110 16:55:35.139716 281933 transfer_metadata_plugin.cpp:290] EtcdStoragePlugin: unable to set mooncake/rpc_meta/10.0.0.2:12345 from 10.0.0.1:2379: connections to all backends failing
E0110 16:55:35.139793 281933 transfer_metadata.cpp:365] Failed to set location of 10.0.0.2:12345
E0110 16:55:35.140089 281933 rdma_context.cpp:387] ibv_get_device_list failed
E0110 16:55:35.140093 281933 rdma_context.cpp:66] Failed to open device erdma_0 on port  with GID 0
E0110 16:55:35.140100 281933 rdma_transport.cpp:65] RdmaTransport: cannot initialize RDMA resources

I wonder if it's okay to use docker environment, and when I tried to check my RDMA info, it seems that there are no devices in my env.

ibv_devinfo
No IB devices found

Any help would be much appreciated.

@alogfans
Copy link
Collaborator

If you do not have an RDMA card installed, you will need to refer to the documentation for instructions on setting up to use TCP mode.

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

2 participants