[
https://issues.apache.org/jira/browse/CLOUDSTACK-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002923#comment-14002923
]
ASF subversion and git services commented on CLOUDSTACK-6714:
-------------------------------------------------------------
Commit c4ae789e8b468467da69b17775f3f5661b2e0100 in cloudstack's branch
refs/heads/4.4 from Jayapal
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=c4ae789 ]
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)