You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently check the output of 'virsh vol-info' for an expected error
message when checking for the presence of a volume. In non-English
locales, this will not work.
This change fixes the issue by assuming a failure of the command means
that the volume does not exist. If there is another cause, this should
be picked up when the volume is created.
Fixes: #51
0 commit comments