mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
vz: fix error message for readonly fs
Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
This commit is contained in:
parent
071fe09260
commit
07761f5d39
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user