This repository was archived by the owner on Mar 26, 2020. It is now read-only.
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
cli: Backward compatibility for option names #739
Open
Description
Since Glusterd2 loads list of xlator options directly from xlators/*.so
files, it expects option name in volume set command as <xlator>.<option-name>
. In previous releases name used in Volume set command is different that this(only <option-name>
).
This may break many applications, tests and other integrations. APIs can continue to use the option names as Glusterd2 expects, CLI should convert old option name to new option name(excluding the ones which needs name change for usability)