Basically fix this TODO:
|
// TODO: make this configurable via xattr or CLI |
This is actually trivial work but the UX needs some thought. Stability is a component-level value, but the main way users interact with the xattr component is by labeling files.
Perhaps simplest is to just support a e.g. user.stability value on any of the files in that component and error out if there are multiple values which disagree.
Basically fix this TODO:
chunkah/src/components/xattr.rs
Line 141 in 8031677
This is actually trivial work but the UX needs some thought. Stability is a component-level value, but the main way users interact with the xattr component is by labeling files.
Perhaps simplest is to just support a e.g.
user.stabilityvalue on any of the files in that component and error out if there are multiple values which disagree.