mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
addstorage: Clarify that VM will fail if cant set path search perms
https://bugzilla.redhat.com/show_bug.cgi?id=1181025
This commit is contained in:
parent
cca34185c0
commit
cc67f8f194
@ -167,6 +167,7 @@ class vmmAddStorage(vmmGObjectUI):
|
||||
if path not in broken_paths:
|
||||
continue
|
||||
details += "%s : %s\n" % (path, error)
|
||||
details += "\nIt is very likely the VM fill fail to start up."
|
||||
|
||||
logging.debug("Permission errors:\n%s", details)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user