Bug 1306536

Summary: SLES12-Libvirt: virsh vol-delete fails when deleting disk image: cannot unlink file 'XXX': Permission denied
Product: [Fedora] Fedora Reporter: amaresh <amaresh_pathak>
Component: libvirtAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: agedosier, berrange, clalancette, crobinso, itamar, jforbes, laine, libvirt-maint, veillard, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Other   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-11 19:07:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description amaresh 2016-02-11 08:44:39 UTC
Description of problem:
On SLES-12 machine, if we try to delete the disk image through virsh vol-delete command immediately for vm which is provisioned through virt-manager, getting "cannot unlink file 'XXX': Permission denied" error. 
This error occurs only for disk which gets created while provisioning the vm.
If we delete the same disk through virt-manager then it gets deleted properly. 

If we create another disk through virt-manager and delete by using above virsh command,it gets deleted properly.

To summarize, problem is only for deleting disk which is created as part of provisioning VM.
 
Version-Release number of selected component (if applicable):

OS:SUSE Linux Enterprise Server 12 SP1  (x86_64)

Libvirt Version:
cv-hj-kvmlib01-am02:/var/lib/libvirt/images # virsh version
Compiled against library: libvirt 1.3.1
Using library: libvirt 1.3.1
Using API: QEMU 1.3.1
Running hypervisor: QEMU 2.3.1


How reproducible:

Steps to Reproduce:
1. Provision the vm through virt-manager on SLES_12
2. Delete the disk image which is created while provisioning the vm using virsh command line:
virsh # vol-delete /var/lib/libvirt/images/<file name>.qcow2
error: Failed to delete vol /var/lib/libvirt/images/<file name>.qcow2
error: cannot unlink file '/var/lib/libvirt/images/<file name>.qcow2': Permission denied

Actual results:
Getting "cannot unlink file 'XXX': Permission denied" error.


Expected results:
Disk image should get deleted without any error.


Additional info:

Comment 1 Cole Robinson 2016-02-11 19:07:49 UTC
If you are running on top of SLES and using their packages, you need to file a bug with them. So closing this

However if you are manually building or running upstream libvirt, please reopen this and move it to the product=Virtualization Tools component=libvirt, which is the upstream libvirt bug tracker (this is the Fedora specific tracker)