mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #523] [MERGED] Fix LVM device validation #678
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/523
Author: @danhper
Created: 3/16/2015
Status: ✅ Merged
Merged: 3/16/2015
Merged by: @retspen
Base:
master← Head:master📝 Commits (2)
1da815aFix pep8 failure.525c9dfFix too strict validation for LVM device.📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
storages/forms.py(+1 -1)📝
templates/storages.html(+1 -1)📝
vrtManager/instance.py(+1 -1)📄 Description
Hi,
When using disks in a RAID, disks name such as
/dev/mapper/isw_dhbbdjjcfb_system3,which failed validation while being correct. I made a small change to the validation regex to allow underscores.
I also fixed the file making the build fail due to pep8 warning.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.