[
https://issues.apache.org/jira/browse/CLOUDSTACK-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002966#comment-14002966
]
ASF subversion and git services commented on CLOUDSTACK-6714:
-------------------------------------------------------------
Commit 6052a181ddddd7ca5f7c425d56d3eca55fba4aa5 in cloudstack's branch
refs/heads/master from Jayapal
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6052a18 ]
CLOUDSTACK-6714: monitor script echo service command is added with quotes
> Service monitoring conf is has issue with script in vmware
> ----------------------------------------------------------
>
> Key: CLOUDSTACK-6714
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6714
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.3.0
> Reporter: Jayapal Reddy
> Assignee: Jayapal Reddy
> Fix For: 4.4.0
>
>
> There is issue in monitor_service.sh echo service name to conf file.
> setup1:
> root@r-13-VM:~# s=[loadbalancing]; echo $s;
> i
> root@r-13-VM:~# s=[loadbalancing]; echo "$s";
> [loadbalancing]
> Dev setup:
> root@r-4-VM:~# s=[loadbalancing]; echo $s;
> [loadbalancing]
--
This message was sent by Atlassian JIRA
(v6.2#6252)