|
Re: DAOS_test failed
Hi Anton,
The last one that we’ve tried and worked for us was MOFED 5.0.2 which is what we currently use for our test clusters that use ofi+verbs;ofi_rxm provider.
Thanks,
~~Alex.
Hi Anton,
The last one that we’ve tried and worked for us was MOFED 5.0.2 which is what we currently use for our test clusters that use ofi+verbs;ofi_rxm provider.
Thanks,
~~Alex.
|
By
Oganezov, Alexander A
·
#1165
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hi Tom,
After booting I run the following 2 commands:
root@intel-S2600WFD:~/daos# cat /proc/meminfo | grep Huge
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
FileHugePages: 0 kB
Hi Tom,
After booting I run the following 2 commands:
root@intel-S2600WFD:~/daos# cat /proc/meminfo | grep Huge
AnonHugePages: 0 kB
ShmemHugePages: 0 kB
FileHugePages: 0 kB
|
By
Gert Pauwels
·
#1164
·
|
|
Re: DAOS_test failed
MOFED 5.0 works well, 5.1 seems to have an incompatibility with libfabric currently. (Note this is not a supported list or anything - This is just what we've used successfully.)
Regards,
-Patrick
MOFED 5.0 works well, 5.1 seems to have an incompatibility with libfabric currently. (Note this is not a supported list or anything - This is just what we've used successfully.)
Regards,
-Patrick
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1163
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hello Gert,
It’s likely the thread lib init failure is due to a problem with hugepages configuration as spdk_thread_lib_init() only calls spdk_mempool_create().
Can you please do some debug
Hello Gert,
It’s likely the thread lib init failure is due to a problem with hugepages configuration as spdk_thread_lib_init() only calls spdk_mempool_create().
Can you please do some debug
|
By
Nabarro, Tom
·
#1162
·
|
|
Re: DAOS_test failed
I'm using Optane PMEM ( there are 4 modules 512GB each, two PMEM modules near each socket). I created /dev/pmem0 and /dev/pmem1 devices using `ipmctl create -goal PersistentMemoryType=AppDirect`
I'm using Optane PMEM ( there are 4 modules 512GB each, two PMEM modules near each socket). I created /dev/pmem0 and /dev/pmem1 devices using `ipmctl create -goal PersistentMemoryType=AppDirect`
|
By
anton.brekhov@...
·
#1161
·
|
|
Re: DAOS_test failed
It sounds like the DAOS server is not able to register memory to initiate a RDMA. Could you please tell me more about the network and storage you use on the server? Optane PMEM or DRAM? Also, what
It sounds like the DAOS server is not able to register memory to initiate a RDMA. Could you please tell me more about the network and storage you use on the server? Optane PMEM or DRAM? Also, what
|
By
Lombardi, Johann
·
#1160
·
|
|
Re: DAOS_test failed
This is errors from daos_server.log :
09/11-20:41:22.58 apache512 DAOS[10757/10786] hg ERR # NA -- Error -- /builddir/build/BUILD/mercury-2.0.0a1/src/na/na_ofi.c:4196
# na_ofi_mem_register():
This is errors from daos_server.log :
09/11-20:41:22.58 apache512 DAOS[10757/10786] hg ERR # NA -- Error -- /builddir/build/BUILD/mercury-2.0.0a1/src/na/na_ofi.c:4196
# na_ofi_mem_register():
|
By
anton.brekhov@...
·
#1159
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hi Tom,
After applying the patch you provided the error is now:
09/11-17:47:17.20 intel-S2600WFD DAOS[11713/11713] bio ERR src/bio/bio_xst 09/11-17 ream.c:369 bio_spdk_env_init() Failed to
Hi Tom,
After applying the patch you provided the error is now:
09/11-17:47:17.20 intel-S2600WFD DAOS[11713/11713] bio ERR src/bio/bio_xst 09/11-17 ream.c:369 bio_spdk_env_init() Failed to
|
By
Gert Pauwels
·
#1158
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Thanks Gurt,
Yes, that was only to get the identify application running, which looks like it runs fine as expected given the problem looks like initializing the thread library which identify
Thanks Gurt,
Yes, that was only to get the identify application running, which looks like it runs fine as expected given the problem looks like initializing the thread library which identify
|
By
Nabarro, Tom
·
#1157
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hello,
You and Gurt are experiencing the same issue:
09/10-14:23:55.96 intel-S2600WFD DAOS[260088/260088] bio ERR src/bio/bio_xstream.c:367 bio_spdk_env_init() Failed to init SPDK thread
Hello,
You and Gurt are experiencing the same issue:
09/10-14:23:55.96 intel-S2600WFD DAOS[260088/260088] bio ERR src/bio/bio_xstream.c:367 bio_spdk_env_init() Failed to init SPDK thread
|
By
Nabarro, Tom
·
#1156
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hi Tom,
I set the variable LD_LIBRARY_PATH as you indicated to spdk library path and that indeed solves the problem for the identify application. Now the identify application returns all the data as
Hi Tom,
I set the variable LD_LIBRARY_PATH as you indicated to spdk library path and that indeed solves the problem for the identify application. Now the identify application returns all the data as
|
By
Gert Pauwels
·
#1155
·
|
|
Re: DAOS_test failed
Johann thanks! You right, and also I've run daos_test compiled from source. Now I've ran from package daos-tests (RPM of v1.0.1) and it works, but one test is stuck:
DAOS_IOD_SINGLE:NVMe
size:
Johann thanks! You right, and also I've run daos_test compiled from source. Now I've ran from package daos-tests (RPM of v1.0.1) and it works, but one test is stuck:
DAOS_IOD_SINGLE:NVMe
size:
|
By
anton.brekhov@...
·
#1154
·
Edited
|
|
Re: DAOS_test failed
Looks better. The network stack seems to be properly initialized now.
The failure you see now (“undefined symbol: dmg_pool_create”) is related to the C wrapper of the dmg command which is used to
Looks better. The network stack seems to be properly initialized now.
The failure you see now (“undefined symbol: dmg_pool_create”) is related to the C wrapper of the dmg command which is used to
|
By
Lombardi, Johann
·
#1153
·
|
|
Re: DAOS_test failed
Hi,
we run 1.0.1 with these settings:
# DAOS 1.0.1 client-side settings for Mellanox InfiniBand:
export OFI_INTERFACE="ib0"
export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm"
export
Hi,
we run 1.0.1 with these settings:
# DAOS 1.0.1 client-side settings for Mellanox InfiniBand:
export OFI_INTERFACE="ib0"
export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm"
export
|
By
mhennecke@...
·
#1152
·
|
|
Re: DAOS_test failed
Could you please try with export OFI_DOMAIN="mlx5_0"?
If it does not work, please collect the the daos logs (i.e. /tmp/daos.log).
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of
Could you please try with export OFI_DOMAIN="mlx5_0"?
If it does not work, please collect the the daos logs (i.e. /tmp/daos.log).
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of
|
By
Lombardi, Johann
·
#1150
·
|
|
Re: DAOS_test failed
Johann thanks!
I've set export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm" both on storage server and client and now I'get an error -1020:
export OFI_INTERFACE=ib0
export
Johann thanks!
I've set export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm" both on storage server and client and now I'get an error -1020:
export OFI_INTERFACE=ib0
export
|
By
anton.brekhov@...
·
#1149
·
|
|
Re: DAOS_test failed
Hi Anton,
Since you use 1.0.1, you also need to set CRT_PHY_ADDR_STR (not required any longer in 1.2/master) as follows:
export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm"
Hope this helps.
Hi Anton,
Since you use 1.0.1, you also need to set CRT_PHY_ADDR_STR (not required any longer in 1.2/master) as follows:
export CRT_PHY_ADDR_STR="ofi+verbs;ofi_rxm"
Hope this helps.
|
By
Lombardi, Johann
·
#1148
·
|
|
DAOS_test failed
Hi everyone!
Im trying to make simple cluster of two nodes connected to IB network. One node is with PMEM and other one is client (for daos agent). I installed rpm for centos 7 v1.0.1
Here is
Hi everyone!
Im trying to make simple cluster of two nodes connected to IB network. One node is with PMEM and other one is client (for daos agent). I installed rpm for centos 7 v1.0.1
Here is
|
By
anton.brekhov@...
·
#1147
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Same problem here, I used the master branch of daos on ubuntu 20.04.1
I also met this error when starting the daos_server:The same message was printed in /tmp/daos_server.log:
The identify error also
Same problem here, I used the master branch of daos on ubuntu 20.04.1
I also met this error when starting the daos_server:The same message was printed in /tmp/daos_server.log:
The identify error also
|
By
Yunjae Lee
·
#1146
·
|
|
Re: DAOS Distributed Transaction
Hi Johann,
Thank you for your reply. It helps a lot.
Regards,
Changwoo Min
Hi Johann,
Thank you for your reply. It helps a lot.
Regards,
Changwoo Min
|
By
Changwoo Min
·
#1145
·
|