mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #333] [MERGED] Skip over offline storage devices when mounting isos #626
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/333
Author: @ibuclaw
Created: 6/10/2014
Status: ✅ Merged
Merged: 6/12/2014
Merged by: @retspen
Base:
master← Head:mountiso📝 Commits (1)
042525eSkip over offline storage devices when mounting isos📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
vrtManager/instance.py(+4 -3)📄 Description
When mounting ISOs via Instance > Settings > Media, was getting the following error that is telling me about an iSCSI pool that is not related to the VM I was changing:
Requested operation is not valid: storage poolvmpool-iscsi' is not active`Tracked it down to the following area this pull request fixes, which tells
mount_isoto skip over offlined storaged pools.To reproduce, create a pool against a host, then stop it. Then try and attach an ISO to a VM. If you look at
get_iso_mediawhich retrieves the list of ISOs to available to mount, it does the same thing.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.