In the "Single Write Multiple Read" (SWMR)" document it says that your file system needs to be POSIX compliant. Our software runs on Windows 7, 8 and 10. I am finding confusing information about if these O/S's are POSIX compliant.
Anybody know if the SWMR will work on these O/S's?
We do not currently test SWMR on Windows but we would expect it to work on NTFS. Basically we need for write ordering to be preserved, which is usually true for a straightforward local file system. Parallel file systems like GPFS are also generally supported.
Most network file systems (NFS, SMB/Windows file shares, etc.), however, do not guarantee write ordering and are not supported under SWMR.
In the "Single Write Multiple Read" (SWMR)" document it says that your file system needs to be POSIX compliant. Our software runs on Windows 7, 8 and 10. I am finding confusing information about if these O/S's are POSIX compliant.
Anybody know if the SWMR will work on these O/S's?
We are updating the document for the release to make it more clear. "Posix compliant" will be replaced with “the file system that complies with the POSIX write() semantics”.
As Dana said, the most important issue is write ordering.
Elena
···
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elena Pourmal The HDF Group http://hdfgroup.org
1800 So. Oak St., Suite 203, Champaign IL 61820
217.531.6112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We do not currently test SWMR on Windows but we would expect it to work on NTFS. Basically we need for write ordering to be preserved, which is usually true for a straightforward local file system. Parallel file systems like GPFS are also generally supported.
Most network file systems (NFS, SMB/Windows file shares, etc.), however, do not guarantee write ordering and are not supported under SWMR.
In the “Single Write Multiple Read" (SWMR)” document it says that your file system needs to be POSIX compliant. Our software runs on Windows 7, 8 and 10. I am finding confusing information about if these O/S’s are POSIX compliant.
Anybody know if the SWMR will work on these O/S’s?
On the topic of parallel file systems, it is unclear if the PVFS (aka OrangeFS) file system is POSIX-enough to support SWMR. PVFS does not implement full POSIX semantics, for performance reasons, but neither is it as sloppy as NFS is.
==rob
···
On 03/16/2016 11:28 AM, Dana Robinson wrote:
Hi Andrew,
We do not currently test SWMR on Windows but we would expect it to work
on NTFS. Basically we need for write ordering to be preserved, which is
usually true for a straightforward local file system. Parallel file
systems like GPFS are also generally supported.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elena Pourmal The HDF Group http://hdfgroup.org
1800 So. Oak St., Suite 203, Champaign IL 61820
217.531.6112
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On 03/16/2016 11:28 AM, Dana Robinson wrote:
Hi Andrew,
We do not currently test SWMR on Windows but we would expect it to work
on NTFS. Basically we need for write ordering to be preserved, which is
usually true for a straightforward local file system. Parallel file
systems like GPFS are also generally supported.
On the topic of parallel file systems, it is unclear if the PVFS (aka OrangeFS) file system is POSIX-enough to support SWMR. PVFS does not implement full POSIX semantics, for performance reasons, but neither is it as sloppy as NFS is.