Yaniv Bronhaim has uploaded a new change for review. Change subject: remove redundant tabs from vdsmd init script ......................................................................
remove redundant tabs from vdsmd init script Change-Id: I8c09fb78b14bf2184c69f01bed34333d9fc43eed Signed-off-by: Yaniv Bronhaim <[email protected]> --- M init/vdsmd_init_common.sh.in 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/33/48233/1 diff --git a/init/vdsmd_init_common.sh.in b/init/vdsmd_init_common.sh.in index 5f2671b..538c047 100644 --- a/init/vdsmd_init_common.sh.in +++ b/init/vdsmd_init_common.sh.in @@ -260,9 +260,9 @@ ret=$? elif grep -q '^vdsm-4\.16\.' "${upgraded_ver_file}"; then # REQUIRED_FOR upgrade from vdsm-4.16.z - # Both mutlipath and sasl password were configured in 4.16 as - # part of the installation - see vdsm-4.16 spec. Since 4.17 the - # logic moved to vdsm-tool + # Both mutlipath and sasl password were configured in 4.16 as + # part of the installation - see vdsm-4.16 spec. Since 4.17 the + # logic moved to vdsm-tool "$VDSM_TOOL" configure --module multipath --module passwd ret=$? fi -- To view, visit https://gerrit.ovirt.org/48233 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8c09fb78b14bf2184c69f01bed34333d9fc43eed 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
