|
Re: Question about Pool Size Expansion
Shohei,
you can add additional servers, see this in the manual:
https://docs.daos.io/admin/pool_operations/#pool-extension
kevin
________________________________________
Sent: Saturday, August
Shohei,
you can add additional servers, see this in the manual:
https://docs.daos.io/admin/pool_operations/#pool-extension
kevin
________________________________________
Sent: Saturday, August
|
By
Harms, Kevin
·
#1439
·
|
|
unable to configure raft service;no dRPC client set (data plane not started?)
Hello DAOS developers and users
I am trying to start a DAOS server with real SCM and NVme Devices.
After formating the storage device,the server complain "instance 0 exited: failed to start system db:
Hello DAOS developers and users
I am trying to start a DAOS server with real SCM and NVme Devices.
After formating the storage device,the server complain "instance 0 exited: failed to start system db:
|
By
21960347@...
·
#1438
·
|
|
Questions about Daos consistency
DAOS uses two-phase commit to ensure consistency between replicas. According to "src/vos/readme.md", read requests can be sent to any replica, but if this replica server has a network partition(the
DAOS uses two-phase commit to ensure consistency between replicas. According to "src/vos/readme.md", read requests can be sent to any replica, but if this replica server has a network partition(the
|
By
段世博
·
#1437
·
|
|
Question about Pool Size Expansion
Hi,
I have a question about expanding the size of existing pools online in DAOS v1.2? Is there any way to do it?
Thank you,
---
Shohei
Hi,
I have a question about expanding the size of existing pools online in DAOS v1.2? Is there any way to do it?
Thank you,
---
Shohei
|
By
shmatsuu@...
·
#1436
·
|
|
Re: Increasing FIO performance
Hi Eeheet,
You can use the fio DAOS engine (https://daos-stack.github.io/devbranch/admin/performance_tuning/#fio).
If you want to stick to dfuse, then I would advise to use the posixaio engine
Hi Eeheet,
You can use the fio DAOS engine (https://daos-stack.github.io/devbranch/admin/performance_tuning/#fio).
If you want to stick to dfuse, then I would advise to use the posixaio engine
|
By
Johann
·
#1435
·
|
|
Re: Question about DFS
Hi,
The DFS layer does not track openers, so the other client will be able to proceed and delete the file. The original opener will thus suddenly see an empty file.
Please note that if the two
Hi,
The DFS layer does not track openers, so the other client will be able to proceed and delete the file. The original opener will thus suddenly see an empty file.
Please note that if the two
|
By
Johann
·
#1434
·
|
|
Increasing FIO performance
Hi,
I’m an intern on the HPC team, and I’m trying to increase the performance of FIO on my server (wolf-169), admin/client (wolf-57). I attached a screencap of what I’m currently getting and
Hi,
I’m an intern on the HPC team, and I’m trying to increase the performance of FIO on my server (wolf-169), admin/client (wolf-57). I attached a screencap of what I’m currently getting and
|
By
Hayer, Eeheet <eeheet.hayer@...>
·
#1433
·
|
|
Question about DFS
While a file is opened by one client, can other clients delete the file? If it cannot be deleted, how is this guaranteed?
Thanks~
While a file is opened by one client, can other clients delete the file? If it cannot be deleted, how is this guaranteed?
Thanks~
|
By
段世博
·
#1432
·
Edited
|
|
Re: FIO Results & Running IO500
Hi Peter,
A few things to try/explore:
I don’t think that we have ever tested with 2x pmem DIMMs per socket. Maybe you could try with dram instead of pmem to see whether the performance
Hi Peter,
A few things to try/explore:
I don’t think that we have ever tested with 2x pmem DIMMs per socket. Maybe you could try with dram instead of pmem to see whether the performance
|
By
Johann
·
#1431
·
|
|
Re: Creating a POSIX container first and opening it inside my code
Hi Lipeng,
Assuming that you are using 1.2, you can create a POSIX container with the daos utility:
$ daos cont create --pool <POOL_UUID> --type POSIX
You get back a container UUID that you
Hi Lipeng,
Assuming that you are using 1.2, you can create a POSIX container with the daos utility:
$ daos cont create --pool <POOL_UUID> --type POSIX
You get back a container UUID that you
|
By
Johann
·
#1430
·
|
|
Re: Update to privileged helper
Try running the utils/setup_daos_admin.sh script as sudo.
The admin binary should be moved to /usr/bin/ with setuid.
Remove executable bit from install/bin/daos_admin.
These steps are performed
Try running the utils/setup_daos_admin.sh script as sudo.
The admin binary should be moved to /usr/bin/ with setuid.
Remove executable bit from install/bin/daos_admin.
These steps are performed
|
By
Nabarro, Tom
·
#1429
·
|
|
Re: Update to privileged helper
What are the manual steps? I tried using setuid and checking immutable bit, but I still get the privileged helper (daos_admin) does not have root permissions, e.g.,
# chmod u+s
What are the manual steps? I tried using setuid and checking immutable bit, but I still get the privileged helper (daos_admin) does not have root permissions, e.g.,
# chmod u+s
|
By
Ethan Mallove <ethanx.a.mallove@...>
·
#1428
·
|
|
Re: FIO Results & Running IO500
Thank you for the reply,
Yes, I have mounted the Optane modules as an ext4 filesystem; a quick FIO test is able to achieve > 1 MIOPs.
My thought was that it would be network related, however I've
Thank you for the reply,
Yes, I have mounted the Optane modules as an ext4 filesystem; a quick FIO test is able to achieve > 1 MIOPs.
My thought was that it would be network related, however I've
|
By
Peter <magpiesaresoawesome@...>
·
#1427
·
|
|
Re: FIO Results & Running IO500
Hi,
Have you tried benchmarking the hardware directly, rather than through
DAOS? i.e. running some benchmarks just on an ext4 filesystem mounted on
the Optane on a single node. Just to check that
Hi,
Have you tried benchmarking the hardware directly, rather than through
DAOS? i.e. running some benchmarks just on an ext4 filesystem mounted on
the Optane on a single node. Just to check that
|
By
JACKSON Adrian
·
#1426
·
|
|
Re: FIO Results & Running IO500
Hello again,
I've tried some more to improve these results, different DAOS versions (including the YUM repo), different MPI versions, DAOS configurations, etc.
I'm still unable to diagnose this
Hello again,
I've tried some more to improve these results, different DAOS versions (including the YUM repo), different MPI versions, DAOS configurations, etc.
I'm still unable to diagnose this
|
By
Peter <magpiesaresoawesome@...>
·
#1425
·
|
|
Creating a POSIX container first and opening it inside my code
Hi,
How to create a POSIX container first by calling "daos cont create" and then open it inside my code using "daos_cont_open()"? Should I pass some environment variables into my code?
Thanks,
Lipeng
Hi,
How to create a POSIX container first by calling "daos cont create" and then open it inside my code using "daos_cont_open()"? Should I pass some environment variables into my code?
Thanks,
Lipeng
|
By
wanl@...
·
#1424
·
|
|
Re: Questions about DFS
Hi,
Permissions checks when using the DFS API are only done on the pool and container ACLs during dfs_mount().
The DAOS/DFS client does not cache any data on the client side. So if you lookup a
Hi,
Permissions checks when using the DFS API are only done on the pool and container ACLs during dfs_mount().
The DAOS/DFS client does not cache any data on the client side. So if you lookup a
|
By
Chaarawi, Mohamad
·
#1423
·
|
|
Questions about DFS
Hi~, I have two questions about DFS metadata:
1. When the client opens a file or directory, will it check the permissions for each directory on the path, or will it only check at dfs_mount()?
2.
Hi~, I have two questions about DFS metadata:
1. When the client opens a file or directory, will it check the permissions for each directory on the path, or will it only check at dfs_mount()?
2.
|
By
段世博
·
#1422
·
|
|
Re: FIO Results & Running IO500
Actually, it's been pointed out to me I was confusing engines and
targets. So ignore me. :)
--
Tel: +44 131 6506470 skype: remoteadrianj
Actually, it's been pointed out to me I was confusing engines and
targets. So ignore me. :)
--
Tel: +44 131 6506470 skype: remoteadrianj
|
By
JACKSON Adrian
·
#1421
·
|
|
Re: FIO Results & Running IO500
It would be sensible to increase the number of engines per node. For our
system, where we have 48 cores per node, we're running 12 engines per
socket, 24 per node. This night be too many, but I think
It would be sensible to increase the number of engines per node. For our
system, where we have 48 cores per node, we're running 12 engines per
socket, 24 per node. This night be too many, but I think
|
By
JACKSON Adrian
·
#1420
·
|