cloudstack/plugins/hypervisors/hyperv/DotNet/ServerResource
Devdeep Singh 2b1d997728 CLOUDSTACK-5248: Fixed creation of mount point when running as non root (cloud) user.
The systemvm iso file is copied only when a systemvm or router vm is to be started on
a host. The file gets copied to the secondary storage. The mount point used is the one
that has permissions for regular user to mount a share.
CLOUDSTACK-5275: The failure was because a secondary storage wasn't available when the
host was added. When a setup is done through wizard the hosts get added before the
secondary storage. CS was tying to copy yhe systemvm iso to secondary and it used to
fail if it wasn't available. Made a change to copy the iso only when a systemvm is
being started on a host.
CLOUDSTACK-5202: Made changes to clean up mount points on stop and start.

All the three are related fixes; so putting a fix in one commit.
2013-12-11 17:50:13 +05:30
..
.nuget Fix nuget package path error. 2013-12-09 13:23:20 +05:30
AgentShell adding missing license headers for cs files 2013-12-03 15:53:39 +05:30
HypervResource CLOUDSTACK-5248: Fixed creation of mount point when running as non root (cloud) user. 2013-12-11 17:50:13 +05:30
ServerResource.Tests Make sure only unit tests are run during build time and not functional tests. 2013-11-04 18:48:54 +05:30
WmiWrappers CLOUDSTACK-5178: DeployVm from ISO fails. Fixed the creation of root 2013-12-04 20:36:49 +05:30
.gitignore git config files were missing the ASF license 2013-11-05 15:40:45 -08:00
ServerResource.sln A plugin for Hyper-V control is available for CloudStack. The plugin implements basic VM control; however, its 2013-11-04 18:48:53 +05:30