Currently, mac prefix is set at cluster initialization and cannot be
changed afterwards. This patch series extends LUClusterSetParams to
support the modification of the cluster mac prefix setting. Also,
'gnt-cluster info' is extended to show this parameter.
The modification of the mac-prefix will affect only new instances.
Existing instances will remain intact.
This fixes issue 239.
Dimitris Bliablias (4):
Show mac prefix setting in gnt-cluster info
Allow cluster mac prefix modification
Add unittest for gnt-cluster modify --mac-prefix
Add --mac-prefix to gnt-cluster modify manpage
lib/client/gnt_cluster.py | 5 ++++-
lib/cmdlib/cluster.py | 8 ++++++++
man/gnt-cluster.rst | 9 +++++----
src/Ganeti/OpCodes.hs | 1 +
src/Ganeti/Query/Server.hs | 1 +
test/hs/Test/Ganeti/OpCodes.hs | 1 +
test/py/cmdlib/cluster_unittest.py | 6 ++++++
7 files changed, 26 insertions(+), 5 deletions(-)
--
1.7.10.4