[GH-ISSUE #582] raw type for LVM #441

Closed
opened 2026-02-27 16:39:17 +03:00 by kerem · 0 comments
Owner

Originally created by @sydorovdmytro on GitHub (Oct 20, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/582

Hello.

Base system - CentOS 7. I create /dev/sda3 with LVM type:

/dev/sda3 61851648 975699967 456924160 8e Linux LVM

Then i add storage in web-panel: LVM, type by default logical, device /dev/sda3. When i create instance, i select LVM storage and see this:

<disk type='file' device='disk'>
  <driver name='qemu' type='raw'/>
  <source file='/dev/LVM/vm01'/>
  <target dev='vda' bus='virtio'/>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>

Why raw disk used if we work with LVM?

Originally created by @sydorovdmytro on GitHub (Oct 20, 2015). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/582 Hello. Base system - CentOS 7. I create /dev/sda3 with LVM type: /dev/sda3 61851648 975699967 456924160 8e Linux LVM Then i add storage in web-panel: LVM, type by default logical, device /dev/sda3. When i create instance, i select LVM storage and see this: ``` <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/dev/LVM/vm01'/> <target dev='vda' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> ``` Why raw disk used if we work with LVM?
kerem closed this issue 2026-02-27 16:39:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#441
No description provided.