[
https://issues.apache.org/jira/browse/CLOUDSTACK-9183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15623606#comment-15623606
]
ASF GitHub Bot commented on CLOUDSTACK-9183:
--------------------------------------------
GitHub user olafurgreen opened a pull request:
https://github.com/apache/cloudstack/pull/1744
CLOUDSTACK-9183: bash: /opt/cloud/bin/getRouterAlerts.sh: No such fil…
…e or directory
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greenqloud/cloudstack 4.7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1744.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1744
----
commit 420d06f4d371e31761440c3d3957bab737531af3
Author: Ólafur Stefán Arnarsson <[email protected]>
Date: 2016-10-31T21:44:15Z
CLOUDSTACK-9183: bash: /opt/cloud/bin/getRouterAlerts.sh: No such file or
directory
----
> CS 4.7.0 bash: /opt/cloud/bin/getRouterAlerts.sh: No such file or directory
> ---------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9183
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9183
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: SystemVM
> Affects Versions: 4.7.0
> Environment: CloudStack 4.7.0 RC1, Ubuntu 14.04.3, KVM, NFS
> Reporter: Milamber
> Labels: kvm, systemvm
>
> On my 4.7.0 RC1 test environment, I've this warning message:
> 2015-12-15 23:57:35,165 WARN [c.c.n.r.VirtualNetworkApplianceManagerImpl]
> (RouterStatusMonitor-1:ctx-f1556e81) (logid:db80c3d4) Unable to get alerts
> from router r-11-VM bash: /opt/cloud/bin/getRouterAlerts.sh: No such file or
> directory
> I don't find this bash script anywhere (on management node, host node and
> inside the VR)
> I find theses references to this script inside:
> public static final String ROUTER_ALERTS = "getRouterAlerts.sh";
> ./core/src/com/cloud/agent/resource/virtualnetwork/VRScripts.java
> ExecutionResult result = _vrDeployer.executeInVR(routerIp,
> VRScripts.ROUTER_ALERTS, args);
> ./core/src/com/cloud/agent/resource/virtualnetwork/VirtualRoutingResource.java
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)