Skip to content

logging volume #77

@akseg73

Description

@akseg73

We want to create a volume solely for append only logs on SSD. This is what we do:

  1. fallocate() to preallocate 40 mb of log file
  2. append 4kb blocks to the log file.

This is what we are thinking of doing:
-- disable compression, dedup
-- set sync=true

Does VDO play well with Linux Asynchronous i/o? In other words if aio is issued and async is true then does it complete the write before returning success to the caller?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions