Add flag to disable login on multiple hosts

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
shubham
2021-06-29 21:15:54 +05:30
parent 8b433a89c6
commit b278ab3133
2 changed files with 37 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ type SCSITargetDriver interface {
Resize(uint64) error
Stats() Stats
SetClusterIP(string)
EnableBlockMultipleHostLogin()
}
type Stats struct {