]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
Register CIFSPlugin in the storage plugin system.
[pve-storage.git] / PVE / Storage.pm
index 143ed2ea7b15eea147dd9065c77d9d74b9ac8c60..6a2b40b1d8cb712a487b9ade2cb17ba05d5e22ed 100755 (executable)
@@ -25,6 +25,7 @@ use PVE::Storage::DirPlugin;
 use PVE::Storage::LVMPlugin;
 use PVE::Storage::LvmThinPlugin;
 use PVE::Storage::NFSPlugin;
+use PVE::Storage::CIFSPlugin;
 use PVE::Storage::ISCSIPlugin;
 use PVE::Storage::RBDPlugin;
 use PVE::Storage::SheepdogPlugin;
@@ -42,6 +43,7 @@ PVE::Storage::DirPlugin->register();
 PVE::Storage::LVMPlugin->register();
 PVE::Storage::LvmThinPlugin->register();
 PVE::Storage::NFSPlugin->register();
+PVE::Storage::CIFSPlugin->register();
 PVE::Storage::ISCSIPlugin->register();
 PVE::Storage::RBDPlugin->register();
 PVE::Storage::SheepdogPlugin->register();