The option to enable full-version-strings in installation paths was accidentally named referenced as --enable-full-version but it is actually --enable-versionfull.
Signed-off-by: Helga Velroyen <[email protected]> --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4279d53..c8d9ad6 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ Version 2.11.2 particular that after an upgrade from 2.11.0 or 2.11.1, 'cfgupgrade' needs to be run, either manually or explicitly by running 'gnt-cluster upgrade --to 2.11.2' (which requires that they - had configured the cluster with --enable-full-version). + had configured the cluster with --enable-versionfull). This also means, that it is not easily possible to downgrade from 2.11.2 to 2.11.1 or 2.11.0. The only way is to go back to 2.10 and back. -- 2.0.0.526.g5318336
