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 993a1f937f
commit e217c0f1c3
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,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);