mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #492] The target must not contain any special characters when choose LVM #368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @psdrndm on GitHub (Jan 20, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/492
The target must not contain any special characters when choose LVM for storage
@sammcj commented on GitHub (Jan 24, 2015):
Just encountered this.
https://github.com/retspen/webvirtmgr/blob/master/storages/forms.py#L35 - causes /dev/somedisk to fail because device paths contain slashes.
I suggest removing check for special chars on device paths.
@retspen commented on GitHub (Mar 11, 2015):
Fixed
d2ba353ab6