Bug 1118710

Summary: The error info is not accurate when do vol-wipe with volume based on gluster pool
Product: Red Hat Enterprise Linux 7 Reporter: Shanzhi Yu <shyu>
Component: libvirtAssignee: Peter Krempa <pkrempa>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 7.0CC: dyuan, mzhan, pkrempa, rbalakri, xuzhang, yanyang
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libvirt-1.2.7-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-05 07:40:54 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 Shanzhi Yu 2014-07-11 09:52:29 UTC
Description of problem:

The error info is not accurate when do vol-wipe with volume based on gluster pool

Version-Release number of selected component (if applicable):

libvirt-1.1.1-29.el7.x86_64

How reproducible:

100%

Steps to Reproduce:

1. Prepare an gluster type pool

# virsh pool-list gluster
  Name                 State      Autostart
-------------------------------------------
  pool-gluster         active     no
Actual results:


2. Do wipe on volume in gluster pool

# virsh vol-list pool-gluster
  Name                 Path
------------------------------------------------------------------------------
   test.raw             gluster://10.66.4.135/gluster-vol1/test.raw

# virsh vol-wipe --pool pool-gluster test.raw
error: Failed to wipe vol test.raw
error: Failed to open storage volume with path 'gluster://gluster server/gluster-vol1/test.raw': No such file or directory

3.
# qemu-img info gluster://gluster server/gluster-vol1/test.raw
image: gluster://gluster server/gluster-vol1/test.raw
file format: raw
virtual size: 1.0G (1073741824 bytes)
disk size: 0

Expected results:


Additional info:

Since vol-wipe is not supported on non-local volume, so libvirt should give more clear info about that.

Comment 1 Peter Krempa 2014-07-17 08:18:50 UTC
Fixed in v1.2.6-181-g11d2805

commit 11d28050c58bc44cc2bbb736468e553a3a322409
Author: Peter Krempa <pkrempa>
Date:   Mon Jul 7 16:50:11 2014 +0200

    storage: Split out volume wiping as separate backend function
    
    For non-local storage drivers we can't expect to use the "scrub" tool to
    wipe the volume. Split the code into a separate backend function so that
    we can add protocol specific code later.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1118710

commit 4d799b65cd193b2e23701b0cf548b85fdd498bcd
Author: Peter Krempa <pkrempa>
Date:   Mon Jul 7 15:41:33 2014 +0200

    storage: wipe: Move helper code into storage backend
    
    The next patch will move the storage volume wiping code into the
    individual backends. This patch splits out the common code to wipe a
    local volume into a separate backend helper so that the next patch is
    simpler.

Comment 3 Xuesong Zhang 2014-12-23 11:08:47 UTC
Verify this bug with the following package version:
libvirt-1.2.8-11.el7.x86_64
qemu-img-rhev-2.1.2-17.el7.x86_64
kernel-3.10.0-219.el7.x86_64 

Steps:
1. prepare one gluster pool, there are some volumes in the pool
# virsh pool-list 
 Name                 State      Autostart 
-------------------------------------------
 default              active     yes       
 gluster-pool         active     no        

# virsh vol-list gluster-pool
 Name                 Path                                    
------------------------------------------------------------------------------
 test.qcow2           gluster://#glusterServerIP#/gluster-vol1/test.qcow2
 test.raw             gluster://#glusterServerIP#/gluster-vol1/test.raw

2. vol-wipe the volume of gluster pool will fail with expected error message.
# virsh vol-wipe test.qcow2  --pool gluster-poolerror: Failed to wipe vol test.qcow2
error: this function is not supported by the connection driver: storage pool doesn't support volume wiping


Change the bug status to verify.

Comment 5 errata-xmlrpc 2015-03-05 07:40:54 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2015-0323.html