|
Re: How to setup a client to send request to a 2-server replication cluster
Hi Ping,
You just need to create the /var/run/daos_agent directory (or use oursystemd unit files) and run the daos_agent on the client node (i.e. daos_agent -o yaml_file &). A template of the
Hi Ping,
You just need to create the /var/run/daos_agent directory (or use oursystemd unit files) and run the daos_agent on the client node (i.e. daos_agent -o yaml_file &). A template of the
|
By
Lombardi, Johann
·
#1316
·
|
|
How to setup a client to send request to a 2-server replication cluster
Hi all,
I am looking for a way to setup a client node (client1) to send single KV to a server node (server1) with a replica (server2)
I used the daos_test application (client) residing on the
Hi all,
I am looking for a way to setup a client node (client1) to send single KV to a server node (server1) with a replica (server2)
I used the daos_test application (client) residing on the
|
By
ping.wong@...
·
#1315
·
|
|
Re: Error on simple test on POSIX container
Hi Yunjae,
Any progress? Thanks in advance.
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of Yunjae Lee <lyj7694@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
Hi Yunjae,
Any progress? Thanks in advance.
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of Yunjae Lee <lyj7694@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
|
By
Lombardi, Johann
·
#1314
·
|
|
Re: Announcement: DAOS License Change
Hi John,
Good question. While a traditional BSD license does not have this, we changed to the BSD 2 *Plus Patent* License - which adds this clause to the traditional BSD license to ensure we still
Hi John,
Good question. While a traditional BSD license does not have this, we changed to the BSD 2 *Plus Patent* License - which adds this clause to the traditional BSD license to ensure we still
|
By
Prantis, Kelsey
·
#1313
·
|
|
Re: Announcement: DAOS License Change
Thanks for sharing this Kelsey and congrats! Very cool.
I'm just curious whether you all considered that Apache includes an express patent grant from the contributor but, my understanding is that,
Thanks for sharing this Kelsey and congrats! Very cool.
I'm just curious whether you all considered that Apache includes an express patent grant from the contributor but, my understanding is that,
|
By
John Bent
·
#1312
·
|
|
Announcement: DAOS License Change
DAOS Community,
As announced at the DAOS User Group, DAOS will be changing its license to a more permissive license.
The DAOS project is currently licensed under the Apache License, Version 2. The
DAOS Community,
As announced at the DAOS User Group, DAOS will be changing its license to a more permissive license.
The DAOS project is currently licensed under the Apache License, Version 2. The
|
By
Prantis, Kelsey
·
#1311
·
|
|
Re: DUG'20 videos
I have also created a playlist with all the videos. It is available here:
https://www.youtube.com/playlist?list=PLkLsgO4eC8RKAaLZ3oxO3qLcrzYKHXNDm
Cheers,
Johann
From:<daos@daos.groups.io> on
I have also created a playlist with all the videos. It is available here:
https://www.youtube.com/playlist?list=PLkLsgO4eC8RKAaLZ3oxO3qLcrzYKHXNDm
Cheers,
Johann
From:<daos@daos.groups.io> on
|
By
Lombardi, Johann
·
#1310
·
|
|
DUG'20 videos
Hi there,
The recordings of the DUG’20 presentations are now available online on our YouTube channel (https://www.youtube.com/channel/UCVP4e_UTnSJg15Cm80UtNwg/videos).
Thanks Andrey!
Hi there,
The recordings of the DUG’20 presentations are now available online on our YouTube channel (https://www.youtube.com/channel/UCVP4e_UTnSJg15Cm80UtNwg/videos).
Thanks Andrey!
|
By
Lombardi, Johann
·
#1309
·
|
|
Re: Error on simple test on POSIX container
Hi Johann,
Currently I'm testing some features of DAOS on the servers with CentOS 7.7 installed.
I can test the socket provider on Ubuntu 20.04 after the test is done.
I'll let you know if it works or
Hi Johann,
Currently I'm testing some features of DAOS on the servers with CentOS 7.7 installed.
I can test the socket provider on Ubuntu 20.04 after the test is done.
I'll let you know if it works or
|
By
Yunjae Lee
·
#1308
·
|
|
Re: Error on simple test on POSIX container
Hi Yunjae,
I have just tried with Ubuntu 20.04 and couldn’t reproduce. That being said, I am using the sockets provider and notofi+verbs;ofi_rxm like in your case.
Could you please confirm that
Hi Yunjae,
I have just tried with Ubuntu 20.04 and couldn’t reproduce. That being said, I am using the sockets provider and notofi+verbs;ofi_rxm like in your case.
Could you please confirm that
|
By
Lombardi, Johann
·
#1307
·
|
|
Re: daos_test failing with Infiniband
Hi Peter,
I saw something similar a while ago when our mpi-based applications ended up compiling against ‘bad’ version of MPI, or more specifically MPI that links bad UCX (ucx provides
Hi Peter,
I saw something similar a while ago when our mpi-based applications ended up compiling against ‘bad’ version of MPI, or more specifically MPI that links bad UCX (ucx provides
|
By
Oganezov, Alexander A
·
#1306
·
|
|
Re: daos_test failing with Infiniband
I see, then maybe libucs is somehow used under the hood. Are you using the MOFED stack?
Maybe you could try to reduce FI_UNIVERSE_SIZE to 512 (i.e. export FI_UNIVERSE_SIZE=512).
Cheers,
Johann
I see, then maybe libucs is somehow used under the hood. Are you using the MOFED stack?
Maybe you could try to reduce FI_UNIVERSE_SIZE to 512 (i.e. export FI_UNIVERSE_SIZE=512).
Cheers,
Johann
|
By
Lombardi, Johann
·
#1305
·
|
|
Re: daos_test failing with Infiniband
I have specified ofi+verbs;ofi_rxm
What should I look into to get libfabric to load a supported library?
Thank you for your reply.
I have specified ofi+verbs;ofi_rxm
What should I look into to get libfabric to load a supported library?
Thank you for your reply.
|
By
Peter
·
#1304
·
|
|
Re: daos_test failing with Infiniband
Hi Peter,
Could you please advise what provider you have specified in the DAOS yaml file? Libfabric seems to be loading libucs.so which is, AFAIK, a library of UCX that we don’t support.
Hi Peter,
Could you please advise what provider you have specified in the DAOS yaml file? Libfabric seems to be loading libucs.so which is, AFAIK, a library of UCX that we don’t support.
|
By
Lombardi, Johann
·
#1303
·
|
|
daos_test failing with Infiniband
Hello,
I have had issues getting DAOS to work with Infiniband, and I have been unable to diagnose the issue. I am running DAOS v1.1.1 and have tested both rpms and built from source, on Cent OS 7.
I
Hello,
I have had issues getting DAOS to work with Infiniband, and I have been unable to diagnose the issue. I am running DAOS v1.1.1 and have tested both rpms and built from source, on Cent OS 7.
I
|
By
Peter
·
#1302
·
|
|
Re: Error on simple test on POSIX container
Hi Johann,
I've seen the problem also in v1.1.2 on Ubuntu 20.04.
I reinstalled CentOS 7.7 on the server machine, and as your experiment showed, the problem has gone now.
I guess there is a
Hi Johann,
I've seen the problem also in v1.1.2 on Ubuntu 20.04.
I reinstalled CentOS 7.7 on the server machine, and as your experiment showed, the problem has gone now.
I guess there is a
|
By
Yunjae Lee
·
#1301
·
|
|
Re: Error on simple test on POSIX container
Hi there,
The fact that you can only reproduce this mercury/transport error with dfuse and not DFS is interesting.
I have just tried on CentOS and couldn’t reproduce this on latest master. I
Hi there,
The fact that you can only reproduce this mercury/transport error with dfuse and not DFS is interesting.
I have just tried on CentOS and couldn’t reproduce this on latest master. I
|
By
Lombardi, Johann
·
#1300
·
|
|
Auto-generation of server config file
Given a host set with homogenous hardware configuration it should now be possible to generate an optimal server configuration file for DAOS using the command ‘dmg config generate’, more details
Given a host set with homogenous hardware configuration it should now be possible to generate an optimal server configuration file for DAOS using the command ‘dmg config generate’, more details
|
By
Nabarro, Tom
·
#1299
·
|
|
Re: Error on simple test on POSIX container
Hi Johann,
Yes, I'm using "ofi+verbs;ofi_rxm".
I guess the problem is independent to the DFS, since issuing small DFS IO showed no errors.
Thanks,
Yunjae
Hi Johann,
Yes, I'm using "ofi+verbs;ofi_rxm".
I guess the problem is independent to the DFS, since issuing small DFS IO showed no errors.
Thanks,
Yunjae
|
By
Yunjae Lee
·
#1298
·
|
|
Re: Error on simple test on POSIX container
Hi there,
I assume that you are using “ofi+verbs;ofi_rxm” as the provider, right?
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of Yunjae Lee <lyj7694@...>
Reply-To:
Hi there,
I assume that you are using “ofi+verbs;ofi_rxm” as the provider, right?
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of Yunjae Lee <lyj7694@...>
Reply-To:
|
By
Lombardi, Johann
·
#1297
·
|