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: support passing in cont labels or uuids #496

Closed dsikich closed 3 years ago

dsikich commented 3 years ago

Update parsing to support passing in either a container label or UUID. Also add cont_label option to daos-deserialize so that a user can deserialize their container to a passed in a label name.

Signed-off-by: Danielle Sikich danielle.sikich@intel.com

dsikich commented 3 years ago

@daltonbohning All dcp functional tests are passing except for large dir/file tests that I don't run locally.

dsikich commented 3 years ago

@adammoody does this look ok to you?

adammoody commented 3 years ago

@adammoody does this look ok to you?

Yep, just a couple minor things, but go ahead and merge when you'd like. Thanks.