fix issue with proxmox session binding
This commit is contained in:
@@ -5,9 +5,11 @@ import (
|
||||
)
|
||||
|
||||
func NewPool(backends *Backends, poolname string) (int, error) {
|
||||
// only pve backend handles pools
|
||||
return backends.pve.NewPool(poolname)
|
||||
}
|
||||
func DelPool(backends *Backends, poolname string) (int, error) {
|
||||
// only pve backend handles pools
|
||||
return backends.pve.DelPool(poolname)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user