remove nexenta plugin

zfs plugin is better and faster and backward compatible

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier
2013-10-04 14:44:45 +02:00
committed by Dietmar Maurer
parent 9e36cd4d43
commit 7ecc43edac
5 changed files with 6 additions and 511 deletions

View File

@ -26,7 +26,6 @@ use PVE::Storage::ISCSIPlugin;
use PVE::Storage::RBDPlugin;
use PVE::Storage::SheepdogPlugin;
use PVE::Storage::ISCSIDirectPlugin;
use PVE::Storage::NexentaPlugin;
use PVE::Storage::GlusterfsPlugin;
use PVE::Storage::ZFSPlugin;
@ -38,7 +37,6 @@ PVE::Storage::ISCSIPlugin->register();
PVE::Storage::RBDPlugin->register();
PVE::Storage::SheepdogPlugin->register();
PVE::Storage::ISCSIDirectPlugin->register();
PVE::Storage::NexentaPlugin->register();
PVE::Storage::GlusterfsPlugin->register();
PVE::Storage::ZFSPlugin->register();
PVE::Storage::Plugin->init();