CloudStack CLOUDSTACK-4426

[VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2
This commit is contained in:
frank 2013-08-28 14:14:50 -07:00
parent cb9fc8bece
commit f21c8fa998
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ public class VmwareManagerImpl extends ManagerBase implements VmwareManager, Vmw
// Change permissions for the mountpoint
script = new Script(true, "chmod", _timeout, s_logger);
script.add("777", "*", "-R", mountPoint);
script.add("-R", "777", mountPoint);
result = script.execute();
if (result != null) {
s_logger.warn("Unable to set permissions for " + mountPoint + " due to " + result);