From c1a66d2307d4a29b53b931d3d55e8d9ff9777620 Mon Sep 17 00:00:00 2001 From: Clinton Kitson Date: Thu, 5 May 2016 07:58:27 -0700 Subject: [PATCH] temporarily removed snapshot functionality This commit removes the snapshot command from the CLI. The current libstorage driver package does not include snapshot functionality in the available drivers. Once there is support, this should be added back with the updated libstorage package. --- rexray/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rexray/cli/cli.go b/rexray/cli/cli.go index 8d0acf067..c3b24bb1a 100644 --- a/rexray/cli/cli.go +++ b/rexray/cli/cli.go @@ -198,7 +198,7 @@ func NewWithArgs(a ...string) *CLI { c.initAdapterCmdsAndFlags() c.initDeviceCmdsAndFlags() c.initVolumeCmdsAndFlags() - c.initSnapshotCmdsAndFlags() + // c.initSnapshotCmdsAndFlags() c.initServiceCmdsAndFlags() c.initModuleCmdsAndFlags()