|
Re: Anyone seen this DAX oops before?
It has been a while since I last saw a kernel backtrace😊
Never seen this before. I assume that this happens during pool deletion or disconnect?
Cheers,
Johann
From:<daos@daos.groups.io> on
It has been a while since I last saw a kernel backtrace😊
Never seen this before. I assume that this happens during pool deletion or disconnect?
Cheers,
Johann
From:<daos@daos.groups.io> on
|
By
Lombardi, Johann
·
#962
·
|
|
Anyone seen this DAX oops before?
We had an oops occur today, backtrace is below. When I started looking, I see there are 6 of these over the last month, the backtrace is always the same. It seems to be happening in DAX. Does
We had an oops occur today, backtrace is below. When I started looking, I see there are 6 of these over the last month, the backtrace is always the same. It seems to be happening in DAX. Does
|
By
Kevan Rehm
·
#961
·
|
|
Re: Attempts at using PyDAOS
The easiest way, assuming you want a single KV per container is to do the following:
import pydaos
cont = pydaos.cont(‘<pool_uuid>’, ‘<container_uuid>’)
kv =
The easiest way, assuming you want a single KV per container is to do the following:
import pydaos
cont = pydaos.cont(‘<pool_uuid>’, ‘<container_uuid>’)
kv =
|
By
Pittman, Ashley M
·
#960
·
|
|
Re: Cannot start DAOS - failure in hwloc
Hi Johann,
this is on Slackware Linux (https://en.wikipedia.org/wiki/Slackware). It's still actively maintained, but it's a very old distribution so often times there are modern things missing. In any
Hi Johann,
this is on Slackware Linux (https://en.wikipedia.org/wiki/Slackware). It's still actively maintained, but it's a very old distribution so often times there are modern things missing. In any
|
By
Jordan Henderson
·
#959
·
|
|
Re: Attempts at using PyDAOS
Ok, regarding KVObj, my naive attempt was:import pydaospydaos.KVObj()
And that obviously fails due to missing positional arguments. I didn't realize on the factory-like mechanisms through the
Ok, regarding KVObj, my naive attempt was:import pydaospydaos.KVObj()
And that obviously fails due to missing positional arguments. I didn't realize on the factory-like mechanisms through the
|
By
Alex Barcelo
·
#958
·
|
|
Re: Attempts at using PyDAOS
Alex,
Can you elaborate on what it is you’re trying to achieve? There are really two parts to the python bindings, there’s pydaos.raw which is using ctypes to open the daos client shared
Alex,
Can you elaborate on what it is you’re trying to achieve? There are really two parts to the python bindings, there’s pydaos.raw which is using ctypes to open the daos client shared
|
By
Pittman, Ashley M
·
#957
·
|
|
Attempts at using PyDAOS
I have a DAOS installation for evaluation/exploration and I was trying to make the Python bindings work. My first contact with PyDAOS is at the official documentation
I have a DAOS installation for evaluation/exploration and I was trying to make the Python bindings work. My first contact with PyDAOS is at the official documentation
|
By
Alex Barcelo
·
#956
·
|
|
Re: Cannot start DAOS - failure in hwloc
Thanks for the report Jordan. I have just pushed a fix:https://github.com/daos-stack/daos/pull/2625
No, I’ve never seen this failing. Could you please advise what distribution you run?
Thanks for the report Jordan. I have just pushed a fix:https://github.com/daos-stack/daos/pull/2625
No, I’ve never seen this failing. Could you please advise what distribution you run?
|
By
Lombardi, Johann
·
#955
·
|
|
Cannot start DAOS - failure in hwloc
Hi all,
I recently updated my out-of-date DAOS installation to commit a7f093db2fc96aa1dc20cc8c293d44274474ef62 (I'm sure this wasn't the commit that changed this behavior, but good to have for
Hi all,
I recently updated my out-of-date DAOS installation to commit a7f093db2fc96aa1dc20cc8c293d44274474ef62 (I'm sure this wasn't the commit that changed this behavior, but good to have for
|
By
Jordan Henderson
·
#954
·
|
|
Re: Failed load module rdb
Alex,
Well, I didn’t explain myself properly either. 😊. You should not need to set LD_LIBRARY_PATH to get things working, daos has code in it to find all the dynamic libraries it needs, so
Alex,
Well, I didn’t explain myself properly either. 😊. You should not need to set LD_LIBRARY_PATH to get things working, daos has code in it to find all the dynamic libraries it needs, so
|
By
Kevan Rehm
·
#953
·
|
|
Re: Failed load module rdb
@Kevan sorry I didn't explain myself properly: I "successfully" fixed my problem, but I was trying to understand if my fix was proper or if I had somehow messed up something in my installation. I am
@Kevan sorry I didn't explain myself properly: I "successfully" fixed my problem, but I was trying to understand if my fix was proper or if I had somehow messed up something in my installation. I am
|
By
Alex Barcelo
·
#952
·
|
|
Re: Failed load module rdb
Hi Alex,
Does it still happen in latest master? The workaround was checked into master a couple of weeks ago. We changed the order of dlopen calls as there appeared to be some issue that
Hi Alex,
Does it still happen in latest master? The workaround was checked into master a couple of weeks ago. We changed the order of dlopen calls as there appeared to be some issue that
|
By
Olivier, Jeffrey V
·
#951
·
|
|
Re: Failed load module rdb
Alex,
Try running daos_agent without your LD_LIBRARY_PATH settings, after first setting “export LD_DEBUG=all” and capture the output. Look for libgurt in the output, see where ld searched for
Alex,
Try running daos_agent without your LD_LIBRARY_PATH settings, after first setting “export LD_DEBUG=all” and capture the output. Look for libgurt in the output, see where ld searched for
|
By
Kevan Rehm
·
#950
·
|
|
Re: Failed load module rdb
I had a similar issue as you (I think), and I solved it in the same fashion: the error banished as soon as I added those two path to the LD_LIBRARY_PATH in my .bashrc.
In my scenario, the specific
I had a similar issue as you (I think), and I solved it in the same fashion: the error banished as soon as I added those two path to the LD_LIBRARY_PATH in my .bashrc.
In my scenario, the specific
|
By
Alex Barcelo
·
#949
·
|
|
Re: Obsolete RPC definitions
Hello, Colin
Yes, obj_update/fetch are obsolete, and obj_rw should be used for update & fetch.
I will push a patch to fix it. Thanks for telling us.
Thanks
WangDi
From: <daos@daos.groups.io> on
Hello, Colin
Yes, obj_update/fetch are obsolete, and obj_rw should be used for update & fetch.
I will push a patch to fix it. Thanks for telling us.
Thanks
WangDi
From: <daos@daos.groups.io> on
|
By
Wang, Di
·
#948
·
|
|
Re: Updated dmg behavior for pool operations
mjmac,
Thanks for the heads up.
Is there a JIRA or other place where the curious could get more details on the management service plans?
Thanks,
-Patrick
mjmac,
Thanks for the heads up.
Is there a JIRA or other place where the curious could get more details on the management service plans?
Thanks,
-Patrick
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#947
·
|
|
Re: Unable to start DAOS
Hi Anton,
You have several options to run performance benchmarks:
FIO:
Use dfuse + the interception library with stock libaio engine
Use the dfio async engine for direct access without fuse
Hi Anton,
You have several options to run performance benchmarks:
FIO:
Use dfuse + the interception library with stock libaio engine
Use the dfio async engine for direct access without fuse
|
By
Chaarawi, Mohamad
·
#946
·
|
|
Updated dmg behavior for pool operations
Hi all.
In preparation for the upcoming replicated Management Service feature, a change has been made (a1e6b7c) to remove support for specifying the hostlist when issuing pool commands. The
Hi all.
In preparation for the upcoming replicated Management Service feature, a change has been made (a1e6b7c) to remove support for specifying the hostlist when issuing pool commands. The
|
By
Macdonald, Mjmac
·
#945
·
|
|
Re: Unable to start DAOS
Hi Anton,
>> Is it real to check perfomance using mounting with dfuse and fio? I've read that interception library libioil is under development.
I’d like Mohamad to comment on that. He can speak
Hi Anton,
>> Is it real to check perfomance using mounting with dfuse and fio? I've read that interception library libioil is under development.
I’d like Mohamad to comment on that. He can speak
|
By
Rosenzweig, Joel B <joel.b.rosenzweig@...>
·
#944
·
|
|
Re: FUSE Build & 'distro' module
It was:
https://github.com/daos-stack/daos/blob/e80d0321f1deee43de61fd50350a08f142faa713/utils/rpms/daos.spec#L55
and the "build" Dockerfiles were updated with the new
It was:
https://github.com/daos-stack/daos/blob/e80d0321f1deee43de61fd50350a08f142faa713/utils/rpms/daos.spec#L55
and the "build" Dockerfiles were updated with the new
|
By
Murrell, Brian
·
#943
·
|