mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-05 09:17:57 +03:00
5a7698c799
When creating a new VM and selecting a volume from a network-based storage pool such as rbd, the volume is not recognized as network-based and is treated as a volume from a directory storage pool. This patch adds a method to check if the volume's path points to a network-based volume, then uses the method to avoid actions like setting unix file permissions on the volume, which doesn't make sense for a network-based volume. Signed-off-by: Jim Fehlig <jfehlig@suse.com> (crobinso: rebase, tweak lookup logic) |
||
---|---|---|
.. | ||
__init__.py | ||
char.py | ||
controller.py | ||
device.py | ||
disk.py | ||
filesystem.py | ||
graphics.py | ||
hostdev.py | ||
input.py | ||
interface.py | ||
memballoon.py | ||
memory.py | ||
panic.py | ||
redirdev.py | ||
rng.py | ||
smartcard.py | ||
sound.py | ||
tpm.py | ||
video.py | ||
watchdog.py |