[pve-devel] [PATCH 05/21] nexenta: add volume_snapshot
Alexandre Derumier
aderumier at odiso.com
Thu Sep 6 10:27:55 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/NexentaPlugin.pm | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm
index b1a3516..af2c4c6 100644
--- a/PVE/Storage/NexentaPlugin.pm
+++ b/PVE/Storage/NexentaPlugin.pm
@@ -336,4 +336,12 @@ sub volume_resize {
return undef;
}
+sub volume_snapshot {
+ my ($class, $scfg, $storeid, $volname, $snap, $running) = @_;
+
+ my $json = '{"method": "create_snapshot","object" : "zvol","params": ["'.$scfg->{pool}.'/'.$volname.'", "'.$snap.'", ""]}';
+ nexenta_request($scfg, $json);
+ return undef;
+}
+
1;
--
1.7.2.5
More information about the pve-devel
mailing list