|
FW: [External] [gpfsug-discuss] IO500 SC20 Call for Submission
FYI. If you need any help, feel free to ping usđ
Subject: IO500 SC20 Call for Submission
Call for IO500 Submission
Deadline: 30 October 2020 AoE
Stabilization period: 1st October -- 9th
FYI. If you need any help, feel free to ping usđ
Subject: IO500 SC20 Call for Submission
Call for IO500 Submission
Deadline: 30 October 2020 AoE
Stabilization period: 1st October -- 9th
|
By
Lombardi, Johann
·
#1234
·
|
|
Re: Webex meeting changed: DAOS User Group 2020 (DUG'20)
Really sorry for the spam, but I used the wrong timezone when creating the inviteâš
The last one that was sent to the mailing list (attached for reference) is the correct one.
Cheers,
Johann
Really sorry for the spam, but I used the wrong timezone when creating the inviteâš
The last one that was sent to the mailing list (attached for reference) is the correct one.
Cheers,
Johann
|
By
Lombardi, Johann
·
#1233
·
|
|
Webex meeting changed: DAOS User Group 2020 (DUG'20)
Johann Lombardi changed the Webex meeting information.
When it's time, join the Webex meeting here.
Johann Lombardi changed the Webex meeting information.
When it's time, join the Webex meeting here.
|
By
Johann Lombardi <messenger@...>
·
#1232
·
|
|
Re: Webex meeting changed: DAOS User Group 2020 (DUG'20)
Hi there,
Please find below the Webex meeting invite for the DUGâ20.
The agenda will be posted there: https://wiki.hpdd.intel.com/display/DC/DUG20
Cheers,
Johann
Hi there,
Please find below the Webex meeting invite for the DUGâ20.
The agenda will be posted there: https://wiki.hpdd.intel.com/display/DC/DUG20
Cheers,
Johann
|
By
Lombardi, Johann
·
#1231
·
|
|
Webex meeting changed: DAOS User Group 2020 (DUG'20)
Johann Lombardi changed the Webex meeting information.
When it's time, join the Webex meeting here.
Johann Lombardi changed the Webex meeting information.
When it's time, join the Webex meeting here.
|
By
Johann Lombardi <messenger@...>
·
#1230
·
|
|
Webex meeting invitation: DAOS User Group 2020 (DUG'20)
Johann Lombardi invites you to join this Webex meeting. Meeting number (access code): 130 258 2165
Johann Lombardi invites you to join this Webex meeting. Meeting number (access code): 130 258 2165
|
By
Johann Lombardi <messenger@...>
·
#1229
·
|
|
Re: DAOS with NVMe-over-Fabrics
I've tried to change daos_nvme.conf in runtime of daos server and before starting due to connect disk through rdma. In both ways I cannot see it in daos_system. nvme discover see exported disk.
When
I've tried to change daos_nvme.conf in runtime of daos server and before starting due to connect disk through rdma. In both ways I cannot see it in daos_system. nvme discover see exported disk.
When
|
By
anton.brekhov@...
·
#1228
·
|
|
Re: Error attempting to mount via DFUSE
This specific issue is different appears to be at the dfuse/fuse kernel module level. I note youâre using a newer fuse driver than I am (7.31 vs 7.23) and also a newer libfuse3 as evidenced by the
This specific issue is different appears to be at the dfuse/fuse kernel module level. I note youâre using a newer fuse driver than I am (7.31 vs 7.23) and also a newer libfuse3 as evidenced by the
|
By
Pittman, Ashley M
·
#1227
·
|
|
Re: Error attempting to mount via DFUSE
This case is different, the mount point here has not been used to create a container so dfuse is attempting to use the pool and container on the command line. The error reported is a DAOS error
This case is different, the mount point here has not been used to create a container so dfuse is attempting to use the pool and container on the command line. The error reported is a DAOS error
|
By
Pittman, Ashley M
·
#1226
·
|
|
Re: Error attempting to mount via DFUSE
Hi,
This is the same issue as Gert hit last week, specifically that youâre providing the pool/container UUIDs twice to dfuse, one via the path and once on the command line. The fix in this case
Hi,
This is the same issue as Gert hit last week, specifically that youâre providing the pool/container UUIDs twice to dfuse, one via the path and once on the command line. The fix in this case
|
By
Pittman, Ashley M
·
#1225
·
|
|
Re: Error attempting to mount via DFUSE
I'm experiencing (most likely) the same issue since a week or more on the master branch.
I reproduced it on today's master branch on Ubuntu 20.04. Verified a few days ago on Centos
I'm experiencing (most likely) the same issue since a week or more on the master branch.
I reproduced it on today's master branch on Ubuntu 20.04. Verified a few days ago on Centos
|
By
Gert Pauwels
·
#1224
·
|
|
Re: Error attempting to mount via DFUSE
Thanks for the response, I tried again with:
dfuse --mountpoint=/home/daos/container/ --svc=0 --pool=[pool_id] --container=[container_id] --foreground
This led to the following
Thanks for the response, I tried again with:
dfuse --mountpoint=/home/daos/container/ --svc=0 --pool=[pool_id] --container=[container_id] --foreground
This led to the following
|
By
Peter
·
#1223
·
|
|
Re: Error attempting to mount via DFUSE
Hello!
Could you try using the mountpoint different from container path?
Afaik, the path given to `daos cont create` is used as an alias to the container.
Yunjae
Hello!
Could you try using the mountpoint different from container path?
Afaik, the path given to `daos cont create` is used as an alias to the container.
Yunjae
|
By
Yunjae Lee
·
#1222
·
|
|
Error attempting to mount via DFUSE
Hello!
I am trying to use dfuse to create a POSIX-enabled mount.
My container is created thusly:
daos cont create --pool=[pool_id] --svc=0 --type=POSIX --path=/tmp/mycontainer
I then try to mount
Hello!
I am trying to use dfuse to create a POSIX-enabled mount.
My container is created thusly:
daos cont create --pool=[pool_id] --svc=0 --type=POSIX --path=/tmp/mycontainer
I then try to mount
|
By
Peter
·
#1221
·
|
|
Re: pool creation failed in recent master commits
The issue is gone after adopting Kennthâs suggestion to set âcrt_timeout: 1200â in global area of daos_server.yml instead of under âservers/env_varsâ.
@Cain, Kenneth C, thanks!
The issue is gone after adopting Kennthâs suggestion to set âcrt_timeout: 1200â in global area of daos_server.yml instead of under âservers/env_varsâ.
@Cain, Kenneth C, thanks!
|
By
Zhang, Jiafu
·
#1220
·
|
|
Re: pool creation failed in recent master commits
Hello Jaifu,
Can you try to set the server RPC timeout by using the daos_server.yml file crt_timeout setting (and not using the env_vars section with the CRT_TIMEOUT variable)? See
Hello Jaifu,
Can you try to set the server RPC timeout by using the daos_server.yml file crt_timeout setting (and not using the env_vars section with the CRT_TIMEOUT variable)? See
|
By
Cain, Kenneth C
·
#1219
·
|
|
Re: pool creation failed in recent master commits
The most recent worked commit I can track is 681b827527a0587d8496d3adbbd77a175370766c (Feb 28).
The most recent worked commit I can track is 681b827527a0587d8496d3adbbd77a175370766c (Feb 28).
|
By
Zhang, Jiafu
·
#1218
·
|
|
Re: pool creation failed in recent master commits
I just recalled that I re-opened the ticket on Aug 10. The issue has been existed for long time. Please see detailed info in the ticket.
I just recalled that I re-opened the ticket on Aug 10. The issue has been existed for long time. Please see detailed info in the ticket.
|
By
Zhang, Jiafu
·
#1217
·
|
|
Re: pool creation failed in recent master commits
Hi Jiafu,
What was the previous commit that you know of that works in your setup?
Thanks,
~~Alex.
Hi Jiafu,
What was the previous commit that you know of that works in your setup?
Thanks,
~~Alex.
|
By
Oganezov, Alexander A
·
#1216
·
|
|
Re: Any method to check object location: SCM or NVMe?
Thanks for the quick reply, Patrick.
I was also wondering how small the I/O size should be to go to SCM rather than NVMe.
I'll test performances following your advice.
It helped me a lot.
Thanks for the quick reply, Patrick.
I was also wondering how small the I/O size should be to go to SCM rather than NVMe.
I'll test performances following your advice.
It helped me a lot.
|
By
Yunjae Lee
·
#1215
·
|