ISCSIDirect : volume_resize
die as we can't resize scsi device plugins Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
0244a7b9c6
commit
3bac137c9f
@ -188,4 +188,9 @@ sub volume_size_info {
|
|||||||
return $info->{size};
|
return $info->{size};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub volume_resize {
|
||||||
|
my ($class, $scfg, $storeid, $volname, $size, $running) = @_;
|
||||||
|
die "volume resize is not possible on iscsi device";
|
||||||
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user