|
Dfuse_hl and Interception library
3 messages
Greetings, Just a couple quick questions: What is the difference between “aliased intercept” and “single intercept”? What’s the purpose of __wrap_XXX definition? Example: __attribute__((visibility("de
Greetings, Just a couple quick questions: What is the difference between “aliased intercept” and “single intercept”? What’s the purpose of __wrap_XXX definition? Example: __attribute__((visibility("de
|
By
Colin Ngam
·
|
|
missing protoc-gen-c
9 messages
Hi Guys, In https://github.com/daos-stack/daos/tree/master/src/proto/README.md, it uses “protoc -I mgmt --c_out=../mgmt mgmt/srv.proto --plugin=/opt/potobuf/install/bin/protoc-gen-c” to generate C cod
Hi Guys, In https://github.com/daos-stack/daos/tree/master/src/proto/README.md, it uses “protoc -I mgmt --c_out=../mgmt mgmt/srv.proto --plugin=/opt/potobuf/install/bin/protoc-gen-c” to generate C cod
|
By
Zhang, Jiafu
·
|
|
daos_agent starts running in directory ./daos/build/dev/gcc/src/cart/src/gurt
2 messages
Greetings, Checking to see if this is a known issue. We build DAOS in a NFS filesystem, as then we can log into any node in the cluster and use gdb with the source tree to debug a binary. The binaries
Greetings, Checking to see if this is a known issue. We build DAOS in a NFS filesystem, as then we can log into any node in the cluster and use gdb with the source tree to debug a binary. The binaries
|
By
Kevan Rehm
·
|
|
problem: support Spark when compile java files
4 messages
Hi guys: when i run cmd: $ mvn clean package -DskipITs -Ddaos.install.path=<daos_install> the debug log show the info below and compile process can not go on, finally no daos-java-<version>-assemble.t
Hi guys: when i run cmd: $ mvn clean package -DskipITs -Ddaos.install.path=<daos_install> the debug log show the info below and compile process can not go on, finally no daos-java-<version>-assemble.t
|
By
timehuang88@...
·
|
|
Small DAOS for CI
I'd like to start working on integrating the DAOS API and I'd like to have it tested in public CI infrastructure. How feasible would it be to have a micro-daos server as a container that could be spun
I'd like to start working on integrating the DAOS API and I'd like to have it tested in public CI infrastructure. How feasible would it be to have a micro-daos server as a container that could be spun
|
By
Chuck Atkins
·
|
|
daos_agent default values
3 messages
Greetings, In file utils/config/daos_agent.yml the comments say that the default value for runtime_dir is /var/run/daos_agent and the default value for log_file is /tmp/daos_agent.log. I don’t think t
Greetings, In file utils/config/daos_agent.yml the comments say that the default value for runtime_dir is /var/run/daos_agent and the default value for log_file is /tmp/daos_agent.log. I don’t think t
|
By
Kevan Rehm
·
|
|
dfuse can't access /var/run/daos_agent/agent.sock
3 messages
I am using the config file from daos/utils/config/examples/daos_server_local.yml with the only difference that I'm not using the bdev lines and with an scm_size of 50 GB. I'd like to test daos' fuse f
I am using the config file from daos/utils/config/examples/daos_server_local.yml with the only difference that I'm not using the bdev lines and with an scm_size of 50 GB. I'd like to test daos' fuse f
|
By
Ruben Felgenhauer
·
|
|
Ubuntu 20.04 (LTS)
Hi there, Just a heads up that master has moved from 18.04 to 20.04 for ubuntu support. Cheers, Johann --------------------------------------------------------------------- Intel Corporation SAS (Fren
Hi there, Just a heads up that master has moved from 18.04 to 20.04 for ubuntu support. Cheers, Johann --------------------------------------------------------------------- Intel Corporation SAS (Fren
|
By
Lombardi, Johann
·
|
|
POSIX container create do not wok
6 messages
HI Guys: As shown below, when I try to create container with POSIX type, the admin terminal blocked there(top screenshot). another terminal lauched the DAOS cluster with clush cmd just showed that cre
HI Guys: As shown below, when I try to create container with POSIX type, the admin terminal blocked there(top screenshot). another terminal lauched the DAOS cluster with clush cmd just showed that cre
|
By
timehuang88@...
·
|
|
after formatting scm , no dRPC client set problem
3 messages
Hi there, I try to run DAOS in a real physical environment, but got problem. Below is the output when i try to start DAOS system with 3 storage nodes. do anybody help me. if need any informatino, plea
Hi there, I try to run DAOS in a real physical environment, but got problem. Below is the output when i try to start DAOS system with 3 storage nodes. do anybody help me. if need any informatino, plea
|
By
timehuang88@...
·
|
|
Need More Info from DUNS Attribute
3 messages
Hi Guys, Currently, there are only three info set to duns attribute of UNS path. They are FS type, pool UUID and container UUID. It’s enough for dfuse since dfuse’s server group and service ranks are
Hi Guys, Currently, there are only three info set to duns attribute of UNS path. They are FS type, pool UUID and container UUID. It’s enough for dfuse since dfuse’s server group and service ranks are
|
By
Zhang, Jiafu
·
|
|
nr_xs_helpers
4 messages
Greetings, We currently set nr_xs_helpers to 0. We have defined 16 targets. That’s per daos_io_server. For best performance, what value should nr_xs_helpers be set? Also, consideration like number cpu
Greetings, We currently set nr_xs_helpers to 0. We have defined 16 targets. That’s per daos_io_server. For best performance, what value should nr_xs_helpers be set? Also, consideration like number cpu
|
By
Colin Ngam
·
|
|
Message looks serious?
7 messages
Greetings, Executing the command: daos pool list-cont --pool a68b3845-fe78-481e-aa84-164e851d5f52 --svc 40 Note that 40 does not exist. We did not get an error from the daos command. In the log: 05/13
Greetings, Executing the command: daos pool list-cont --pool a68b3845-fe78-481e-aa84-164e851d5f52 --svc 40 Note that 40 does not exist. We did not get an error from the daos command. In the log: 05/13
|
By
Colin Ngam
·
|
|
DAOS command no longer giving output on failure
2 messages
Good morning, I'm running commit: commit 53b0c5ff3d45c8addfee11cbfd6dd49e6f88dc3e And the daos container create command is no longer giving any output on failure: [daos@hl-d102 ~]$ daos container crea
Good morning, I'm running commit: commit 53b0c5ff3d45c8addfee11cbfd6dd49e6f88dc3e And the daos container create command is no longer giving any output on failure: [daos@hl-d102 ~]$ daos container crea
|
By
Farrell, Patrick Arthur
·
|
|
Pool creation fails with "instance is not an access point"
3 messages
Hello, My setup and issues are very similar to what has been described in https://daos.groups.io/g/daos/message/317. I have tried every suggested fix from the corresponding thread and so far, none hav
Hello, My setup and issues are very similar to what has been described in https://daos.groups.io/g/daos/message/317. I have tried every suggested fix from the corresponding thread and so far, none hav
|
By
4felgenh@...
·
|
|
Dead definition?
2 messages
Greetings, struct cont_snap_destroy_in { struct cont_op_in cei_op; daos_epoch_t cei_epoch; }; struct cont_snap_destroy_out { struct cont_op_out ceo_op; daos_epoch_t ceo_epoch; }; Looks dead as the rou
Greetings, struct cont_snap_destroy_in { struct cont_op_in cei_op; daos_epoch_t cei_epoch; }; struct cont_snap_destroy_out { struct cont_op_out ceo_op; daos_epoch_t ceo_epoch; }; Looks dead as the rou
|
By
Colin Ngam
·
|
|
Cart corp operations
2 messages
Greetings, Is “co_aggeregate” operation called before or after “ca_post_reply” operation? Thanks. Colin
Greetings, Is “co_aggeregate” operation called before or after “ca_post_reply” operation? Thanks. Colin
|
By
Colin Ngam
·
|
|
Anyone seen this DAX oops before?
3 messages
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 this loo
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 this loo
|
By
Kevan Rehm
·
|
|
Attempts at using PyDAOS
6 messages
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 https://daos-stack.github.io/user
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 https://daos-stack.github.io/user
|
By
Alex Barcelo
·
|
|
Cannot start DAOS - failure in hwloc
3 messages
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 referen
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 referen
|
By
Jordan Henderson
·
|