Skip to content

Commit f919e01

Browse files
committed
for cloudzone, loose the check for ubuntu 10.04, people may want to install it on a newer kernel
1 parent 7e195ae commit f919e01

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/lib/cloudutils/syscfg.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def check(self):
7676
if self.env.agentMode == "myCloud":
7777
if self.env.distribution.getVersion() != "Ubuntu":
7878
raise CloudInternalException("Need to run myCloud agent on an Ubuntu machine\n")
79-
elif self.env.distribution.getRelease() != "10.04":
80-
raise CloudInternalException("Need to run myCloud agent on an Ubuntu 10.04\n")
8179
elif self.env.distribution.getArch() != "x86_64":
8280
raise CloudInternalException("Need to run myCloud agent on an 64bit machine\n")
8381
#check free disk space on the local disk

0 commit comments

Comments
 (0)