|
Re: DAOS_test failed
Hi Johann!
I'm sorry I mixed up with mount point and POSIX is working fine, so I've deleted my previous messages. Right now I'm facing issues with dfs API in ior test. Heres new
Hi Johann!
I'm sorry I mixed up with mount point and POSIX is working fine, so I've deleted my previous messages. Right now I'm facing issues with dfs API in ior test. Heres new
|
By
anton.brekhov@...
·
#1187
·
|
|
Re: DAOS_test failed
Hi Anton,
Are you able to create files manually under the dfuse mountpoint? Does ior work with file per process (-F)?
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of
Hi Anton,
Are you able to create files manually under the dfuse mountpoint? Does ior work with file per process (-F)?
Cheers,
Johann
From:<daos@daos.groups.io> on behalf of
|
By
Lombardi, Johann
·
#1186
·
|
|
IOR test with dfs
[root@sky08 ~]# mpirun --allow-run-as-root -np 1 ior -a=DFS -b 1G -w -r -o /mnt/dfuse/testFile_dfs -t 128k -k --dfs.pool $dpool --dfs.svcl 0 --dfs.cont $dc
ont --dfs.prefix /tmp/dfuse/ -G
[root@sky08 ~]# mpirun --allow-run-as-root -np 1 ior -a=DFS -b 1G -w -r -o /mnt/dfuse/testFile_dfs -t 128k -k --dfs.pool $dpool --dfs.svcl 0 --dfs.cont $dc
ont --dfs.prefix /tmp/dfuse/ -G
|
By
anton.brekhov@...
·
#1185
·
|
|
Re: DAOS starting example in C++
Hi there,
Please find attached a small test that you can compile as follows:
$ gcc -o test -L${DAOS_PATH}/lib64 -I${DAOS_PATH}/include -ldaos -lgurt -ldaos_common -luuid ./test.c
And then
Hi there,
Please find attached a small test that you can compile as follows:
$ gcc -o test -L${DAOS_PATH}/lib64 -I${DAOS_PATH}/include -ldaos -lgurt -ldaos_common -luuid ./test.c
And then
|
By
Lombardi, Johann
·
#1182
·
|
|
Re: DAOS starting example in C++
Hi Adam,
AFAIK there is no C++ binding but one for C ;-) [1] Unfortunately, the
link to the Doxygen documentation does not work, but I used the native
API successfully. Since the header files [2]
Hi Adam,
AFAIK there is no C++ binding but one for C ;-) [1] Unfortunately, the
link to the Doxygen documentation does not work, but I used the native
API successfully. Since the header files [2]
|
By
Steffen Christgau
·
#1181
·
|
|
DAOS starting example in C++
Hello everyone,
Is there a starting C++ example (with its relative CMake file) that writes and reads data with the DAOS API?
Thanks a lot.
Cheers,
Adam
Hello everyone,
Is there a starting C++ example (with its relative CMake file) that writes and reads data with the DAOS API?
Thanks a lot.
Cheers,
Adam
|
By
adam.abed.abud@...
·
#1180
·
|
|
Re: DAOS with NVMe-over-Fabrics
Johann and Niu thanks a lot!
I'll try to test it and send result to this topic!
Johann and Niu thanks a lot!
I'll try to test it and send result to this topic!
|
By
anton.brekhov@...
·
#1179
·
|
|
Re: DAOS with NVMe-over-Fabrics
As pointed out by Niu, the main gap is really on the DAOS control plane (i.e. dmg storage scan & support in the yaml config file). SPDK has built-in support for a NVMe-oF initiator/host
As pointed out by Niu, the main gap is really on the DAOS control plane (i.e. dmg storage scan & support in the yaml config file). SPDK has built-in support for a NVMe-oF initiator/host
|
By
Lombardi, Johann
·
#1178
·
|
|
Re: DAOS with NVMe-over-Fabrics
So far DAOS server supports only local PCIe attached NVMe, but it won’t be very difficult to support NVMeOF in the future, it requires only server configuration changes, all others are transparent
So far DAOS server supports only local PCIe attached NVMe, but it won’t be very difficult to support NVMeOF in the future, it requires only server configuration changes, all others are transparent
|
By
Niu, Yawei
·
#1177
·
|
|
DAOS with NVMe-over-Fabrics
Our partners at Intel said that it's possible to connect NVMe disks by NVMeOF with DAOS. Could you explain how to do this?
Thanks!
Our partners at Intel said that it's possible to connect NVMe disks by NVMeOF with DAOS. Could you explain how to do this?
Thanks!
|
By
anton.brekhov@...
·
#1176
·
Edited
|
|
Re: DAOS_test failed
Thanks everyone for the help!
I've created container and pool, mounted with dfuse, stored file, unmounted, mounted again and everything is fine! Thanks!
Thanks everyone for the help!
I've created container and pool, mounted with dfuse, stored file, unmounted, mounted again and everything is fine! Thanks!
|
By
anton.brekhov@...
·
#1175
·
|
|
Re: DAOS_test failed
daos_server.log full of this debug:
09/16-15:04:12.07 apache512 DAOS[13572/13608] vos DBUG src/vos/vos_iterator.c:279 vos_iter_probe() probing iterator
09/16-15:04:12.07 apache512 DAOS[13572/13608]
daos_server.log full of this debug:
09/16-15:04:12.07 apache512 DAOS[13572/13608] vos DBUG src/vos/vos_iterator.c:279 vos_iter_probe() probing iterator
09/16-15:04:12.07 apache512 DAOS[13572/13608]
|
By
anton.brekhov@...
·
#1174
·
|
|
Re: DAOS_test failed
Hi Anton,
Yes, I think it is fine. You probably leaked pools from prior runs that show up in pool listing while the test is assuming that no other pools are present. I think you are good to go.
Hi Anton,
Yes, I think it is fine. You probably leaked pools from prior runs that show up in pool listing while the test is assuming that no other pools are present. I think you are good to go.
|
By
Lombardi, Johann
·
#1173
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Can now reproduce locally and working to find a solution.
Can now reproduce locally and working to find a solution.
|
By
Nabarro, Tom
·
#1172
·
|
|
Re: DAOS_test failed
I've set new sizes, and launch only management test :
[root@sky08 ~]# export POOL_NVME_SIZE=16
[root@sky08 ~]# export POOL_SCM_SIZE=8
[root@sky08 ~]# mpirun --allow-run-as-root -np 1 daos_test -m
I've set new sizes, and launch only management test :
[root@sky08 ~]# export POOL_NVME_SIZE=16
[root@sky08 ~]# export POOL_SCM_SIZE=8
[root@sky08 ~]# mpirun --allow-run-as-root -np 1 daos_test -m
|
By
anton.brekhov@...
·
#1171
·
Edited
|
|
Re: DAOS_test failed
Hello,
This basically means there are not enough servers to run rebuild tests, so they were being skipped.
The failure here is probably due to the incorrect usage of cmoka, which are used by
Hello,
This basically means there are not enough servers to run rebuild tests, so they were being skipped.
The failure here is probably due to the incorrect usage of cmoka, which are used by
|
By
Wang, Di
·
#1170
·
|
|
Re: DAOS_test failed
You'll want to turn on debug (see the troubleshooting section in the user guide) to get more information on why this failed.
Also, the pool size (both SCM and NVME) will not be large enough to
You'll want to turn on debug (see the troubleshooting section in the user guide) to get more information on why this failed.
Also, the pool size (both SCM and NVME) will not be large enough to
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1169
·
|
|
Re: DAOS_test failed
I've set this env vars:
export POOL_SCM_SIZE=2
export POOL_NVME_SIZE=4
And this is mine output before an error:
REBUILD12: rebuild send objects failed
setup: creating pool, SCM size=2 GB, NVMe
I've set this env vars:
export POOL_SCM_SIZE=2
export POOL_NVME_SIZE=4
And this is mine output before an error:
REBUILD12: rebuild send objects failed
setup: creating pool, SCM size=2 GB, NVMe
|
By
anton.brekhov@...
·
#1168
·
|
|
Re: DAOS_test failed
I've installed MOFED 5.0.2 on both hosts, and openmpi. And it works a little further!
I've launched daos_test like
mpirun --allow-run-as-root -np 1 daos_test.
There were passed and failed tests, but
I've installed MOFED 5.0.2 on both hosts, and openmpi. And it works a little further!
I've launched daos_test like
mpirun --allow-run-as-root -np 1 daos_test.
There were passed and failed tests, but
|
By
anton.brekhov@...
·
#1167
·
|
|
Re: no dRPC client set on Ubuntu 20.04.1
Hello Gert,
I can’t see anything obviously wrong with bringup and hugepage allocation, did you reboot the nodes (just as a sanity check)?
The next steps I will take is to get in touch with
Hello Gert,
I can’t see anything obviously wrong with bringup and hugepage allocation, did you reboot the nodes (just as a sanity check)?
The next steps I will take is to get in touch with
|
By
Nabarro, Tom
·
#1166
·
|