Hello community, here is the log from the commit of package yast2-cluster for openSUSE:Factory checked in at 2018-01-13 21:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old) and /work/SRC/openSUSE:Factory/.yast2-cluster.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-cluster" Sat Jan 13 21:47:28 2018 rev:22 rq:563544 version:4.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes 2018-01-06 18:51:01.086104448 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 2018-01-13 21:47:31.166433000 +0100 @@ -1,0 +2,6 @@ +Thu Jan 11 16:12:15 UTC 2018 - [email protected] + +- bsc#1075507 two_node can not be enable when using qdevice +- Version 4.0.3 + +------------------------------------------------------------------- Old: ---- yast2-cluster-4.0.2.tar.bz2 New: ---- yast2-cluster-4.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-cluster.spec ++++++ --- /var/tmp/diff_new_pack.uS9Vlj/_old 2018-01-13 21:47:31.774404657 +0100 +++ /var/tmp/diff_new_pack.uS9Vlj/_new 2018-01-13 21:47:31.790403911 +0100 @@ -18,7 +18,7 @@ Name: yast2-cluster %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services -Version: 4.0.2 +Version: 4.0.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-cluster-4.0.2.tar.bz2 -> yast2-cluster-4.0.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.0.2/package/yast2-cluster.changes new/yast2-cluster-4.0.3/package/yast2-cluster.changes --- old/yast2-cluster-4.0.2/package/yast2-cluster.changes 2018-01-05 10:40:16.000000000 +0100 +++ new/yast2-cluster-4.0.3/package/yast2-cluster.changes 2018-01-11 09:58:06.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 11 16:12:15 UTC 2018 - [email protected] + +- bsc#1075507 two_node can not be enable when using qdevice +- Version 4.0.3 + +------------------------------------------------------------------- Fri Dec 22 07:04:15 UTC 2017 - [email protected] - bsc#1070961, support corosync qdevice. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.0.2/package/yast2-cluster.spec new/yast2-cluster-4.0.3/package/yast2-cluster.spec --- old/yast2-cluster-4.0.2/package/yast2-cluster.spec 2018-01-05 10:40:16.000000000 +0100 +++ new/yast2-cluster-4.0.3/package/yast2-cluster.spec 2018-01-11 09:58:06.000000000 +0100 @@ -18,7 +18,7 @@ Name: yast2-cluster %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services -Version: 4.0.2 +Version: 4.0.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.0.2/src/modules/Cluster.rb new/yast2-cluster-4.0.3/src/modules/Cluster.rb --- old/yast2-cluster-4.0.2/src/modules/Cluster.rb 2018-01-05 10:40:16.000000000 +0100 +++ new/yast2-cluster-4.0.3/src/modules/Cluster.rb 2018-01-11 09:58:06.000000000 +0100 @@ -347,6 +347,11 @@ # Set "1" to enable two_node mode when two nodes, otherwise is "0". @two_node = "1" end + + if @corosync_qdevice + # two_node can not be used with qdevice + @two_node = "0" + end SCR.Write(path(".openais.quorum.two_node"), @two_node) SCR.Write(
