|
Re: New DAOS Setup
Hi,
If you are just using the daos_server_local.yml config file and do not need an NVMe, just change the nr_hugepages: 0. This takes care of the error and starts the server.
Hi,
If you are just using the daos_server_local.yml config file and do not need an NVMe, just change the nr_hugepages: 0. This takes care of the error and starts the server.
|
By
asharma@...
·
#1362
·
|
|
Re: Huge latency observed by DAOS client
Hi Kedar,
I assume that you are passing event = NULL to daos_kv_put() and only have one operation in flight, right?
In the “normal” case (i.e. no membership change, no restart), the bulk of
Hi Kedar,
I assume that you are passing event = NULL to daos_kv_put() and only have one operation in flight, right?
In the “normal” case (i.e. no membership change, no restart), the bulk of
|
By
Johann
·
#1361
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi,
Yes I am running the container by the following command : $ sudo docker run -it -d --privileged --cap-add=ALL --name server -v /dev:/dev <Image ID>
The exact steps I am using for the entire
Hi,
Yes I am running the container by the following command : $ sudo docker run -it -d --privileged --cap-add=ALL --name server -v /dev:/dev <Image ID>
The exact steps I am using for the entire
|
By
asharma@...
·
#1360
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
If NVMe is not required then try setting "nr_hugepages: 0" in the global section of the server configuration file.
Regards,
Tom
If NVMe is not required then try setting "nr_hugepages: 0" in the global section of the server configuration file.
Regards,
Tom
|
By
Nabarro, Tom
·
#1359
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi,
The dmg format command actually connects to the server to initiate the format. In your case, the server failed to start, so the “refused connection” is expected. I assume that you are
Hi,
The dmg format command actually connects to the server to initiate the format. In your case, the server failed to start, so the “refused connection” is expected. I assume that you are
|
By
Johann
·
#1358
·
|
|
Re: Client application single value KV Put high latency using multiple threads (pthread)
Hi Ping,
The daos_agent is actually only needed on the client nodes (where the APP runs).
Please find attached some configuration files that I use on a ethernet network with the tcp provider.
I
Hi Ping,
The daos_agent is actually only needed on the client nodes (where the APP runs).
Please find attached some configuration files that I use on a ethernet network with the tcp provider.
I
|
By
Johann
·
#1357
·
|
|
New DAOS Setup
Hi
I was trying to set up a simple single DAOS server. I built a docker image using the following commands: -
- $ git clone https://github.com/daos-stack/daos.git
- $ cd daos
- $ sudo docker build
Hi
I was trying to set up a simple single DAOS server. I built a docker image using the following commands: -
- $ git clone https://github.com/daos-stack/daos.git
- $ cd daos
- $ sudo docker build
|
By
ayushsharma.ufl@...
·
#1356
·
|
|
Huge latency observed by DAOS client
Hello DAOS community,
I have a rather strange observation when working with DAOS. The DAOS client system reports way higher latency than I anticipated and am wondering if someone knows whether
Hello DAOS community,
I have a rather strange observation when working with DAOS. The DAOS client system reports way higher latency than I anticipated and am wondering if someone knows whether
|
By
k.patwardhan@...
·
#1355
·
|
|
Huge latency observed by DAOS client
Hello DAOS community,
I have a rather strange observation when working with DAOS. The DAOS client system reports way higher latency than I anticipated and am wondering if someone knows whether
Hello DAOS community,
I have a rather strange observation when working with DAOS. The DAOS client system reports way higher latency than I anticipated and am wondering if someone knows whether
|
By
KP (Kedar) Patwardhan <k.patwardhan@...>
·
#1354
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi Johann,
Thank you for all the help. The master definitely worked. And I was able to get a container running. Upon running: sudo docker exec server daos_server start -o
Hi Johann,
Thank you for all the help. The master definitely worked. And I was able to get a container running. Upon running: sudo docker exec server daos_server start -o
|
By
asharma@...
·
#1353
·
|
|
Re: Client application single value KV Put high latency using multiple threads (pthread)
Hi Johann,
I ran the servers (Test46, Test48) and client (Test60) on different nodes. They are all running in the foreground including daos_server, and daos_agent. On each node, I press ctrl-C to
Hi Johann,
I ran the servers (Test46, Test48) and client (Test60) on different nodes. They are all running in the foreground including daos_server, and daos_agent. On each node, I press ctrl-C to
|
By
ping.wong@...
·
#1352
·
Edited
|
|
Re: Client application single value KV Put high latency using multiple threads (pthread)
Hi Ping,
Right, no endpoint configuration on the client side, the agent fetches everything (except the access points and certificate) by connecting to the servers.
Are you sure that you don’t
Hi Ping,
Right, no endpoint configuration on the client side, the agent fetches everything (except the access points and certificate) by connecting to the servers.
Are you sure that you don’t
|
By
Johann
·
#1351
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Well, the URL on master definitely works if you use “docker build https://github.com/daos-stack/daos.git#master -f utils/docker/Dockerfile.centos.7”
Johann
From:<daos@daos.groups.io> on
Well, the URL on master definitely works if you use “docker build https://github.com/daos-stack/daos.git#master -f utils/docker/Dockerfile.centos.7”
Johann
From:<daos@daos.groups.io> on
|
By
Johann
·
#1350
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Ok, I’ve reproduced this. The issue is the dockerfile in 1.0.1 is doing a git clone rather than a COPY to get the code, so the dockerfile is fetching the wrong data.
I guess the fix would be to
Ok, I’ve reproduced this. The issue is the dockerfile in 1.0.1 is doing a git clone rather than a COPY to get the code, so the dockerfile is fetching the wrong data.
I guess the fix would be to
|
By
Pittman, Ashley M
·
#1349
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi,
Sorry for the confusion. The structure of the docker files was modified some time ago and we updated the documentation (in the source code too) accordingly, but the online github I/O pages
Hi,
Sorry for the confusion. The structure of the docker files was modified some time ago and we updated the documentation (in the source code too) accordingly, but the online github I/O pages
|
By
Johann
·
#1348
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi Ashley,
I ran the following 3 commands:
git clone --recurse-submodules -b v1.0.1 https://github.com/daos-stack/daos.git
cd daos
docker build
Hi Ashley,
I ran the following 3 commands:
git clone --recurse-submodules -b v1.0.1 https://github.com/daos-stack/daos.git
cd daos
docker build
|
By
asharma@...
·
#1347
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
It looks like you’re trying to use 1.0.1? I’ve just checked that out locally and there’s no reference to patchelf at all in the source tree at that point, we use it now for checking that build
It looks like you’re trying to use 1.0.1? I’ve just checked that out locally and there’s no reference to patchelf at all in the source tree at that point, we use it now for checking that build
|
By
Pittman, Ashley M
·
#1346
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi Ashley,
Thank you so much for the response. I was in the wrong directory it seems. Although when I try now, the build stops with the following error :-
[...]
at include/opa_user.h
Hi Ashley,
Thank you so much for the response. I was in the wrong directory it seems. Although when I try now, the build stops with the following error :-
[...]
at include/opa_user.h
|
By
asharma@...
·
#1345
·
|
|
Re: Error in installing via Docker and help needed for integrating with REST API
Hi Johann,
I ran the exact same command: docker build https://github.com/daos-stack/daos.git#master:utils/docker \ -f Dockerfile.centos.7 -t daos
My major use case of connecting my Python API with the
Hi Johann,
I ran the exact same command: docker build https://github.com/daos-stack/daos.git#master:utils/docker \ -f Dockerfile.centos.7 -t daos
My major use case of connecting my Python API with the
|
By
asharma@...
·
#1344
·
|
|
Re: Client application single value KV Put high latency using multiple threads (pthread)
For testing purpose, I run the servers and agents in the foreground. I press ctrl-c to stop servers and agents. Then, I start the servers one after the other and restart all agents on servers and
For testing purpose, I run the servers and agents in the foreground. I press ctrl-c to stop servers and agents. Then, I start the servers one after the other and restart all agents on servers and
|
By
ping.wong@...
·
#1340
·
|