rohityadavcloud opened a new issue, #7824:
URL: https://github.com/apache/cloudstack/issues/7824
The mount point setting `mount.parent` is set to `/var/cloudstack/mnt`, when
deploying a VMware env with Ubuntu (22.04) based management server we get
exception in folder/path missing or not accessible (by cloud:cloud folder
permissions) on Ubuntu as the management server can't mount and untar the
systemvmtemplate ova.
The fix was to create the folder with cloud:cloud permission or change this
global setting. This wasn't obvious to me as the MSMNTDIR is set to
`/var/lib/cloudstack/mnt` in the replace.properties and I had expected this to
work out of the box. Perhaps we need to make the code intelligent enough for
this, or a better error message in logs?
```
packaging/debian/replace.properties:MSMNTDIR=/var/lib/cloudstack/mnt
```
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
Configuration, VMware
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.18
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
VMware adv zone, with Ubuntu based mgmt server
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
Ubuntu 22.04 as mgmt server
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]