[pve-devel] [PATCH 41/48] iscsidirect : add volume_rename
Alexandre Derumier
aderumier at odiso.com
Tue Jan 29 17:14:23 CET 2013
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/ISCSIDirectPlugin.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/PVE/Storage/ISCSIDirectPlugin.pm b/PVE/Storage/ISCSIDirectPlugin.pm
index ffde4d7..14c8d5f 100644
--- a/PVE/Storage/ISCSIDirectPlugin.pm
+++ b/PVE/Storage/ISCSIDirectPlugin.pm
@@ -231,4 +231,9 @@ sub volume_clone {
die "volume cloning is not possible on iscsi device";
}
+sub volume_rename {
+ my ($class, $scfg, $storeid, $volname, $vmiddest, $type) = @_;
+ die "volume rename is not possible on iscsi device";
+}
+
1;
--
1.7.10.4
More information about the pve-devel
mailing list