
21 Apr
2016
21 Apr
'16
3:38 a.m.
On Wed, Apr 20, 2016 at 13:33:15 -0400, Cole Robinson wrote:
virsh doesn't reject or absolutify a passed relative path, which can give unexpected results. Convert a relative path to an absolute one before calling the API
virsh should never try to convert relative path to absolute. If we want to support relative paths, libvirtd should convert them, but I don't think we really want to do that. I think the right fix for this bug is the bug summary says, i.e., just forbid using relative paths. Jirka