Skip to content

Conversation

@vmo69
Copy link
Contributor

@vmo69 vmo69 commented Jan 6, 2026

DOV-7737

| [[link,fs_compress,compress]] | File compression. |
<!-- @include: @docs/storage/providers/includes/fs-wrapper.inc -->

To wrap a fs driver into one of the wrapper it is to be listed after the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit wordy, maybe "To wrap a fs driver, it should be listed after the wrapper in the configuration."

wrapper in the configuration.
So to wrap [[link,fs_posix,posix]] with the [[link,fs_metawrap,metawrap]] to
support storing metadata with `fs posix` it should be added before the
`fs posix {}` block. The same applies to all other wrapping fs drivers
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove "The same applies..." sentence. This is just an example, people are smart enough to understand this applies to any fs drivers.


To wrap a fs driver into one of the wrapper it is to be listed after the
wrapper in the configuration.
So to wrap [[link,fs_posix,posix]] with the [[link,fs_metawrap,metawrap]] to
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefix this sentence with "For example" (or put it in a separate sub-header), to make clear this is an example.

}
```

It is also possible to use multiple fs wrappers on top of each other.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean? This probably needs an example as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants