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 11:09:46 -07:00
parent de531c0c0a
commit 993a1f937f
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", mountPoint);
script.add("777", "*", "-R", mountPoint);
result = script.execute();
if (result != null) {
s_logger.warn("Unable to set permissions for " + mountPoint + " due to " + result);