Yaniv Bronhaim has uploaded a new change for review. Change subject: Remove configure sanlock from %post installation ......................................................................
Remove configure sanlock from %post installation There is no need to run this verb during post as the user should run the full configure flow after installation. This is redundant call that might cause conflicts during upgrades. Change-Id: I6474b6fa6251fc79ecc04ca730b6dad93d2434d2 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/34394/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 64e03d0..3baac76 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -759,7 +759,6 @@ fi %post -%{_bindir}/vdsm-tool configure --module sanlock --force >/dev/null %{_bindir}/vdsm-tool sebool-config || : # set the vdsm "secret" password for libvirt %{_bindir}/vdsm-tool set-saslpasswd -- To view, visit http://gerrit.ovirt.org/34394 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6474b6fa6251fc79ecc04ca730b6dad93d2434d2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
