|
Re: Known problem creating containers?
Hi Jeff,
I am not an expert in dll. Even if you use RUNPATH with $ORIGIN so that libraries can move around and yet be found, do you not always need to include -L and -l to the gcc line for all the
Hi Jeff,
I am not an expert in dll. Even if you use RUNPATH with $ORIGIN so that libraries can move around and yet be found, do you not always need to include -L and -l to the gcc line for all the
|
By
Colin Ngam
·
#882
·
|
|
Re: What does this WARN message mean?
Hi Kevan,
No, those should not be of a concern and can happen especially during initial connection to a particular destination target (identified by rank:tag).
In short, cart contains a
Hi Kevan,
No, those should not be of a concern and can happen especially during initial connection to a particular destination target (identified by rank:tag).
In short, cart contains a
|
By
Oganezov, Alexander A
·
#881
·
|
|
What does this WARN message mean?
Greetings,
Could someone explain what these messages mean? They are WARN, and we get a lot of them in daos.log. Something to be concerned about?
Thanks, Kevan
P.S. note the typo in the
Greetings,
Could someone explain what these messages mean? They are WARN, and we get a lot of them in daos.log. Something to be concerned about?
Thanks, Kevan
P.S. note the typo in the
|
By
Kevan Rehm
·
#880
·
|
|
Broken build - FUSE changes
Good afternoon,
The most recent commit (dab7da05cd06b80bd2751a783090ea8a2d4b96b3) has broken the build for me, with compile errors in fuse on CentOS 7.7. It refers to adding fuse3-devel to the build
Good afternoon,
The most recent commit (dab7da05cd06b80bd2751a783090ea8a2d4b96b3) has broken the build for me, with compile errors in fuse on CentOS 7.7. It refers to adding fuse3-devel to the build
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#879
·
|
|
Re: daos_server storage prepare and reset.
Hi Tom,
Following your instructions:
[root@delphi-006 ~]# daos_server storage prepare -n --reset
Resetting locally-attached NVMe storage...
[root@delphi-006 etc]# ls
Hi Tom,
Following your instructions:
[root@delphi-006 ~]# daos_server storage prepare -n --reset
Resetting locally-attached NVMe storage...
[root@delphi-006 etc]# ls
|
By
Colin Ngam
·
#878
·
|
|
Re: Known problem creating containers?
I presume it can’t hurt
-Jeff
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Monday, April 13, 2020 at 8:49
I presume it can’t hurt
-Jeff
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Monday, April 13, 2020 at 8:49
|
By
Olivier, Jeffrey V
·
#877
·
|
|
Re: daos_server.yml bdev_include list
Best bet with these kind of issues is to get the privileged helper binary (daos_admin) log file which can be enabled by setting the server config helper_log_file parameter to a given path.
This
Best bet with these kind of issues is to get the privileged helper binary (daos_admin) log file which can be enabled by setting the server config helper_log_file parameter to a given path.
This
|
By
Nabarro, Tom
·
#876
·
|
|
Re: daos_server storage prepare and reset.
Apologies for the late reply
Expected behavior is that when you start daos_server "storage prepare -n" will be performed implicitly using the NVMe whitelist from the configuration file
Apologies for the late reply
Expected behavior is that when you start daos_server "storage prepare -n" will be performed implicitly using the NVMe whitelist from the configuration file
|
By
Nabarro, Tom
·
#875
·
|
|
Re: Known problem creating containers?
Jeff,
I had a thought. If you are interested, I could tar up the entire daos installdir and send it to you. You could un-tar it in the same location on a centos7 machine, and then you could
Jeff,
I had a thought. If you are interested, I could tar up the entire daos installdir and send it to you. You could un-tar it in the same location on a centos7 machine, and then you could
|
By
Kevan Rehm
·
#874
·
|
|
Re: Known problem creating containers?
Yes, it is in bin. I set thusly:
env_vars:
- LD_LIBRARY_PATH=/home/users/daos/daos/install/lib64/daos_srv
CentOS 7.
Kevan
From: <daos@daos.groups.io> on behalf of "Olivier,
Yes, it is in bin. I set thusly:
env_vars:
- LD_LIBRARY_PATH=/home/users/daos/daos/install/lib64/daos_srv
CentOS 7.
Kevan
From: <daos@daos.groups.io> on behalf of "Olivier,
|
By
Kevan Rehm
·
#873
·
|
|
Re: Known problem creating containers?
Is daos_io_server in bin? What is your LD_LIBRARY_PATH set to? What operating system is this?
Jeff
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To:
Is daos_io_server in bin? What is your LD_LIBRARY_PATH set to? What operating system is this?
Jeff
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To:
|
By
Olivier, Jeffrey V
·
#872
·
|
|
Re: Known problem creating containers?
Jeff,
Not sure if you wanted this, but here is the install directory structure:
[root@delphi-004 install]# find . -type
Jeff,
Not sure if you wanted this, but here is the install directory structure:
[root@delphi-004 install]# find . -type
|
By
Kevan Rehm
·
#871
·
|
|
Re: Known problem creating containers?
Mine looks like this:
0x000000000000001d (RUNPATH) Library runpath:
Mine looks like this:
0x000000000000001d (RUNPATH) Library runpath:
|
By
Kevan Rehm
·
#870
·
|
|
Re: Known problem creating containers?
What about readelf -d install/bin/daos_io_server ?
I get this:
0x000000000000001d (RUNPATH) Library runpath:
What about readelf -d install/bin/daos_io_server ?
I get this:
0x000000000000001d (RUNPATH) Library runpath:
|
By
Olivier, Jeffrey V
·
#869
·
|
|
Re: Known problem creating containers?
Yes, here you go. In talking to the others on our team, they don’t use LD_LIBRARY_PATH, they just move the entire contents of lib64/daos_srv up one directory into lib64 and that works. I used
Yes, here you go. In talking to the others on our team, they don’t use LD_LIBRARY_PATH, they just move the entire contents of lib64/daos_srv up one directory into lib64 and that works. I used
|
By
Kevan Rehm
·
#868
·
|
|
Re: Known problem creating containers?
Can you also dump the contents of lib, lib64, and lib64/daos_srv ?
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
Can you also dump the contents of lib, lib64, and lib64/daos_srv ?
From: <daos@daos.groups.io> on behalf of Kevan Rehm <kevan.rehm@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
|
By
Olivier, Jeffrey V
·
#867
·
|
|
Re: Known problem creating containers?
Jeff,
Yes I am building from scratch, and RPATH used to work. Here is the output, note that librdb doesn’t show up in the ldd output.
Thanks, Kevan
[root@delphi-004 ~]# cd
Jeff,
Yes I am building from scratch, and RPATH used to work. Here is the output, note that librdb doesn’t show up in the ldd output.
Thanks, Kevan
[root@delphi-004 ~]# cd
|
By
Kevan Rehm
·
#866
·
|
|
Re: Known problem creating containers?
Hi Kevan,
Are you building daos from scratch?
You should not need to set LD_LIBRARY_PATH to run the IO server in such a setup because daos_io_server is built using RPATH. Can you do an ldd
Hi Kevan,
Are you building daos from scratch?
You should not need to set LD_LIBRARY_PATH to run the IO server in such a setup because daos_io_server is built using RPATH. Can you do an ldd
|
By
Olivier, Jeffrey V
·
#865
·
|
|
Re: Restarting all the daos_servers.
Hello, Colin
Sure, I will work on the patch sooner.
Thanks
WangDi
From: <daos@daos.groups.io> on behalf of Colin Ngam <colin.ngam@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
Hello, Colin
Sure, I will work on the patch sooner.
Thanks
WangDi
From: <daos@daos.groups.io> on behalf of Colin Ngam <colin.ngam@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date:
|
By
Wang, Di
·
#864
·
|
|
Re: Restarting all the daos_servers.
Hello WangDi,
Thanks for your response.
May be the Priority should be higher than 4-LOW? Although we are still in testing environment.
Thanks.
Colin
From: <daos@daos.groups.io> on
Hello WangDi,
Thanks for your response.
May be the Priority should be higher than 4-LOW? Although we are still in testing environment.
Thanks.
Colin
From: <daos@daos.groups.io> on
|
By
Colin Ngam
·
#863
·
|