mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel
This commit is contained in:
parent
9f8d515b2e
commit
d4e06b48e4
@ -76,8 +76,6 @@ class sysConfigAgent(sysConfig):
|
||||
if self.env.agentMode == "myCloud":
|
||||
if self.env.distribution.getVersion() != "Ubuntu":
|
||||
raise CloudInternalException("Need to run myCloud agent on an Ubuntu machine\n")
|
||||
elif self.env.distribution.getRelease() != "10.04":
|
||||
raise CloudInternalException("Need to run myCloud agent on an Ubuntu 10.04\n")
|
||||
elif self.env.distribution.getArch() != "x86_64":
|
||||
raise CloudInternalException("Need to run myCloud agent on an 64bit machine\n")
|
||||
#check free disk space on the local disk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user