ACFS filesystem characteristics
I'm wondering if ACFS meets the following characteristics which are needed to run a 3rd party application on it and replace a solution based on GFS2.
Write Order
=======
The storage solution must write data blocks to shared storage in the same order
as they occur in the data buffer. (Solutions that write data blocks in any
other order (for example, to enhance disk efficiency) do not
satisfy this requirement.)
Synchronous Write Persistence
===================
Upon return from a synchronous write call, the storage solution guarantees that
all the data have been written to durable, persistent storage.
Jan
Write Order
=======
The storage solution must write data blocks to shared storage in the same order
as they occur in the data buffer. (Solutions that write data blocks in any
other order (for example, to enhance disk efficiency) do not
satisfy this requirement.)
Synchronous Write Persistence
===================
Upon return from a synchronous write call, the storage solution guarantees that
all the data have been written to durable, persistent storage.
Jan
0