Block volumes Support: FC plugin update

This patch adds block volume support to FC volume plugin.
This commit is contained in:
mtanino
2017-08-30 20:11:33 -04:00
parent db4134d03f
commit 224d39b06b
6 changed files with 334 additions and 42 deletions

View File

@@ -27,6 +27,7 @@ import (
// Abstract interface to disk operations.
type diskManager interface {
MakeGlobalPDName(disk fcDisk) string
MakeGlobalVDPDName(disk fcDisk) string
// Attaches the disk to the kubelet's host machine.
AttachDisk(b fcDiskMounter) (string, error)
// Detaches the disk from the kubelet's host machine.