未验证 提交 ab9ea859 编写于 作者: X Xu Han 提交者: GitHub

Merge pull request #1296 from luckyh/hotfix-process

enospc: Hotfix reference issue
......@@ -169,7 +169,7 @@ def run(test, params, env):
try:
process.run("lvextend -L +200M %s" % logical_volume)
except process.CmdError, e:
logging.debug(e.result_obj.stdout)
logging.debug(e.result.stdout)
error_context.context("Continue paused guest", logging.info)
vm.resume()
elif not vm.monitor.verify_status("running"):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册