提交 07761f5d 编写于 作者: N Nikolay Shirokovskiy 提交者: Maxim Nestratov

vz: fix error message for readonly fs

Signed-off-by: NNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
上级 071fe092
......@@ -2666,7 +2666,7 @@ static int prlsdkCheckFSUnsupportedParams(virDomainFSDefPtr fs)
if (fs->readonly) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("Setting readonly for filesystems is "
"supported by vz driver."));
"not supported by vz driver."));
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册