ISCSIPlugin : volume_resize
die as we can't resize iscsi devices Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
530defb603
commit
0244a7b9c6
@ -378,5 +378,10 @@ sub check_connection {
|
|||||||
return iscsi_test_portal($portal);
|
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;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user