|
Client IO Request.
Greetings,
When a Client makes an IO Request, is the endpoint the IO Server or the Target?
Thanks.
Colin
Greetings,
When a Client makes an IO Request, is the endpoint the IO Server or the Target?
Thanks.
Colin
|
By
Colin Ngam
·
#1103
·
|
|
Re: dfuse fails mounting container
Hi Mohamad,
okay I think that clears up everything, thanks very much!
The second question was regarding using DAOS-VOL to write data into DAOS and afterwards mounting the container with DFS to check
Hi Mohamad,
okay I think that clears up everything, thanks very much!
The second question was regarding using DAOS-VOL to write data into DAOS and afterwards mounting the container with DFS to check
|
By
Ruben Felgenhauer <4felgenh@...>
·
#1102
·
|
|
Re: dfuse fails mounting container
Hi Ruben,
I wouldn't call this requirement "new" as it has been there for a long time now.
But yes when using a DFS container (MPI-IO, dfuse, hdf5 over posix or MPI-IO), the container must be of type
Hi Ruben,
I wouldn't call this requirement "new" as it has been there for a long time now.
But yes when using a DFS container (MPI-IO, dfuse, hdf5 over posix or MPI-IO), the container must be of type
|
By
Chaarawi, Mohamad
·
#1101
·
|
|
Re: dfuse fails mounting container
Hi Mohamad,
thanks for the tip, I had not created the container as POSIX-type. I remember that this wasn't explicitly necessary somewhere in the past, is this a new behavior? The "POSIX Namespace"
Hi Mohamad,
thanks for the tip, I had not created the container as POSIX-type. I remember that this wasn't explicitly necessary somewhere in the past, is this a new behavior? The "POSIX Namespace"
|
By
Ruben Felgenhauer <4felgenh@...>
·
#1100
·
|
|
Re: dfuse fails mounting container
Hi Ruben,
I assume you create the container with type POSIX?
daos cont create --pool=$DAOS_POOL --svc=$DAOS_SVCL --type=POSIX
and that succeeds and you pass that cont uuid to the dfuse
Hi Ruben,
I assume you create the container with type POSIX?
daos cont create --pool=$DAOS_POOL --svc=$DAOS_SVCL --type=POSIX
and that succeeds and you pass that cont uuid to the dfuse
|
By
Chaarawi, Mohamad
·
#1099
·
|
|
dfuse fails mounting container
Hi,
I'm still failing to get the DAOS Fuse filesystem running. I'm using the daos_server_local.yml config with DAOS v0.9 and have server and agent running.
Both the high level and low level Fuse
Hi,
I'm still failing to get the DAOS Fuse filesystem running. I'm using the daos_server_local.yml config with DAOS v0.9 and have server and agent running.
Both the high level and low level Fuse
|
By
Ruben Felgenhauer <4felgenh@...>
·
#1098
·
|
|
Re: Intel Optane SSD mounting problem
Thanks a lot Patrick!
From:<daos@daos.groups.io> on behalf of "Farrell, Patrick Arthur" <patrick.farrell@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Thursday 2 July 2020 at
Thanks a lot Patrick!
From:<daos@daos.groups.io> on behalf of "Farrell, Patrick Arthur" <patrick.farrell@...>
Reply-To: "daos@daos.groups.io" <daos@daos.groups.io>
Date: Thursday 2 July 2020 at
|
By
Lombardi, Johann
·
#1097
·
|
|
Re: Intel Optane SSD mounting problem
Johann,
Patch worked just fine - able to mount, etc.
Thanks much.
Regards,
-Patrick
Johann,
Patch worked just fine - able to mount, etc.
Thanks much.
Regards,
-Patrick
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1096
·
|
|
Re: Intel Optane SSD mounting problem
Thanks Patrick!
The SPDK team came up with this patch: https://review.spdk.io/gerrit/c/spdk/spdk/+/3156
Would you mind giving it a try please? If this works, we will get the process started to
Thanks Patrick!
The SPDK team came up with this patch: https://review.spdk.io/gerrit/c/spdk/spdk/+/3156
Would you mind giving it a try please? If this works, we will get the process started to
|
By
Lombardi, Johann
·
#1095
·
|
|
Re: Intel Optane SSD mounting problem
As suspected, the SSDs are now coming online normally.
Let me know if there's any further troubleshooting the SPDK team would like.
-Patrick
As suspected, the SSDs are now coming online normally.
Let me know if there's any further troubleshooting the SPDK team would like.
-Patrick
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1094
·
|
|
Re: Intel Optane SSD mounting problem
Heh, yes! These are among the lines I was planning to try to remove, so will do.
It is interesting to note of course that SEND_RECV is reported by the tool Gert had me using, but that's not a total
Heh, yes! These are among the lines I was planning to try to remove, so will do.
It is interesting to note of course that SEND_RECV is reported by the tool Gert had me using, but that's not a total
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1093
·
|
|
Re: Intel Optane SSD mounting problem
Hi Patrick,
I talked to the SPDK folks and they suggested to try removingline 1464-1470 in module/bdev/nvme/bdev_nvme.c:
- if (spdk_nvme_ctrlr_get_flags(nvme_bdev_ctrlr->ctrlr)
Hi Patrick,
I talked to the SPDK folks and they suggested to try removingline 1464-1470 in module/bdev/nvme/bdev_nvme.c:
- if (spdk_nvme_ctrlr_get_flags(nvme_bdev_ctrlr->ctrlr)
|
By
Lombardi, Johann
·
#1092
·
|
|
Re: GCC Version
Hi Colin,
I think this is coming from FIO with their latest ‘atomics’ patch in the latest master.
You can change the fio version to their latest release (3.20) and recompile to fix this
Hi Colin,
I think this is coming from FIO with their latest ‘atomics’ patch in the latest master.
You can change the fio version to their latest release (3.20) and recompile to fix this
|
By
Venkatesan, Vishwanath <vishwanath.venkatesan@...>
·
#1091
·
|
|
Re: GCC Version
Hi Colin,
What platform are you building on and do you know what prerequisite component is being built when you get that message? Sounds like a bug in that component’s configure script. In
Hi Colin,
What platform are you building on and do you know what prerequisite component is being built when you get that message? Sounds like a bug in that component’s configure script. In
|
By
Olivier, Jeffrey V
·
#1090
·
|
|
GCC Version
Greetings,
What GCC version is required for building daos v1.0.0?
Just want to verify as I am getting:
..
In file included from crc/crc32c.h:23:0,
from
Greetings,
What GCC version is required for building daos v1.0.0?
Just want to verify as I am getting:
..
In file included from crc/crc32c.h:23:0,
from
|
By
Colin Ngam <cngam@...>
·
#1089
·
|
|
GCC Version
Greetings,
What GCC version is required for building daos v1.0.0?
Just want to verify as I am getting:
..
In file included from crc/crc32c.h:23:0,
from
Greetings,
What GCC version is required for building daos v1.0.0?
Just want to verify as I am getting:
..
In file included from crc/crc32c.h:23:0,
from
|
By
Colin Ngam
·
#1088
·
|
|
Re: Intel Optane SSD mounting problem
We upgraded from SPDK v19.04 to v20.01 shortly after releasing DAOS 1.0, that would be my best guess as to the cause (obviously not if you a testing with 1.0 rather than master).
We upgraded from SPDK v19.04 to v20.01 shortly after releasing DAOS 1.0, that would be my best guess as to the cause (obviously not if you a testing with 1.0 rather than master).
|
By
Nabarro, Tom
·
#1087
·
|
|
Re: Intel Optane SSD mounting problem
Gert,
Thanks for the further information. Something I don't quite follow:
"The product specification lists both Pyrite as Opal support, what is less clear in the documentation is that Opal is not
Gert,
Thanks for the further information. Something I don't quite follow:
"The product specification lists both Pyrite as Opal support, what is less clear in the documentation is that Opal is not
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1086
·
|
|
Re: Intel Optane SSD mounting problem
Patrick, Colin,
I verified with the NSG Business Unit that builds the 905P SSD.
The product specification lists both Pyrite as Opal support, what is less clear in the documentation is that Opal
Patrick, Colin,
I verified with the NSG Business Unit that builds the 905P SSD.
The product specification lists both Pyrite as Opal support, what is less clear in the documentation is that Opal
|
By
Gert Pauwels
·
#1085
·
|
|
Re: Intel Optane SSD mounting problem
Recall that we have used this SSD with DAOS in the past. Whatever is preventing this now is a change, perhaps in SPDK but possibly in how DAOS is invoking it.
Regards,
-Patrick
Recall that we have used this SSD with DAOS in the past. Whatever is preventing this now is a change, perhaps in SPDK but possibly in how DAOS is invoking it.
Regards,
-Patrick
|
By
Farrell, Patrick Arthur <patrick.farrell@...>
·
#1084
·
|