LLNL / UnifyFS

UnifyFS: A file system for burst buffers
Other
102 stars 31 forks source link

disallow unifyfs_create() of existing file #720

Closed MichaelBrim closed 2 years ago

MichaelBrim commented 2 years ago

Description

Duplicate creation is only disallowed for the same client that did the original unifyfs_create(). Also, add a unit test for this case.

Motivation and Context

See issue #690

How Has This Been Tested?

Tested on Ubuntu docker.

Types of changes

Checklist: