zfs_parse_zvol_list: do not add pool to volname

Else, alloc and list return different volids.
This commit is contained in:
Dietmar Maurer
2015-08-10 16:53:19 +02:00
parent d73060becd
commit dec97937f2
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@ package PVE::Storage;
use strict;
use warnings;
use Data::Dumper;
use POSIX;
use IO::Select;