ISCSIPlugin : volume_resize

die as we can't resize iscsi devices

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier
2012-08-06 11:57:29 +02:00
committed by Dietmar Maurer
parent 530defb603
commit 0244a7b9c6

View File

@ -378,5 +378,10 @@ sub check_connection {
return iscsi_test_portal($portal);
}
sub volume_resize {
my ($class, $scfg, $storeid, $volname, $size, $running) = @_;
die "volume resize is not possible on iscsi device";
}
1;