mirror of https://github.com/apache/cloudstack.git
CloudStack CLOUDSTACK-4426
[VMware] [upgrade] system VM not coming up after upgrade from 3.0.4 to 4.2
This commit is contained in:
parent
993a1f937f
commit
e217c0f1c3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue