hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
168 stars 66 forks source link

Daos api update API: daos_cont_open only supports uuid string. #521

Closed wiliamhuang closed 2 years ago

wiliamhuang commented 2 years ago

Need to convert uuid_t to string then pass it to daos_cont_open().

daltonbohning commented 2 years ago

@adammoody I'm going ahead and merging this one since the change is just one line, contained to DAOS only, and we'd like to update our internal tests accordingly.

adammoody commented 2 years ago

No problem. Thanks @wiliamhuang and @daltonbohning