Debug OS installation error

Change-Id: I4d22788c1de4163140f2c15dc9e07f0dd78f6fcc
This commit is contained in:
Zhijiang Hu 2017-09-11 06:25:18 +08:00
parent aba40321dd
commit 61c8a01eae
1 changed files with 0 additions and 3 deletions

View File

@ -1393,8 +1393,6 @@ class Controller(controller.BaseController):
request=req,
content_type="text/plain")
def _check_and_update_root_lv_size(self, req, id, host_meta,
orig_host_meta):
if host_meta.get(
'os_status',
None) != 'init' and orig_host_meta.get(
@ -1877,7 +1875,6 @@ class Controller(controller.BaseController):
# Do real checks and updates based upon parameters
self._check_and_update_root_disk(req, id, host_meta, orig_host_meta)
self._check_and_update_root_lv_size(req, id, host_meta, orig_host_meta)
self._check_and_update_swap_lv_size(req, id, host_meta, orig_host_meta)
self._check_and_update_root_passwd(req, id, host_meta, orig_host_meta)
self._check_and_update_isolcpus(req, id, host_meta, orig_host_meta)