mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
Category prefix is optional when setting Volume options. For example to set replicate.eager-lock, we can pass `replicate.eager-lock` or `cluster/replicate.eager-lock`. With this PR, always stored with category prefix. Also fixed the issue of loosing template variables when xlator default options and volinfo.Options are loaded(Fixes: #1397) Signed-off-by: Aravinda VK <avishwan@redhat.com>