[
https://issues.apache.org/jira/browse/CLOUDSTACK-9045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14996727#comment-14996727
]
ASF GitHub Bot commented on CLOUDSTACK-9045:
--------------------------------------------
Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/1047#issuecomment-155098505
LGTM, this path is also in use for other distributions:
```
grep -r "cloudstack" * | grep mnt
centos63/replace.properties:MSMNTDIR=/var/cloudstack/mnt
centos7/replace.properties:MSMNTDIR=/var/cloudstack/mnt
centos7/tomcat7/environment.properties:mount.parent=/var/cloudstack/mnt
fedora20/replace.properties:MSMNTDIR=/var/cloudstack/mnt
fedora21/replace.properties:MSMNTDIR=/var/cloudstack/mnt
```
Here the folder is created:
https://github.com/apache/cloudstack/blob/master/debian/rules#L67
PACKAGE == cloudstack
> Wrong mounting directory specified for managment server.
> --------------------------------------------------------
>
> Key: CLOUDSTACK-9045
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9045
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.6.0
> Environment: Ubuntu 14.04
> Reporter: Boris Schrijver
> Assignee: Boris Schrijver
> Priority: Critical
> Fix For: 4.6.0
>
>
> The mounting directory here [0], which we specify for DEB packages here [1]
> is incorrect. It should be /var/lib/cloudstack/mnt instead of
> /var/lib/cloud/mnt.
> [0]
> https://github.com/apache/cloudstack/blob/3ded3e90007d08fa98465f2b8c68b7fb075557c0/client/tomcatconf/environment.properties.in#L21
> [1]
> https://github.com/apache/cloudstack/blob/3ded3e90007d08fa98465f2b8c68b7fb075557c0/packaging/debian/replace.properties#L46
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)